SHA256
1
0
forked from pool/grub2

Accepting request 209121 from Base:System

reset executable bits on *module, *.exec and *.image files. They are not
executable and get installed with 0755 permissions due to the way grub2
build system works. This avoids multiple warnings from find-debufinfo.sh
and generation of useless *.debug files. (forwarded request 209046 from arvidjaar)

OBS-URL: https://build.opensuse.org/request/show/209121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=76
This commit is contained in:
Stephan Kulow
2013-12-02 14:07:50 +00:00
committed by Git OBS Bridge
parent d6309f618c
commit e5dd4258b2
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 1 13:10:23 UTC 2013 - arvidjaar@gmail.com
- reset executable bits on *module, *.exec and *.image files. They are not
executable.
-------------------------------------------------------------------
Fri Nov 22 07:12:16 UTC 2013 - glin@suse.com