diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 23:42:49 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 23:42:49 +0300 |
commit | 736622827ebe3b353ec816c8e91e3cd883ee52f2 (patch) | |
tree | f3e21f20a304e981cdad6a539337c11c959ab8a2 | |
parent | be4690faa9ef0ea719f0484658d543a0240bc24c (diff) |
resetting manifest requested domain to floorsubmit/tizen/20130710.130132accepted/tizen/20130710.220936
-rw-r--r-- | packaging/dbus-x11.manifest | 5 | ||||
-rw-r--r-- | packaging/dbus-x11.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/dbus-x11.manifest b/packaging/dbus-x11.manifest new file mode 100644 index 00000000..017d22d3 --- /dev/null +++ b/packaging/dbus-x11.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/dbus-x11.spec b/packaging/dbus-x11.spec index 10ba3334..209a6a3c 100644 --- a/packaging/dbus-x11.spec +++ b/packaging/dbus-x11.spec @@ -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* |