From 95c86be73b6bde3422fdb35afbdbd5f736f2a867 Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 21 Dec 2023 15:41:28 +0300 Subject: [PATCH] Drop rht depends --- SPECS/abrt.spec | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/SPECS/abrt.spec b/SPECS/abrt.spec index b1f938d..ec9cc21 100644 --- a/SPECS/abrt.spec +++ b/SPECS/abrt.spec @@ -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 - 2.10.9-24.inferit +- Drop rht depends + * Tue Jul 25 2023 MSVSphere Packaging Team - 2.10.9-24 - Rebuilt for MSVSphere 8.8