From 730797c6869ac75e9702c071420bf6fa8dfa35908158e724decda55f65f70498 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 14 Jul 2014 16:24:40 +0000 Subject: [PATCH] Accepting request 240968 from home:trenn:branches:Base:System - Fixup executable bits of newly patched files manually in spec file bnc#887117 OBS-URL: https://build.opensuse.org/request/show/240968 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=172 --- dracut.changes | 6 ++++++ dracut.spec | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/dracut.changes b/dracut.changes index fd59eb8..1213e38 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 14 16:20:46 UTC 2014 - trenn@suse.de + +- Fixup executable bits of newly patched files manually in spec file + bnc#887117 + ------------------------------------------------------------------- Mon Jul 14 10:35:51 CEST 2014 - hare@suse.de diff --git a/dracut.spec b/dracut.spec index ef0a1dc..4cf2c6a 100644 --- a/dracut.spec +++ b/dracut.spec @@ -496,6 +496,15 @@ ln -s %{dracutlibdir}/modules.d/45ifcfg/write-ifcfg-redhat.sh %{buildroot}/%{dra %{dracutlibdir}/modules.d/99shutdown %{dracutlibdir}/modules.d/99suse %{dracutlibdir}/modules.d/99uefi-lib + +# executable fixups +%attr(0755,root,root) %{dracutlibdir}/modules.d/95dcssblk/parse-dcssblk.sh +%attr(0755,root,root) %{dracutlibdir}/modules.d/95dcssblk/module-setup.sh +%attr(0755,root,root) %{dracutlibdir}/modules.d/99suse/parse-suse-initrd.sh +%attr(0755,root,root) %{dracutlibdir}/modules.d/99suse/module-setup.sh +%attr(0755,root,root) %{dracutlibdir}/modules.d/30convertfs/convertrunfs.sh +%attr(0755,root,root) %{dracutlibdir}/modules.d/00warpclock/warpclock.sh + %config(noreplace) %{_sysconfdir}/logrotate.d/dracut %attr(0644,root,root) %ghost %config(missingok,noreplace) %{_localstatedir}/log/dracut.log %if %{defined _unitdir}