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