summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 05:30:33 +0300
committerAnas Nashif <anas.nashif@intel.com>2013-09-23 03:39:25 -0400
commit9031bd14a24c9eff47059caffc8b1faf2ca1db60 (patch)
treefc1a0ecb60c1155ba06d8b9747444bc23efb57fe
parentfa51970492e9af92bf1eb82ea358e965bee9e663 (diff)
downloadxmlsec1-9031bd14a24c9eff47059caffc8b1faf2ca1db60.tar.gz
xmlsec1-9031bd14a24c9eff47059caffc8b1faf2ca1db60.tar.bz2
xmlsec1-9031bd14a24c9eff47059caffc8b1faf2ca1db60.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/xmlsec1.manifest5
-rw-r--r--packaging/xmlsec1.spec7
2 files changed, 11 insertions, 1 deletions
diff --git a/packaging/xmlsec1.manifest b/packaging/xmlsec1.manifest
new file mode 100644
index 00000000..017d22d3
--- /dev/null
+++ b/packaging/xmlsec1.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/xmlsec1.spec b/packaging/xmlsec1.spec
index 6acf8e3f..58d661b1 100644
--- a/packaging/xmlsec1.spec
+++ b/packaging/xmlsec1.spec
@@ -6,6 +6,7 @@ Summary: Library providing support for "XML Signature" and "XML Encryptio
Url: http://www.aleksey.com/xmlsec/index.html
Group: System/Libraries
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
+Source1001: xmlsec1.manifest
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.27
BuildRequires: pkgconfig(libxslt)
BuildRequires: pkgconfig(openssl)
@@ -47,6 +48,7 @@ installed.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
@@ -78,6 +80,7 @@ make %{?_smp_mflags}
%files
+%manifest %{name}.manifest
%license COPYING
%doc Copyright
%{_libdir}/libxmlsec1.so.*
@@ -85,12 +88,14 @@ make %{?_smp_mflags}
%files gcrypt
-%{_libdir}/libxmlsec1-gcrypt.so.*
+%manifest %{name}.manifest
%files openssl
+%manifest %{name}.manifest
%{_libdir}/libxmlsec1-openssl.so.*
%files devel
+%manifest %{name}.manifest
%doc Copyright
%{_includedir}/xmlsec1
%{_bindir}/xmlsec1-config