Temporarily require util-linux >= 2.22.1-3 (to prevent missing su/runuser on system), disable getlogin gnulib tests (occasinally troubles in mock environment)
This commit is contained in:
parent
8b177c8f26
commit
5580b508e3
@ -42,6 +42,18 @@ diff -urNp coreutils-8.13-orig/gnulib-tests/gnulib.mk coreutils-8.13/gnulib-test
|
|||||||
|
|
||||||
## end gnulib module fchdir-tests
|
## end gnulib module fchdir-tests
|
||||||
|
|
||||||
|
@@ -874,9 +874,9 @@ EXTRA_DIST += test-getloadavg.c signatur
|
||||||
|
|
||||||
|
## begin gnulib module getlogin-tests
|
||||||
|
|
||||||
|
-TESTS += test-getlogin
|
||||||
|
-check_PROGRAMS += test-getlogin
|
||||||
|
-EXTRA_DIST += test-getlogin.c signature.h macros.h
|
||||||
|
+#TESTS += test-getlogin
|
||||||
|
+#check_PROGRAMS += test-getlogin
|
||||||
|
+#EXTRA_DIST += test-getlogin.c signature.h macros.h
|
||||||
|
|
||||||
|
## end gnulib module getlogin-tests
|
||||||
@@ -918,10 +918,10 @@ EXTRA_DIST += test-link.h test-link.c si
|
@@ -918,10 +918,10 @@ EXTRA_DIST += test-link.h test-link.c si
|
||||||
|
|
||||||
## begin gnulib module linkat-tests
|
## begin gnulib module linkat-tests
|
||||||
|
@ -115,6 +115,8 @@ Obsoletes: stat <= 3.3
|
|||||||
Obsoletes: textutils <= 2.0.21
|
Obsoletes: textutils <= 2.0.21
|
||||||
#coreutils-libs dropped in f17
|
#coreutils-libs dropped in f17
|
||||||
Obsoletes: coreutils-libs < 8.13
|
Obsoletes: coreutils-libs < 8.13
|
||||||
|
#require util-linux >=2.22.1-3 to prevent lack of su/runuser on system
|
||||||
|
Requires: util-linux >= 2.22.1-3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
These are the GNU core utilities. This package is the combination of
|
These are the GNU core utilities. This package is the combination of
|
||||||
@ -376,6 +378,8 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Sat Oct 27 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-1
|
* Sat Oct 27 2012 Ondrej Vasik <ovasik@redhat.com> 8.20-1
|
||||||
- new upstream release 8.20
|
- new upstream release 8.20
|
||||||
|
- Temporarily require util-linux >= 2.22.1-3 (to prevent missing
|
||||||
|
su/runuser on system)
|
||||||
|
|
||||||
* Mon Aug 20 2012 Ondrej Vasik <ovasik@redhat.com> 8.19-1
|
* Mon Aug 20 2012 Ondrej Vasik <ovasik@redhat.com> 8.19-1
|
||||||
- new upstream release 8.19
|
- new upstream release 8.19
|
||||||
|
Loading…
Reference in New Issue
Block a user