From: Michael Tremer Date: Thu, 28 Jun 2018 11:37:23 +0000 (+0100) Subject: coreutils: Update to 8.29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4609ee24cd4243f47360856a1e01bbf174dd99c0;p=people%2Fstevee%2Fipfire-3.x.git coreutils: Update to 8.29 Signed-off-by: Michael Tremer --- diff --git a/coreutils/coreutils.nm b/coreutils/coreutils.nm index e9c4fa4a9..9e3db3f30 100644 --- a/coreutils/coreutils.nm +++ b/coreutils/coreutils.nm @@ -4,7 +4,7 @@ ############################################################################### name = coreutils -version = 8.26 +version = 8.29 release = 1 groups = System/Base @@ -17,7 +17,7 @@ description the old GNU fileutils, sh-utils, and textutils packages. end -source_dl = http://ftp.gnu.org/gnu/coreutils/ +source_dl = https://ftp.gnu.org/gnu/coreutils/ sources = %{thisapp}.tar.xz build @@ -34,34 +34,19 @@ build texinfo end - CFLAGS += \ - -D_GNU_SOURCE=1 \ - -fno-strict-aliasing \ - -fpic - configure_options += \ FORCE_UNSAFE_CONFIGURE=1 \ --enable-dependency-tracking \ --libexecdir=%{libdir} \ --enable-largefile \ - --disable-rpath \ --enable-install-program=arch \ --enable-no-install-program=hostname,kill,uptime \ - --with-tty-group \ - - prepare_cmds - autoreconf -vfi - end - - make_build_targets += \ - V=1 + --with-tty-group test - make check || true + make check RUN_VERY_EXPENSIVE_TESTS=yes || true end - make_install_targets += install-man - install_cmds mkdir -pv %{BUILDROOT}%{sbindir} mv -v %{BUILDROOT}/usr/bin/chroot %{BUILDROOT}%{sbindir}