resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 00:18:28 +0000 (03:18 +0300)
committerJohn L. Whiteman <john.l.whiteman@intel.com>
Thu, 14 Aug 2014 22:32:29 +0000 (15:32 -0700)
packaging/libgpg-error.manifest [new file with mode: 0644]
packaging/libgpg-error.spec

diff --git a/packaging/libgpg-error.manifest b/packaging/libgpg-error.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 126f5ce..8516f4f 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://www.gnupg.org/
 Group:          Security/Crypto Libraries
 Source:         %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
+Source1001:    libgpg-error.manifest
 BuildRequires:  gettext-tools
 BuildRequires:  libtool
 
@@ -27,6 +28,7 @@ Files needed for software development using libgpg-error.
 
 %prep
 %setup -q -n libgpg-error-%{version}
+cp %{SOURCE1001} .
 
 %build
 autoreconf -fiv
@@ -46,11 +48,13 @@ rm -r %{buildroot}%{_datadir}/common-lisp
 
 
 %files 
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING.LIB COPYING 
 %{_libdir}/libgpg-error*.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_datadir}/aclocal/gpg-error.m4
 %{_includedir}/*