resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 16:38:52 +0000 (19:38 +0300)
committerSabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Mon, 10 Nov 2014 14:07:46 +0000 (15:07 +0100)
packaging/libtasn1.manifest [new file with mode: 0644]
packaging/libtasn1.spec

diff --git a/packaging/libtasn1.manifest b/packaging/libtasn1.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 8d7c0fd..b44de33 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://ftp.gnu.org/gnu/libtasn1/
 Group:          Security/Crypto Libraries
 Source:         %{name}-%{version}.tar.gz
 Source99:       baselibs.conf
+Source1001:    libtasn1.manifest
 BuildRequires:  info
 BuildRequires:  pkg-config
 Requires:       libtasn1-tools
@@ -39,6 +40,7 @@ http://www.gnutls.org
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure --disable-static
@@ -56,15 +58,18 @@ make %{?_smp_mflags}
 
 
 %files tools
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_bindir}/*
 
 %files
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %license COPYING COPYING.LIB
 %{_libdir}/*.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_includedir}/*.h
 %{_libdir}/*.so