public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: %{python_sitearch} → %{python2_sitearch}
@ 2026-08-03 10:23 Igor Gnatenko
0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 2026-08-03 10:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
Commit : d26d5045197f82fdb133351a85b4c5437d1c05db
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2018-07-30T00:22:30+02:00
Stats : +5/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/d26d5045197f82fdb133351a85b4c5437d1c05db?branch=update-2.17.8
Log:
%{python_sitearch} → %{python2_sitearch}
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/abrt.spec b/abrt.spec
index 1db20ad..11c4f6b 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -1134,12 +1134,12 @@ killall abrt-dbus >/dev/null 2>&1 || :
%{_journalcatalogdir}/abrt_python.catalog
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_python_format.conf
%{_mandir}/man5/python_event.conf.5*
-%{python_sitearch}/abrt.pth
-%{python_sitearch}/abrt_exception_handler.*
+%{python2_sitearch}/abrt.pth
+%{python2_sitearch}/abrt_exception_handler.*
%files -n python2-abrt-container-addon
-%{python_sitearch}/abrt_container.pth
-%{python_sitearch}/abrt_exception_handler_container.*
+%{python2_sitearch}/abrt_container.pth
+%{python2_sitearch}/abrt_exception_handler_container.*
%endif # with python2
%if %{with python3}
@@ -1235,7 +1235,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
%if %{with python2}
%files -n python2-abrt
-%{python_sitearch}/problem/
+%{python2_sitearch}/problem/
%{_mandir}/man5/abrt-python.5*
%files -n python2-abrt-doc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 10:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:23 [rpms/abrt] update-2.17.8: %{python_sitearch} → %{python2_sitearch} Igor Gnatenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox