forked from pool/coreutils
7a83ba63d6
- Update to 8.25 (for details see included NEWS file) - coreutils.spec (%description): Add base32, a new utility. - Remove now-upstream patch: * coreutils-tests-avoid-FP-of-ls-stat-free-color.patch - Refresh/merge all other patches: * coreutils-build-timeout-as-pie.patch * coreutils-disable_tests.patch * coreutils-i18n.patch * coreutils-invalid-ids.patch * coreutils-misc.patch * coreutils-ocfs2_reflinks.patch * coreutils-remove_hostname_documentation.patch * coreutils-remove_kill_documentation.patch * coreutils-skip-gnulib-test-tls.patch * coreutils-test_without_valgrind.patch * coreutils-tests-shorten-extreme-factor-tests.patch OBS-URL: https://build.opensuse.org/request/show/356783 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=270
26 lines
711 B
Diff
26 lines
711 B
Diff
---
|
|
gnulib-tests/gnulib.mk | 10 +++++-----
|
|
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
Index: gnulib-tests/gnulib.mk
|
|
===================================================================
|
|
--- gnulib-tests/gnulib.mk.orig
|
|
+++ gnulib-tests/gnulib.mk
|
|
@@ -899,11 +899,11 @@ EXTRA_DIST += test-getloadavg.c signatur
|
|
## end gnulib module getloadavg-tests
|
|
|
|
## 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
|
|
|
|
## begin gnulib module getndelim2-tests
|