Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dnf for openSUSE:Factory checked in 
at 2023-02-25 19:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnf (Old)
 and      /work/SRC/openSUSE:Factory/.dnf.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnf"

Sat Feb 25 19:54:51 2023 rev:33 rq:1067631 version:4.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnf/dnf.changes  2022-10-17 14:57:20.706051837 
+0200
+++ /work/SRC/openSUSE:Factory/.dnf.new.31432/dnf.changes       2023-02-25 
19:55:01.383233801 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 08:12:01 UTC 2023 - Daniel Mach <daniel.m...@suse.com>
+
+- spec: Run python_compileall macro to generate bytecode
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dnf.spec ++++++
--- /var/tmp/diff_new_pack.1yNSxY/_old  2023-02-25 19:55:02.083238115 +0100
+++ /var/tmp/diff_new_pack.1yNSxY/_new  2023-02-25 19:55:02.083238115 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dnf
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2021 Neal Gompa <ngomp...@gmail.com>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -69,6 +69,7 @@
 
 BuildRequires:  bash-completion
 BuildRequires:  cmake
+BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-bugzilla
@@ -211,6 +212,8 @@
 %install
 pushd ./build
 %make_install
+%python_compileall
+%fdupes %{buildroot}%{python3_sitelib}
 popd
 
 %find_lang %{name}

Reply via email to