summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 03:18:28 +0300
committerJohn L. Whiteman <john.l.whiteman@intel.com>2014-08-14 15:32:29 -0700
commitac385953f2104a74cedd4dfe08513897283a8112 (patch)
tree15f47a1fc73933de0a01cf8954eaebfa97a2bd0a
parentf1b86de9a837fab67aa4d4262abc93d90a3fa0d1 (diff)
downloadlibgpg-error-ac385953f2104a74cedd4dfe08513897283a8112.tar.gz
libgpg-error-ac385953f2104a74cedd4dfe08513897283a8112.tar.bz2
libgpg-error-ac385953f2104a74cedd4dfe08513897283a8112.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/libgpg-error.manifest5
-rw-r--r--packaging/libgpg-error.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libgpg-error.manifest b/packaging/libgpg-error.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/libgpg-error.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/libgpg-error.spec b/packaging/libgpg-error.spec
index 126f5ce..8516f4f 100644
--- a/packaging/libgpg-error.spec
+++ b/packaging/libgpg-error.spec
@@ -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}/*