resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:31:56 +0000 (20:31 +0300)
committerLi Jinjing <jinjingx.li@intel.com>
Sun, 26 Oct 2014 14:46:51 +0000 (22:46 +0800)
packaging/m4.manifest [new file with mode: 0644]
packaging/m4.spec

diff --git a/packaging/m4.manifest b/packaging/m4.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 77b4ec8..b34c22a 100644 (file)
@@ -6,6 +6,7 @@ Summary:        GNU m4
 Url:            http://www.gnu.org/software/m4/
 Group:          Development/Languages/Other
 Source:         http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
+Source1001:    m4.manifest
 Provides:       base:/usr/bin/m4
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -14,6 +15,7 @@ GNU m4 is an implementation of the traditional Unix macro processor.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure \
@@ -29,6 +31,7 @@ make %{?_smp_mflags} check || true
 %make_install
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %doc COPYING
 %{_bindir}/*