resetting manifest requested domain to floor 00/5000/1 accepted/tizen/20130710.214121 submit/tizen/20130710.140220
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 02:48:33 +0000 (05:48 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 02:48:33 +0000 (05:48 +0300)
packaging/xorg-launch-helper.manifest [new file with mode: 0644]
packaging/xorg-launch-helper.spec

diff --git a/packaging/xorg-launch-helper.manifest b/packaging/xorg-launch-helper.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 211da53..5992097 100644 (file)
@@ -9,6 +9,7 @@ URL:            http://foo-projects.org/~sofar/%{name}
 Source0:       http://foo-projects.org/~sofar/%{name}/%{name}-%{version}.tar.gz
 Source1:       xorg.conf
 Source2:       xorg_done.service
+Source1001:    xorg-launch-helper.manifest
 
 BuildRequires: pkgconfig(systemd)
 BuildRequires: pkgconfig(libsystemd-daemon)
@@ -19,6 +20,7 @@ A wrapper to launch Xorg as a service in systemd environments.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %reconfigure
@@ -35,6 +37,7 @@ install -m 0644 %{SOURCE2} %{buildroot}%{_prefix}/lib/systemd/user/
 ln -sf ../xorg_done.service %{buildroot}%{_prefix}/lib/systemd/user/xorg.target.wants
 
 %files
+%manifest %{name}.manifest
 %license COPYING
 %defattr(-,root,root,-)
 %{_bindir}/xorg-launch-helper