resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 21:32:06 +0000 (00:32 +0300)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Thu, 15 Jan 2015 10:04:27 +0000 (11:04 +0100)
packaging/grep.manifest [new file with mode: 0644]
packaging/grep.spec

diff --git a/packaging/grep.manifest b/packaging/grep.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index fc507f8..0b0f263 100644 (file)
@@ -8,6 +8,7 @@ Summary:        Print lines matching a pattern
 License:        GPL-3.0+
 Group:          Base/Tools
 Source0:        grep-%{version}.tar.xz
+Source1001:    grep.manifest
 Provides:       base:/usr/bin/grep
 Provides:       /bin/grep
 
@@ -18,6 +19,7 @@ the matching lines.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure --disable-silent-rules --without-included-regex
@@ -36,6 +38,7 @@ make check VERBOSE=1
 %lang_package
 
 %files 
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_bindir}/*