From 4bd5a2d2c9bbb8e8ae4f032ff3a897fd9f928f24 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Tue, 8 Aug 2023 10:57:02 +0800 Subject: [PATCH] fix update config not effective for sw_64 (cherry picked from commit 697737f5850a4f32c1caa762d0e809926c18016b) --- automake.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automake.spec b/automake.spec index 44ab6f8..6bac7db 100644 --- a/automake.spec +++ b/automake.spec @@ -1,10 +1,9 @@ -%global _configure_gnuconfig_hack 0 %global __requires_exclude ^perl\\(Automake:: %global __provides_exclude ^perl\\(Automake:: Name: automake Version: 1.16.5 -Release: 6 +Release: 7 Summary: A tool for automatically generating Makefile.in files License: GPLv2+ and GFDL and Public Domain and MIT URL: http://www.gnu.org/software/automake/ @@ -34,10 +33,8 @@ with the GNU Coding Standards. Automake requires the use of Autoconf. %build autoreconf -iv -%ifarch loongarch64 %_update_config_guess %_update_config_sub -%endif %configure %make_build @@ -71,6 +68,9 @@ fi %{_mandir}/man1/* %changelog +* Tue Aug 8 2023 panchenbo - 1.16.5-7 +- fix update config not effective + * Mon Apr 24 2023 tianyuan - 1.16.5-6 - fix changelog info -- Gitee