summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 21:31:10 +0300
committerWilliam Douglas <william.douglas@intel.com>2013-09-09 09:31:59 -0700
commitcfc042a37a166002342c9b0d40cec79a0027b36a (patch)
tree8d078c1e851059a1a867cee236658ad6075a7e1b
parentceabf20e7e5b12e32d06c06e08925ba146779c82 (diff)
downloaddracut-cfc042a37a166002342c9b0d40cec79a0027b36a.tar.gz
dracut-cfc042a37a166002342c9b0d40cec79a0027b36a.tar.bz2
dracut-cfc042a37a166002342c9b0d40cec79a0027b36a.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/dracut.manifest5
-rw-r--r--packaging/dracut.spec6
2 files changed, 11 insertions, 0 deletions
diff --git a/packaging/dracut.manifest b/packaging/dracut.manifest
new file mode 100644
index 00000000..017d22d3
--- /dev/null
+++ b/packaging/dracut.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/dracut.spec b/packaging/dracut.spec
index 593fcff2..1823d4e8 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