From 255f05b9319800ba26aa09858b3de1b229f72861 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Sep 12 2011 18:08:37 +0000 Subject: Bumped up the tigger version to this version, 0.2.0-15 (bz 713574) Signed-off-by: Steve Dickson --- diff --git a/rpcbind.spec b/rpcbind.spec index 46ced49..ca10109 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -1,6 +1,6 @@ Name: rpcbind Version: 0.2.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Universal Addresses to RPC Program Number Mapper Group: System Environment/Daemons License: BSD @@ -112,7 +112,7 @@ if [ $1 -ge 1 ]; then /bin/systemctl try-restart rpcbind.service >/dev/null 2>&1 || : fi -%triggerun -- rpcbind < 0.2.0-12 +%triggerun -- rpcbind < 0.2.0-15 %{_bindir}/systemd-sysv-convert --save rpcbind >/dev/null 2>&1 ||: /bin/systemctl --no-reload enable rpcbind.service >/dev/null 2>&1 /sbin/chkconfig --del rpcbind >/dev/null 2>&1 || : @@ -130,6 +130,9 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog +* Mon Sep 12 2011 Steve Dickson - 0.2.0-15 +- Bumped up the tigger version to this version, 0.2.0-15 (bz 713574) + * Fri Sep 9 2011 Tom Callaway - 0.2.0-14 - fix scriptlets to enable service by default