From f148da3ba63fd74b5f4cc12fc599eb87adb69e00 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:31:11 +0100 Subject: [PATCH] install the arch command [release 8.30-2mamba;Sat Aug 04 2018] --- coreutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index 999726b..0af3516 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ %define i18npatch_version %version Name: coreutils Version: 8.30 -Release: 1mamba +Release: 2mamba Summary: A GNU set of tools commonly used in shell scripts Group: System/Tools Vendor: openmamba @@ -103,6 +103,7 @@ touch aclocal.m4 configure config.hin Makefile.in */Makefile.in #autoconf --force && #automake-1.10 --copy --add-missing && %configure ${CONFIG_OPTS} \ + --enable-install-program=arch \ %if "%{_host}" != "%{_build}" --cache-file=config.cache %endif @@ -188,6 +189,9 @@ exit 0 #%doc THANKS THANKS-to-translators THANKStt.in %changelog +* Sat Aug 04 2018 Silvan Calarco 8.30-2mamba +- install the arch command + * Sat Jul 07 2018 Automatic Build System 8.30-1mamba - automatic version update by autodist