Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dnf-plugins-extras for 
openSUSE:Factory checked in at 2023-02-24 18:08:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnf-plugins-extras (Old)
 and      /work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnf-plugins-extras"

Fri Feb 24 18:08:43 2023 rev:12 rq:1067628 version:4.0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnf-plugins-extras/dnf-plugins-extras.changes    
2022-10-16 16:09:44.466828610 +0200
+++ 
/work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.31432/dnf-plugins-extras.changes
 2023-02-24 18:08:49.157659819 +0100
@@ -1,0 +2,4 @@
+Fri Feb 24 15:38:14 UTC 2023 - Bruno Pitrus <brunopit...@hotmail.com>
+- Precompile python bytecode (boo#1208151)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dnf-plugins-extras.spec ++++++
--- /var/tmp/diff_new_pack.7ZWGeQ/_old  2023-02-24 18:08:49.617662560 +0100
+++ /var/tmp/diff_new_pack.7ZWGeQ/_new  2023-02-24 18:08:49.625662608 +0100
@@ -43,6 +43,7 @@
 # Backports from upstream
 
 BuildRequires:  cmake
+BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
@@ -234,6 +235,9 @@
 rm -rf %{buildroot}%{_mandir}/man8/dnf-tracer.*
 %endif
 
+%python_compileall
+%fdupes %{buildroot}%{python3_sitelib}
+
 %if %{with tests}
 %check
 export PYTHONDONTWRITEBYTECODE=1
@@ -248,15 +252,21 @@
 
 %files -n python3-dnf-plugin-kickstart
 %{python3_sitelib}/dnf-plugins/kickstart.*
+%dir %{python3_sitelib}/dnf-plugins/__pycache__
+%{python3_sitelib}/dnf-plugins/__pycache__/kickstart.*
 %{_mandir}/man8/dnf-kickstart.*
 
 %files -n python3-dnf-plugin-rpmconf
 %config(noreplace) %{_sysconfdir}/dnf/plugins/rpmconf.conf
 %{python3_sitelib}/dnf-plugins/rpm_conf.*
+%dir %{python3_sitelib}/dnf-plugins/__pycache__
+%{python3_sitelib}/dnf-plugins/__pycache__/rpm_conf.*
 %{_mandir}/man8/dnf-rpmconf.*
 
 %files -n python3-dnf-plugin-snapper
 %{python3_sitelib}/dnf-plugins/snapper.*
+%dir %{python3_sitelib}/dnf-plugins/__pycache__
+%{python3_sitelib}/dnf-plugins/__pycache__/snapper.*
 %{_mandir}/man8/dnf-snapper.*
 
 %files -n python3-dnf-plugin-system-upgrade
@@ -265,6 +275,8 @@
 %dir %{_unitdir}/system-update.target.wants
 %{_unitdir}/system-update.target.wants/dnf-system-upgrade.service
 %{python3_sitelib}/dnf-plugins/system_upgrade.py
+%dir %{python3_sitelib}/dnf-plugins/__pycache__
+%{python3_sitelib}/dnf-plugins/__pycache__/system_upgrade.*
 %{_mandir}/man8/dnf-system-upgrade.*
 %{_mandir}/man8/dnf-offline-upgrade.*
 %{_mandir}/man8/dnf-offline-distrosync.*
@@ -272,16 +284,22 @@
 %if %{with tracer}
 %files -n python3-dnf-plugin-tracer
 %{python3_sitelib}/dnf-plugins/tracer.*
+%dir %{python3_sitelib}/dnf-plugins/__pycache__
+%{python3_sitelib}/dnf-plugins/__pycache__/tracer.*
 %{_mandir}/man8/dnf-tracer.*
 %endif
 
 %files -n python3-dnf-plugin-torproxy
 %config(noreplace) %{_sysconfdir}/dnf/plugins/torproxy.conf
 %{python3_sitelib}/dnf-plugins/torproxy.*
+%dir %{python3_sitelib}/dnf-plugins/__pycache__
+%{python3_sitelib}/dnf-plugins/__pycache__/torproxy.*
 %{_mandir}/man8/dnf-torproxy.*
 
 %files -n python3-dnf-plugin-showvars
 %{python3_sitelib}/dnf-plugins/showvars.*
+%dir %{python3_sitelib}/dnf-plugins/__pycache__
+%{python3_sitelib}/dnf-plugins/__pycache__/showvars.*
 %{_mandir}/man8/dnf-showvars.*
 
 %changelog

Reply via email to