1
0
forked from rpms/rpcbind

Bumped up the tigger version to this version, 0.2.0-15 (bz 713574)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2011-09-12 14:08:37 -04:00
parent 4b3219f049
commit 255f05b931

View File

@ -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 <steved@redhat.com> - 0.2.0-15
- Bumped up the tigger version to this version, 0.2.0-15 (bz 713574)
* Fri Sep 9 2011 Tom Callaway <spot@fedoraproject.org> - 0.2.0-14
- fix scriptlets to enable service by default