From f70cc8ddde6150753b5ae811e64671a9cdffb68b Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 21 Dec 2023 11:39:34 +0300 Subject: [PATCH] Fix depends --- SPECS/libreport.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/SPECS/libreport.spec b/SPECS/libreport.spec index d86efd8..895de4b 100644 --- a/SPECS/libreport.spec +++ b/SPECS/libreport.spec @@ -29,7 +29,7 @@ Summary: Generic library for reporting various problems Name: libreport Version: 2.9.5 -Release: 15%{?dist}.inferit +Release: 15%{?dist}.inferit.1 License: GPLv2+ URL: https://abrt.readthedocs.org/ Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz @@ -346,11 +346,7 @@ Plugin to report bugs into anonymous FTP site associated with ticketing system. Summary: Default configuration for reporting anaconda bugs Requires: %{name} = %{version}-%{release} Requires: libreport-plugin-reportuploader = %{version}-%{release} -%if 0%{?rhel} -Requires: libreport-plugin-rhtsupport = %{version}-%{release} -%else Requires: libreport-plugin-bugzilla = %{version}-%{release} -%endif %description anaconda Default configuration for reporting Anaconda problems or uploading the gathered @@ -768,6 +764,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Thu Dec 21 2023 Arkady L. Shane - 2.9.5-15.inferit.1 +- Fix depends + * Wed Dec 20 2023 Arkady L. Shane - 2.9.5-15.inferit - Added support for MSVSphere bug tracker - Removed libreport-rhel-bugzilla and libreport-rhel-anaconda-bugzilla