61 lines
1.8 KiB
Diff
61 lines
1.8 KiB
Diff
|
From 55a12055c511979be0a471d0d7c24c040b830887 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Thu, 26 Jul 2018 13:04:20 +0200
|
||
|
Subject: [PATCH] dracut.spec: Remove needless use of %defattr
|
||
|
|
||
|
---
|
||
|
dracut.spec | 7 -------
|
||
|
1 file changed, 7 deletions(-)
|
||
|
|
||
|
diff --git a/dracut.spec b/dracut.spec
|
||
|
index 754ed3c9..9b9d497a 100644
|
||
|
--- a/dracut.spec
|
||
|
+++ b/dracut.spec
|
||
|
@@ -266,7 +266,6 @@ install -m 0755 51-dracut-rescue-postinst.sh $RPM_BUILD_ROOT%{_sysconfdir}/kerne
|
||
|
%endif
|
||
|
|
||
|
%files
|
||
|
-%defattr(-,root,root,0755)
|
||
|
%if %{with doc}
|
||
|
%doc README HACKING TODO AUTHORS NEWS dracut.html dracut.png dracut.svg
|
||
|
%endif
|
||
|
@@ -407,7 +406,6 @@ install -m 0755 51-dracut-rescue-postinst.sh $RPM_BUILD_ROOT%{_sysconfdir}/kerne
|
||
|
%endif
|
||
|
|
||
|
%files network
|
||
|
-%defattr(-,root,root,0755)
|
||
|
%{dracutlibdir}/modules.d/02systemd-networkd
|
||
|
%{dracutlibdir}/modules.d/40network
|
||
|
%{dracutlibdir}/modules.d/45ifcfg
|
||
|
@@ -426,18 +424,15 @@ install -m 0755 51-dracut-rescue-postinst.sh $RPM_BUILD_ROOT%{_sysconfdir}/kerne
|
||
|
%{dracutlibdir}/modules.d/99uefi-lib
|
||
|
|
||
|
%files caps
|
||
|
-%defattr(-,root,root,0755)
|
||
|
%{dracutlibdir}/modules.d/02caps
|
||
|
|
||
|
%files live
|
||
|
-%defattr(-,root,root,0755)
|
||
|
%{dracutlibdir}/modules.d/99img-lib
|
||
|
%{dracutlibdir}/modules.d/90dmsquash-live
|
||
|
%{dracutlibdir}/modules.d/90dmsquash-live-ntfs
|
||
|
%{dracutlibdir}/modules.d/90livenet
|
||
|
|
||
|
%files tools
|
||
|
-%defattr(-,root,root,0755)
|
||
|
|
||
|
%if %{with doc}
|
||
|
%doc %{_mandir}/man8/dracut-catimages.8*
|
||
|
@@ -449,11 +444,9 @@ install -m 0755 51-dracut-rescue-postinst.sh $RPM_BUILD_ROOT%{_sysconfdir}/kerne
|
||
|
%dir /var/lib/dracut/overlay
|
||
|
|
||
|
%files config-generic
|
||
|
-%defattr(-,root,root,0755)
|
||
|
%{dracutlibdir}/dracut.conf.d/02-generic-image.conf
|
||
|
|
||
|
%files config-rescue
|
||
|
-%defattr(-,root,root,0755)
|
||
|
%{dracutlibdir}/dracut.conf.d/02-rescue.conf
|
||
|
%if 0%{?fedora} || 0%{?rhel}
|
||
|
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install
|