resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 18:32:25 +0000 (21:32 +0300)
committerJohn L. Whiteman <john.l.whiteman@intel.com>
Wed, 22 Oct 2014 09:06:17 +0000 (02:06 -0700)
packaging/bash.manifest [new file with mode: 0644]
packaging/bash.spec

diff --git a/packaging/bash.manifest b/packaging/bash.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index f02529b..0c302e8 100644 (file)
@@ -8,6 +8,7 @@ Group:          Base/Tools
 Source0:        ftp://ftp.gnu.org/gnu/bash/%{name}-%{version}.tar.gz
 Source1:        dot.bashrc
 Source2:        dot.profile
+Source1001:    bash.manifest
 BuildRequires:  autoconf
 BuildRequires:  bison
 Provides:      /bin/bash
@@ -22,6 +23,7 @@ incorporates useful features from the Korn shell (ksh) and the C shell
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure --enable-largefile \
@@ -152,6 +154,7 @@ fi
 
 
 %files
+%manifest %{name}.manifest
 %license COPYING
 %{_bindir}/sh
 %{_bindir}/bash