use upstream fix the cp/proc-short-read test

This commit is contained in:
Kamil Dudka 2020-02-05 09:58:24 +01:00
commit 3957dee9a4
3 changed files with 60 additions and 29 deletions

View file

@ -1,7 +1,7 @@
Summary: A set of basic GNU tools commonly used in shell scripts
Name: coreutils
Version: 8.31
Release: 8%{?dist}
Release: 9%{?dist}
License: GPLv3+
Url: https://www.gnu.org/software/coreutils/
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
@ -16,8 +16,8 @@ Source106: coreutils-colorls.csh
# md5sum,b2sum,sha*sum: --help: add note about binary/text mode
Patch1: coreutils-8.31-sums-man-pages.patch
# skip a test that relies on /proc/kallsyms having immutable content
Patch2: coreutils-8.31-disable-test-cp-proc-short-read.patch
# improve an upstream test that relied on /proc/kallsyms being immutable
Patch2: coreutils-8.31-improve-test-cp-proc-short-read.patch
# disable the test-lock gnulib test prone to deadlock
Patch100: coreutils-8.26-test-lock.patch
@ -238,6 +238,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%license COPYING
%changelog
* Wed Feb 05 2020 Kamil Dudka <kdudka@redhat.com> - 8.31-9
- use upstream fix the cp/proc-short-read test
* Thu Jan 30 2020 Kamil Dudka <kdudka@redhat.com> - 8.31-8
- skip a test that relies on /proc/kallsyms having immutable content