[chrony] Bump release.

Bill Nottingham notting at fedoraproject.org
Fri May 6 15:57:47 UTC 2011


commit 7d1d5f149db7471af1e8d3d27e72ea11adf62262
Author: Bill Nottingham <notting at redhat.com>
Date:   Fri May 6 11:57:04 2011 -0400

    Bump release.

 chrony.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chrony.spec b/chrony.spec
index b5b2c50..c58c364 100644
--- a/chrony.spec
+++ b/chrony.spec
@@ -1,6 +1,6 @@
 Name:           chrony
 Version:        1.25
-Release:        1%{?gitpatch}%{?dist}
+Release:        2%{?gitpatch}%{?dist}
 Summary:        An NTP client/server
 
 Group:          System Environment/Daemons
@@ -91,7 +91,7 @@ getent passwd chrony > /dev/null || /usr/sbin/useradd -r -g chrony \
 %post
 /sbin/chkconfig --add chronyd
 /bin/systemctl daemon-reload &> /dev/null || :
-/sbin/install-info  %{_infodir}/chrony.info.gz %{_infodir}/dir &> /dev/null
+/sbin/install-info  %{_infodir}/chrony.info.gz %{_infodir}/dir &> /dev/null || :
 
 %triggerun -- chrony < 1.25
 if /sbin/chkconfig --level 3 chronyd ; then
@@ -134,6 +134,9 @@ fi
 %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony
 
 %changelog
+* Fri May 06 2011 Bill Nottingham <notting at redhat.com> 1.25-2
+- fix systemd scriptlets for the upgrade case
+
 * Wed May 04 2011 Miroslav Lichvar <mlichvar at redhat.com> 1.25-1
 - update to 1.25
 


More information about the scm-commits mailing list