From bf476bf0ea9aede7092fe1e563bea7e2aa508c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 5 Sep 2017 18:46:23 +0200 Subject: [PATCH] Update all m4 macros to prevent mismatch between Automake versions + automake --add-missing configure.ac:20: error: version mismatch. This is Automake 1.15.1, configure.ac:20: but the definition used by this AM_INIT_AUTOMAKE configure.ac:20: comes from Automake 1.15. You should recreate configure.ac:20: aclocal.m4 with aclocal and run automake again. --- realmd.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/realmd.spec b/realmd.spec index 1837572..28e2c28 100644 --- a/realmd.spec +++ b/realmd.spec @@ -1,6 +1,6 @@ Name: realmd Version: 0.16.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Kerberos realm enrollment service License: LGPLv2+ URL: http://cgit.freedesktop.org/realmd/realmd/ @@ -48,8 +48,7 @@ applications that use %{name}. %patch4 -p1 %build -automake --add-missing -autoconf +autoreconf -fi %configure --disable-silent-rules make %{?_smp_mflags} @@ -81,6 +80,9 @@ make install DESTDIR=%{buildroot} %doc ChangeLog %changelog +* Tue Sep 05 2017 Petr Pisar - 0.16.3-8 +- Update all m4 macros to prevent from mismatching between Automake versions + * Thu Aug 03 2017 Fedora Release Engineering - 0.16.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild