Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scapy for openSUSE:Factory checked 
in at 2024-10-02 21:35:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scapy (Old)
 and      /work/SRC/openSUSE:Factory/.scapy.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scapy"

Wed Oct  2 21:35:12 2024 rev:4 rq:1205220 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/scapy/scapy.changes      2024-10-01 
17:20:16.838897056 +0200
+++ /work/SRC/openSUSE:Factory/.scapy.new.19354/scapy.changes   2024-10-02 
21:35:29.755648344 +0200
@@ -1,0 +2,5 @@
+Wed Oct  2 14:11:00 UTC 2024 - Bernhard Wiedemann <[email protected]>
+
+- Move sed call to fix reproducible builds (boo#1231253)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scapy.spec ++++++
--- /var/tmp/diff_new_pack.UwwsmW/_old  2024-10-02 21:35:30.395674952 +0200
+++ /var/tmp/diff_new_pack.UwwsmW/_new  2024-10-02 21:35:30.395674952 +0200
@@ -50,8 +50,6 @@
 
 %prep
 %setup -q -n scapy-%{version}
-# Fix non-executable-script rpmlint issue:
-find scapy -name "*.py" -exec sed -i "/#!/d" {} \;
 
 %build
 %python3_build
@@ -66,6 +64,8 @@
 
 %install
 %python3_install
+# Fix non-executable-script rpmlint issue:
+find %{buildroot}%{python3_sitelib} -name "*.py" -exec sed -i "/#!/d" {} \;
 %fdupes %{buildroot}%{python3_sitelib}
 
 #%%check

Reply via email to