Resolves: #1760300 - use statx instead of stat when available

This commit is contained in:
Kamil Dudka 2019-10-11 13:20:40 +02:00
parent 16fe71f18e
commit 5cd3289cea
2 changed files with 1301 additions and 1 deletions

1294
coreutils-8.31-statx.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: A set of basic GNU tools commonly used in shell scripts
Name: coreutils
Version: 8.31
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv3+
Url: https://www.gnu.org/software/coreutils/
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
@ -16,6 +16,9 @@ Source106: coreutils-colorls.csh
# md5sum,b2sum,sha*sum: --help: add note about binary/text mode
Patch1: coreutils-8.31-sums-man-pages.patch
# use statx instead of stat when available (#1760300)
Patch2: coreutils-8.31-statx.patch
# disable the test-lock gnulib test prone to deadlock
Patch100: coreutils-8.26-test-lock.patch
@ -235,6 +238,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%license COPYING
%changelog
* Fri Oct 11 2019 Kamil Dudka <kdudka@redhat.com> - 8.31-5
- use statx instead of stat when available (#1760300)
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild