resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:37:11 +0000 (20:37 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 2 Jan 2015 10:46:16 +0000 (11:46 +0100)
packaging/make.manifest [new file with mode: 0644]
packaging/make.spec

diff --git a/packaging/make.manifest b/packaging/make.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 30be11a..e9d6889 100644 (file)
@@ -7,12 +7,14 @@ Summary:        GNU make
 License:        GPL-2.0+
 Group:          Development/Tools/Building
 Source:         make-%version.tar.bz2
+Source1001:    make.manifest
 
 %description
 The GNU make command with extensive documentation.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 CFLAGS=$RPM_OPT_FLAGS \
@@ -27,6 +29,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 ln -s make $RPM_BUILD_ROOT/usr/bin/gmake
 
 %files 
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 /usr/bin/make