From 469d345171a465d40d3a06d7cadf7c44251e5bd7 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Tue, 18 Aug 2020 13:47:55 +0800 Subject: [PATCH] fix build error caused by automake update --- abrt.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/abrt.spec b/abrt.spec index 43ef5e6..b9cc655 100644 --- a/abrt.spec +++ b/abrt.spec @@ -1,6 +1,6 @@ Name: abrt Version: 2.13.0 -Release: 6 +Release: 7 Summary: A tool for automatic bug detection and reporting License: GPLv2+ URL: https://abrt.readthedocs.org/ @@ -216,7 +216,10 @@ This package provides examples and documentation for ABRT Python3 API. %autosetup -n %{name}-%{version} -p1 %build +autoscan +aclocal autoconf +automake --add-missing CFLAGS="%{optflags}" %configure \ --without-bodhi \ @@ -571,6 +574,9 @@ killall abrt-dbus >/dev/null 2>&1 || : %{_mandir}/man*/* %changelog +* Tue Aug 18 2020 lingsheng - 2.13.0-7 +- fix build error caused by automake update + * Mon Mar 30 2020 openEuler Buildteam - 2.13.0-6 - fix build error