diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 17:00:03 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 17:00:03 +0300 |
commit | a9bf021d5d83889351f6c494e71b4703c5fc18dd (patch) | |
tree | cb20cd6e7b81760055c98953c9e299452c90f5e0 | |
parent | 2907b4b038e8547b9a1db4aaa038d00f5da269ae (diff) | |
download | libcryptsvc-a9bf021d5d83889351f6c494e71b4703c5fc18dd.tar.gz libcryptsvc-a9bf021d5d83889351f6c494e71b4703c5fc18dd.tar.bz2 libcryptsvc-a9bf021d5d83889351f6c494e71b4703c5fc18dd.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/libcryptsvc.manifest | 5 | ||||
-rwxr-xr-x | packaging/libcryptsvc.spec | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libcryptsvc.manifest b/packaging/libcryptsvc.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libcryptsvc.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/libcryptsvc.spec b/packaging/libcryptsvc.spec index a35d3c5..c4eb638 100755 --- a/packaging/libcryptsvc.spec +++ b/packaging/libcryptsvc.spec @@ -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 |