resetting manifest requested domain to floor 34/5134/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 13:28:34 +0000 (16:28 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 13:28:34 +0000 (16:28 +0300)
packaging/libcryptsvc.manifest [new file with mode: 0644]
packaging/libcryptsvc.spec

diff --git a/packaging/libcryptsvc.manifest b/packaging/libcryptsvc.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index a35d3c5650faba54f690c2d8c3552ed3c9bf93c4..c4eb638c776071bc588cb363ff558febb33de6e7 100755 (executable)
@@ -5,6 +5,7 @@ Release:    6
 Group:      Security/Libraries
 License:    Apache-2.0 and Flora
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    libcryptsvc.manifest
 BuildRequires: cmake
 BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(openssl)
@@ -22,6 +23,7 @@ Crypto Service Library (Development).
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
@@ -41,9 +43,11 @@ make %{?jobs:-j%jobs}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %license  LICENSE.APLv2 LICENSE.Flora
 %{_libdir}/*.so*
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/*
 %{_libdir}/pkgconfig/cryptsvc.pc