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

diff --git a/packaging/dukgenerator.manifest b/packaging/dukgenerator.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 01de709..bb9c4b8 100644 (file)
@@ -5,6 +5,7 @@ License:        Apache-2.0
 Summary:        Device Unique Key Library
 Group:          Security/Libraries
 Source0:        %{name}-%{version}.tar.gz
+Source1001:    dukgenerator.manifest
 BuildRequires:  cmake
 
 BuildRequires:  pkgconfig(cryptsvc)
@@ -23,6 +24,7 @@ Device Unique Key Library (Development Files).
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
@@ -36,10 +38,12 @@ rm -f %{?buildroot:%{buildroot}}%{_infodir}/dir
 find %{?buildroot:%{buildroot}} -regex ".*\\.la$" | xargs rm -f --
 
 %files
+%manifest %{name}.manifest
 %license LICENSE.APLv2
 %{_libdir}/*.a
 
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/*
 %{_libdir}/pkgconfig/dukgenerator.pc