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:
Kamil Dudka 2019-10-17 09:16:18 +02:00
parent 5cd3289cea
commit 664c64dec9
2 changed files with 4 additions and 1298 deletions

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: 5%{?dist}
Release: 6%{?dist}
License: GPLv3+
Url: https://www.gnu.org/software/coreutils/
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
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
@ -238,6 +235,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%license COPYING
%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
- use statx instead of stat when available (#1760300)