resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 23:01:06 +0000 (02:01 +0300)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Wed, 12 Nov 2014 16:16:05 +0000 (17:16 +0100)
packaging/libassuan.manifest [new file with mode: 0644]
packaging/libassuan.spec

diff --git a/packaging/libassuan.manifest b/packaging/libassuan.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index e278aad..4c53a52 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://www.gnupg.org/aegypten2/index.html
 Group:          Security/Libraries
 Source:         %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
+Source1001:    libassuan.manifest
 BuildRequires:  libgpg-error-devel >= 1.4
 
 %description
@@ -26,6 +27,7 @@ v2 server, but it uses it's own copy of libassuan.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 # Compile with PIC, library is linked into shared libraries:
@@ -42,11 +44,13 @@ make %{?_smp_mflags}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_libdir}/libassuan.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %doc %{_infodir}/assuan*
 %{_includedir}/*.h