Compare commits

..

No commits in common. 'i8' and 'c8' have entirely different histories.
i8 ... c8

@ -55,7 +55,7 @@
Summary: Automatic bug detection and reporting tool Summary: Automatic bug detection and reporting tool
Name: abrt Name: abrt
Version: 2.10.9 Version: 2.10.9
Release: 24%{?dist}.inferit Release: 24%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://abrt.readthedocs.org/ URL: https://abrt.readthedocs.org/
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@ -227,6 +227,9 @@ Requires: python3-dbus
Requires: dmidecode Requires: dmidecode
%endif %endif
Requires: libreport-plugin-ureport Requires: libreport-plugin-ureport
%if 0%{?rhel}
Requires: libreport-plugin-rhtsupport
%endif
%if 0%{?fedora} %if 0%{?fedora}
Requires: libreport-plugin-systemd-journal Requires: libreport-plugin-systemd-journal
%endif %endif
@ -535,7 +538,10 @@ Requires: python2-abrt-addon
Requires: python3-abrt-addon Requires: python3-abrt-addon
%endif # with python3 %endif # with python3
Requires: abrt-addon-xorg Requires: abrt-addon-xorg
%if 0%{!?rhel} %if 0%{?rhel}
Requires: libreport-rhel >= %{libreport_ver}
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
%else
Requires: abrt-retrace-client Requires: abrt-retrace-client
%if %{with bodhi} %if %{with bodhi}
Requires: abrt-plugin-bodhi Requires: abrt-plugin-bodhi
@ -576,7 +582,10 @@ Requires: abrt-addon-xorg
Requires: gdb-headless Requires: gdb-headless
Requires: abrt-gui Requires: abrt-gui
Requires: gnome-abrt Requires: gnome-abrt
%if 0%{!?rhel} %if 0%{?rhel}
Requires: libreport-rhel >= %{libreport_ver}
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
%else
Requires: abrt-retrace-client Requires: abrt-retrace-client
%if %{with bodhi} %if %{with bodhi}
Requires: abrt-plugin-bodhi Requires: abrt-plugin-bodhi
@ -726,6 +735,7 @@ CFLAGS="%{optflags} -Werror" %configure \
%endif %endif
%if 0%{?rhel} %if 0%{?rhel}
--enable-suggest-autoreporting \ --enable-suggest-autoreporting \
--enable-authenticated-autoreporting \
%endif %endif
%ifnarch %{arm} %ifnarch %{arm}
--enable-native-unwinder \ --enable-native-unwinder \
@ -1370,12 +1380,6 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog %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
* Thu Feb 16 2023 Matěj Grabovský <mgrabovs@redhat.com> - 2.10.9-24 * Thu Feb 16 2023 Matěj Grabovský <mgrabovs@redhat.com> - 2.10.9-24
- Revert part of patch for rhbz#2137499 - Revert part of patch for rhbz#2137499
- Resolves: rhbz#2137499 - Resolves: rhbz#2137499

Loading…
Cancel
Save