resetting manifest requested domain to floor 04/4604/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:50:24 +0000 (20:50 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 17:50:24 +0000 (20:50 +0300)
aul.manifest [deleted file]
packaging/aul.manifest [new file with mode: 0644]
packaging/aul.spec

diff --git a/aul.manifest b/aul.manifest
deleted file mode 100644 (file)
index 97e8c31..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_"/>
-       </request>
-</manifest>
diff --git a/packaging/aul.manifest b/packaging/aul.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 192fb38..f714a80 100644 (file)
@@ -9,6 +9,7 @@ License:    Apache License, Version 2.0
 Source0:    %{name}-%{version}.tar.gz
 Source101:  launchpad-preload@.service
 Source102:  ac.service
+Source1001:    aul.manifest
 
 Requires(post): /sbin/ldconfig
 Requires(post): /usr/bin/systemctl
@@ -54,6 +55,7 @@ Application utility library (devel)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %if %{with privacy-manger-client}
@@ -105,7 +107,7 @@ fi
 systemctl daemon-reload
 
 %files
-%manifest aul.manifest
+%manifest %{name}.manifest
 %attr(0644,root,root) %{_libdir}/libaul.so.0
 %attr(0644,root,root) %{_libdir}/libaul.so.0.1.0
 %{_sysconfdir}/init.d/launchpad_run
@@ -132,6 +134,7 @@ systemctl daemon-reload
 /usr/bin/daemon-manager-launch-agent
 
 %files devel
+%manifest %{name}.manifest
 /usr/include/aul/*.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc