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 664c64dec9
commit f3ace99abc
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: 6%{?dist}
Release: 6.1%{?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
* Mon Nov 18 2019 Kamil Dudka <kdudka@redhat.com> - 8.31-6.1
- use statx instead of stat when available (#1760300)
* Thu Oct 17 2019 Kamil Dudka <kdudka@redhat.com> - 8.31-6
- temporarily disable the use of statx (#1760300)