resetting manifest requested domain to floor 93/4493/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:15:00 +0000 (17:15 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:15:00 +0000 (17:15 +0300)
packaging/vconf.manifest [new file with mode: 0644]
packaging/vconf.spec
vconf.manifest [deleted file]

diff --git a/packaging/vconf.manifest b/packaging/vconf.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 7bf080d83d297555b830a3aa962498f9c24a09e1..ee3e3a37179f7a288bad49657e012e93e7c8b058 100755 (executable)
@@ -7,6 +7,7 @@ License:    Apache License, Version 2.0
 Source0:    %{name}-%{version}.tar.gz
 Source1:    vconf-setup.service
 Source2:    vconf-setup.conf
+Source1001:    vconf.manifest
 Requires(post): /sbin/ldconfig, systemd
 Requires(postun): /sbin/ldconfig, systemd
 BuildRequires:  cmake
@@ -40,6 +41,7 @@ Vconf key management header files
 
 %prep
 %setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
 
 %build
 %cmake .
@@ -75,7 +77,7 @@ systemctl daemon-reload
 systemctl daemon-reload
 
 %files
-%manifest vconf.manifest
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %attr(755,root,root) %{_sysconfdir}/rc.d/init.d/vconf-init
 %{_sysconfdir}/rc.d/rc3.d/S04vconf-init
@@ -93,12 +95,14 @@ systemctl daemon-reload
 /usr/share/license/%{name}
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/vconf/vconf.h
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 
 %files keys-devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/vconf/vconf-keys.h
 
diff --git a/vconf.manifest b/vconf.manifest
deleted file mode 100755 (executable)
index a9eb6c1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_"/>
-       </request>
-       <assign>
-               <filesystem path="/bin/*" exec_label="none" />
-               <filesystem path="/usr/bin/*" exec_label="none" />
-       </assign>
-</manifest>