[yum-updatesd] fix missing requires(post)

Tom Callaway spot at fedoraproject.org
Fri Sep 9 15:45:22 UTC 2011


commit 9ce5bd2755c266e2359e5d20f2c2b730b37b2d63
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Fri Sep 9 11:45:10 2011 -0400

    fix missing requires(post)

 yum-updatesd.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/yum-updatesd.spec b/yum-updatesd.spec
index 7e2bab7..1f9de20 100644
--- a/yum-updatesd.spec
+++ b/yum-updatesd.spec
@@ -2,7 +2,7 @@ Summary: Update notification daemon
 Name: yum-updatesd
 Epoch: 1
 Version: 0.9
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Source0: %{name}-%{version}.tar.bz2
@@ -16,6 +16,7 @@ Requires: yum >= 3.2.0
 Requires: dbus-python
 Requires: pygobject2
 Requires: gamin-python
+Requires(post): systemd-sysv
 Requires(post): systemd-units
 Requires(preun): systemd-units
 Requires(postun): systemd-units
@@ -80,6 +81,9 @@ fi
 
 
 %changelog
+* Fri Sep  9 2011 Tom Callaway <spot at fedoraproject.org> - 1:0.9-8
+- and fix Requires(post)... :P
+
 * Fri Sep  9 2011 Tom Callaway <spot at fedoraproject.org> - 1:0.9-7
 - add missing scriptlets
 


More information about the scm-commits mailing list