resetting manifest requested domain to floor 18/4718/1 accepted/tizen/20130710.220936 submit/tizen/20130710.130132
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:42:49 +0000 (23:42 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:42:49 +0000 (23:42 +0300)
packaging/dbus-x11.manifest [new file with mode: 0644]
packaging/dbus-x11.spec

diff --git a/packaging/dbus-x11.manifest b/packaging/dbus-x11.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 10ba333..209a6a3 100644 (file)
@@ -31,6 +31,7 @@ Source3:        dbus_at_console.ck
 Source4:        baselibs.conf
 Source5:        dbus-user.service
 Source6:        dbus-user.socket
+Source1001:    dbus-x11.manifest
 BuildRequires:  libcap-ng-devel
 # COMMON1-END
 # COMMON1-END
@@ -43,6 +44,7 @@ in this separate package so server systems need not install X.
 # COMMON2-BEGIN
 # COMMON2-BEGIN
 %setup -n dbus-%{version} -q
+cp %{SOURCE1001} .
 
 %build
 autoreconf -fi
@@ -85,6 +87,7 @@ rm -rf $tdir
 %{__rm} -rf %{buildroot}
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_bindir}/dbus-launch
 %{_mandir}/man1/dbus-launch.1*