From 736622827ebe3b353ec816c8e91e3cd883ee52f2 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:42:49 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/dbus-x11.manifest | 5 +++++ packaging/dbus-x11.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/dbus-x11.manifest diff --git a/packaging/dbus-x11.manifest b/packaging/dbus-x11.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/dbus-x11.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/dbus-x11.spec b/packaging/dbus-x11.spec index 10ba333..209a6a3 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* -- 2.7.4