From cfc042a37a166002342c9b0d40cec79a0027b36a Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:31:10 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/dracut.manifest | 5 +++++ packaging/dracut.spec | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 packaging/dracut.manifest diff --git a/packaging/dracut.manifest b/packaging/dracut.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/dracut.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/dracut.spec b/packaging/dracut.spec index 593fcff..1823d4e 100644 --- a/packaging/dracut.spec +++ b/packaging/dracut.spec @@ -13,6 +13,7 @@ Group: Base/Startup License: GPL-2.0+ and LGPL-2.1+ Url: https://dracut.wiki.kernel.org/ Source0: %{name}-%{version}.tar.xz +Source1001: dracut.manifest BuildRequires: asciidoc BuildRequires: bash BuildRequires: dash @@ -69,6 +70,7 @@ This package contains tools to assemble the local initrd and host configuration. %prep %setup -q +cp %{SOURCE1001} . %build make all @@ -112,6 +114,7 @@ install -m 0644 dracut.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/dracut_l %files +%manifest %{name}.manifest %defattr(-,root,root,0755) %license COPYING %{_bindir}/dracut @@ -193,6 +196,7 @@ install -m 0644 dracut.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/dracut_l %endif %files network +%manifest %{name}.manifest %defattr(-,root,root,0755) %{dracutlibdir}/modules.d/40network %{dracutlibdir}/modules.d/95fcoe @@ -208,10 +212,12 @@ install -m 0644 dracut.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/dracut_l %files caps +%manifest %{name}.manifest %defattr(-,root,root,0755) %{dracutlibdir}/modules.d/02caps %files tools +%manifest %{name}.manifest %defattr(-,root,root,0755) %{_mandir}/man8/dracut-catimages.8* %{_bindir}/dracut-catimages -- 2.7.4