|
|
|
@ -55,7 +55,7 @@
|
|
|
|
|
Summary: Automatic bug detection and reporting tool
|
|
|
|
|
Name: abrt
|
|
|
|
|
Version: 2.10.9
|
|
|
|
|
Release: 24%{?dist}
|
|
|
|
|
Release: 24%{?dist}.inferit
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://abrt.readthedocs.org/
|
|
|
|
|
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
@ -227,9 +227,6 @@ Requires: python3-dbus
|
|
|
|
|
Requires: dmidecode
|
|
|
|
|
%endif
|
|
|
|
|
Requires: libreport-plugin-ureport
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
Requires: libreport-plugin-rhtsupport
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
Requires: libreport-plugin-systemd-journal
|
|
|
|
|
%endif
|
|
|
|
@ -538,10 +535,7 @@ Requires: python2-abrt-addon
|
|
|
|
|
Requires: python3-abrt-addon
|
|
|
|
|
%endif # with python3
|
|
|
|
|
Requires: abrt-addon-xorg
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
Requires: libreport-rhel >= %{libreport_ver}
|
|
|
|
|
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
|
|
|
|
|
%else
|
|
|
|
|
%if 0%{!?rhel}
|
|
|
|
|
Requires: abrt-retrace-client
|
|
|
|
|
%if %{with bodhi}
|
|
|
|
|
Requires: abrt-plugin-bodhi
|
|
|
|
@ -582,10 +576,7 @@ Requires: abrt-addon-xorg
|
|
|
|
|
Requires: gdb-headless
|
|
|
|
|
Requires: abrt-gui
|
|
|
|
|
Requires: gnome-abrt
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
Requires: libreport-rhel >= %{libreport_ver}
|
|
|
|
|
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
|
|
|
|
|
%else
|
|
|
|
|
%if 0%{!?rhel}
|
|
|
|
|
Requires: abrt-retrace-client
|
|
|
|
|
%if %{with bodhi}
|
|
|
|
|
Requires: abrt-plugin-bodhi
|
|
|
|
@ -735,7 +726,6 @@ CFLAGS="%{optflags} -Werror" %configure \
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
--enable-suggest-autoreporting \
|
|
|
|
|
--enable-authenticated-autoreporting \
|
|
|
|
|
%endif
|
|
|
|
|
%ifnarch %{arm}
|
|
|
|
|
--enable-native-unwinder \
|
|
|
|
@ -1380,6 +1370,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 21 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.10.9-24.inferit
|
|
|
|
|
- Drop rht depends
|
|
|
|
|
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.10.9-24
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|