From 8c840450523a3d1930091720637ead1b4528c833 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 20 Dec 2022 13:40:11 +0100 Subject: [PATCH] rel 2; drop ancient posix version (according to changelog it was to: 'allow obsolete head/tail syntax' which breaks calls like: echo tessdfdsdsfdsfdsfdsfsdft | src/tail -c +13 --- coreutils.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coreutils.spec b/coreutils.spec index 92b5c0b..88ec8a9 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -9,7 +9,7 @@ Summary: GNU Core-utils - basic command line utilities Summary(pl.UTF-8): GNU Core-utils - podstawowe narzędzia działające z linii poleceń Name: coreutils Version: 9.1 -Release: 1 +Release: 2 License: GPL v3+ Group: Applications/System Source0: http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz @@ -171,7 +171,6 @@ build-aux/gen-lists-of-programs.sh --automake > src/cu-progs.mk %{__automake} %configure \ CFLAGS="%{rpmcflags} -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT" \ - DEFAULT_POSIX2_VERSION=199209 \ %{?with_multicall:--enable-single-binary=symlinks} \ --disable-silent-rules \ --enable-install-program=arch \ -- 2.44.0