fix build error because of updating

This commit is contained in:
jackie_wu 2020-07-23 10:32:10 +08:00
parent 155cd8679d
commit 80bc547c88

View File

@ -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 <wutao61@huawei.com> - 2.13.0-7
- fix build error because of automake updating
* Mon Mar 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.13.0-6
- fix build error