packaging: resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 18:25:03 +0000 (21:25 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 14 Nov 2014 20:53:59 +0000 (21:53 +0100)
Change-Id: I7298c87a555157f173f56cbd044f29809bfad6e2

packaging/nasm.manifest [new file with mode: 0644]
packaging/nasm.spec

diff --git a/packaging/nasm.manifest b/packaging/nasm.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 6d46c88..1986d4f 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Netwide Assembler (An x86 Assembler)
 Url:            http://nasm.sourceforge.net/
 Group:          Development/Languages
 Source:         nasm-%{version}.tar.xz
+Source1001:    nasm.manifest
 BuildRequires:  makeinfo
 
 %description
@@ -16,6 +17,7 @@ Read the licence agreement in /usr/share/doc/packages/nasm/Licence.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %package doc
 License:        LGPL-2.1+
@@ -54,12 +56,14 @@ install -m 644 ndisasm.1 nasm.1 rdoff/*.1 %{buildroot}%{_mandir}/man1
 install -m 644 doc/info/* %{buildroot}%{_infodir}
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license LICENSE
 /usr/bin/*
 %doc %{_mandir}/man1/*.1.gz
 
 %files doc
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %doc %{_docdir}/nasm
 %doc %{_infodir}/nasm*