From 80bc547c885457d670609230ab8328b64b4ddc74 Mon Sep 17 00:00:00 2001 From: jackie_wu Date: Thu, 23 Jul 2020 10:32:10 +0800 Subject: [PATCH] fix build error because of updating --- abrt.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/abrt.spec b/abrt.spec index 43ef5e6..faa7464 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 +* Thu Jul 23 2020 wutao - 2.13.0-7 +- fix build error because of automake updating + * Mon Mar 30 2020 openEuler Buildteam - 2.13.0-6 - fix build error