!7 fix build error

Merge pull request !7 from chengquan/master
This commit is contained in:
openeuler-ci-bot 2020-03-30 17:38:46 +08:00 committed by Gitee
commit 189118219f

View File

@ -1,6 +1,6 @@
Name: abrt Name: abrt
Version: 2.13.0 Version: 2.13.0
Release: 5 Release: 6
Summary: A tool for automatic bug detection and reporting Summary: A tool for automatic bug detection and reporting
License: GPLv2+ License: GPLv2+
URL: https://abrt.readthedocs.org/ URL: https://abrt.readthedocs.org/
@ -414,6 +414,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket %ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid %ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid
%exclude %{_infodir}/dir %exclude %{_infodir}/dir
%exclude %{_sysconfdir}/profile.d/abrt-console-notification.sh
%files libs %files libs
%{_libdir}/libabrt.so.* %{_libdir}/libabrt.so.*
@ -570,6 +571,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Mon Mar 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.13.0-6
- fix build error
* Mon Mar 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.13.0-5 * Mon Mar 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.13.0-5
- remove useless packages - remove useless packages