Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2013-12-02 15:07:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2013-11-22 
17:39:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2013-12-02 
15:07:51.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Dec  1 13:10:23 UTC 2013 - [email protected]
+
+- reset executable bits on *module, *.exec and *.image files. They are not
+  executable.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.bRHIBt/_old  2013-12-02 15:07:52.000000000 +0100
+++ /var/tmp/diff_new_pack.bRHIBt/_new  2013-12-02 15:07:52.000000000 +0100
@@ -398,6 +398,12 @@
 cd build-efi
 %endif
 
+# *.module files are installed with executable bits due to the way grub2 build
+# system works. Clear executable bits to not confuse find-debuginfo.sh
+find $RPM_BUILD_ROOT%{_libdir}/%{name} \
+       \( -name '*.module' -o -name '*.image' -o -name '*.exec' \) -print0 | \
+       xargs --no-run-if-empty -0 chmod a-x
+
 # Script that makes part of grub.cfg persist across updates
 install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/grub.d/
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to