public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: drop python2-abrt-addon requires
@ 2026-08-03 11:04 Matej Habrnal
  0 siblings, 0 replies; only message in thread
From: Matej Habrnal @ 2026-08-03 11:04 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.9-f44
            Commit : 437b080e9aa3c2bf3322a2ab3324a919d16bb0bc
            Author : Matej Habrnal <mhabrnal@redhat.com>
            Date   : 2018-05-03T10:56:51+02:00
            Stats  : +8/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/abrt/c/437b080e9aa3c2bf3322a2ab3324a919d16bb0bc?branch=update-2.17.9-f44

            Log:
            drop python2-abrt-addon requires

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>

---
diff --git a/abrt.spec b/abrt.spec
index f27dc79..cbaea95 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -61,7 +61,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.10.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 URL: https://abrt.readthedocs.org/
 Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -290,13 +290,14 @@ Summary: %{name}'s vmcore addon
 Requires: %{name} = %{version}-%{release}
 Requires: abrt-addon-kerneloops
 Requires: kexec-tools
+%if %{with python3}
+Requires: python3-abrt
+Requires: python3-augeas
+%else
 %if %{with python2}
 Requires: python2-abrt
 Requires: python2-augeas
 %endif # with python2
-%if %{with python3}
-Requires: python3-abrt
-Requires: python3-augeas
 %endif # with python3
 Requires: util-linux
 
@@ -431,9 +432,6 @@ Requires: abrt-addon-pstoreoops
 Requires: abrt-addon-vmcore
 %endif
 Requires: abrt-addon-ccpp
-%if %{with python2}
-Requires: python2-abrt-addon
-%endif # with python2
 %if %{with python3}
 Requires: python3-abrt-addon
 %endif # with python3
@@ -474,9 +472,6 @@ Requires: abrt-addon-pstoreoops
 Requires: abrt-addon-vmcore
 %endif
 Requires: abrt-addon-ccpp
-%if %{with python2}
-Requires: python2-abrt-addon
-%endif # with python2
 %if %{with python3}
 Requires: python3-abrt-addon
 %endif # with python3
@@ -1259,6 +1254,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Thu May 03 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-3
+- drop python2-abrt-addon requires
+
 * Fri Apr 27 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-2
 - fix requires for python in spec file
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 11:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:04 [rpms/abrt] update-2.17.9-f44: drop python2-abrt-addon requires Matej Habrnal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox