From 1c716695a8bca0e29d5c7fc356199c2d80f0e0f4 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Wed, 9 Nov 2022 22:13:45 -0500 Subject: [PATCH] remove unwanted requires in anaconda pacakge --- libreport.spec | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/libreport.spec b/libreport.spec index 965c858..7dd662c 100644 --- a/libreport.spec +++ b/libreport.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.2 +%define anolis_release .0.3 %if 0%{?suse_version} %bcond_with bugzilla @@ -387,11 +387,7 @@ package and you're done. 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 @@ -864,12 +860,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %if %{with bugzilla} %files anaconda -%if 0%{?fedora} -%{_datadir}/%{name}/workflows/workflow_AnacondaFedora.xml -%endif -%if 0%{?rhel} -%{_datadir}/%{name}/workflows/workflow_AnacondaRHEL.xml -%endif %{_datadir}/%{name}/workflows/workflow_AnacondaUpload.xml %config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf %config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_anaconda_event.conf @@ -882,6 +872,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* happy_orange - 2.9.5-15.0.3 +- remove the unwanted requires in ancaonda sub package + * Sun Jun 27 2021 Jacob Wang - 2.9.5-15.0.2 - Recover sub packages to fix abrt-cli requires -- Gitee