Revert "Resolves: #1760300 - use statx instead of stat when available"
This reverts commit 5cd3289cea
because it
does not work well in containers hosted on RHEL-7, as reported in RHBZ:
https://bugzilla.redhat.com/1760300#c5
This commit is contained in:
parent
5cd3289cea
commit
664c64dec9
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.31
|
Version: 8.31
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: https://www.gnu.org/software/coreutils/
|
Url: https://www.gnu.org/software/coreutils/
|
||||||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||||
@ -16,9 +16,6 @@ Source106: coreutils-colorls.csh
|
|||||||
# md5sum,b2sum,sha*sum: --help: add note about binary/text mode
|
# md5sum,b2sum,sha*sum: --help: add note about binary/text mode
|
||||||
Patch1: coreutils-8.31-sums-man-pages.patch
|
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
|
# disable the test-lock gnulib test prone to deadlock
|
||||||
Patch100: coreutils-8.26-test-lock.patch
|
Patch100: coreutils-8.26-test-lock.patch
|
||||||
|
|
||||||
@ -238,6 +235,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 17 2019 Kamil Dudka <kdudka@redhat.com> - 8.31-6
|
||||||
|
- temporarily disable the use of statx (#1760300)
|
||||||
|
|
||||||
* Fri Oct 11 2019 Kamil Dudka <kdudka@redhat.com> - 8.31-5
|
* Fri Oct 11 2019 Kamil Dudka <kdudka@redhat.com> - 8.31-5
|
||||||
- use statx instead of stat when available (#1760300)
|
- use statx instead of stat when available (#1760300)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user