Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc for openSUSE:Factory checked 
in at 2021-07-20 15:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc"

Tue Jul 20 15:39:08 2021 rev:16 rq:907094 version:1.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc/orthanc.changes  2021-07-12 
21:40:44.447870435 +0200
+++ /work/SRC/openSUSE:Factory/.orthanc.new.2632/orthanc.changes        
2021-07-20 15:39:50.329512592 +0200
@@ -1,0 +2,6 @@
+Mon Jul 19 06:00:06 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Remove executable bits from Python scripts when creating the source
+  tree for the -source package to stop it requiring /usr/bin/python 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ orthanc.spec ++++++
--- /var/tmp/diff_new_pack.OgfvLH/_old  2021-07-20 15:39:50.969513737 +0200
+++ /var/tmp/diff_new_pack.OgfvLH/_new  2021-07-20 15:39:50.969513737 +0200
@@ -174,6 +174,8 @@
 mkdir -p -m 755 %{buildroot}/usr/src/%{name}
 # Copy sources
 tar --strip-components 1 -xzf %{S:0} -C %{buildroot}/usr/src/%{name}/
+# Do not mark Python scripts as executable
+find %{buildroot}/usr/src/%{name} -name '*.py' -exec chmod a-x "{}" +
 #...and delete dot files
 rm %{buildroot}/usr/src/%{name}/.hg*
 rm %{buildroot}/usr/src/%{name}/.travis*

Reply via email to