[dbus/f18] Drop systemd-sysv-convert in trigger, and resulting dependency (#852822)

Bill Nottingham notting at fedoraproject.org
Wed Oct 3 21:08:02 UTC 2012


commit bb13c74fb3d7c20fbac7de0eb11b5fd1c0be2661
Author: Bill Nottingham <notting at redhat.com>
Date:   Wed Oct 3 17:06:25 2012 -0400

    Drop systemd-sysv-convert in trigger, and resulting dependency (#852822)

 dbus.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/dbus.spec b/dbus.spec
index 30359b6..ec88dd9 100644
--- a/dbus.spec
+++ b/dbus.spec
@@ -9,7 +9,7 @@ Summary: D-BUS message bus
 Name: dbus
 Epoch: 1
 Version: 1.6.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.freedesktop.org/software/dbus/
 #VCS: git:git://git.freedesktop.org/git/dbus/dbus
 Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
@@ -29,7 +29,7 @@ BuildRequires: doxygen
 BuildRequires: xmlto
 BuildRequires: libxslt
 BuildRequires:  systemd-units
-Requires(post): systemd-units systemd-sysv chkconfig
+Requires(post): systemd-units chkconfig
 Requires(preun): systemd-units
 Requires(postun): systemd-units
 Requires: libselinux >= %{libselinux_version}
@@ -161,7 +161,6 @@ fi
 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 
 %triggerun -- dbus < 1.4.10-2
-%{_bindir}/systemd-sysv-convert --save messagebus >/dev/null 2>&1 ||:
 /sbin/chkconfig --del messagebus >/dev/null 2>&1 || :
 
 %files
@@ -226,6 +225,9 @@ fi
 %{_includedir}/*
 
 %changelog
+* Wed Oct  3 2012 Bill Nottingham <notting at redhat.com> - 1:1.6.8-2
+- Drop systemd-sysv-convert in trigger, and resulting dependency (#852822)
+
 * Fri Sep 28 2012 Colin Walters <walters at verbum.org> - 1:1.6.8-1
 - 1.6.8
 


More information about the scm-commits mailing list