From dee35c826f9afc8b42ffe2bdb9beb4463efe24c8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 23 2016 14:56:46 +0000 Subject: import rpcbind-0.2.0-33.el7_2.1 --- diff --git a/SPECS/rpcbind.spec b/SPECS/rpcbind.spec index bfb0cdb..dab6aba 100644 --- a/SPECS/rpcbind.spec +++ b/SPECS/rpcbind.spec @@ -1,6 +1,6 @@ Name: rpcbind Version: 0.2.0 -Release: 33%{?dist} +Release: 33%{?dist}.1 Summary: Universal Addresses to RPC Program Number Mapper Group: System Environment/Daemons License: BSD @@ -156,8 +156,9 @@ fi /sbin/chkconfig --del rpcbind >/dev/null 2>&1 || : /bin/systemctl try-restart rpcbind.service >/dev/null 2>&1 || : -%triggerun -- rpcbind > 0.2.0-26 +%triggerin -- rpcbind > 0.2.0-26 /bin/systemctl enable rpcbind.socket >/dev/null 2>&1 || : +/bin/systemctl restart rpcbind.socket >/dev/null 2>&1 || : %triggerpostun -- rpcbind < -2.2.0-29 [ ! -d /run/rpcbind ] && mkdir /run/rpcbind || : @@ -182,6 +183,9 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog +* Tue May 3 2016 Steve Dickson - 0.2.0-33.el7_2.1 +- Restart rpcbind.socket on restarts (bz 1325769) + * Mon Nov 30 2015 Steve Dickson - 0.2.0-33.el7_2 - Fix memory corruption in PMAP_CALLIT code (bz 1283640)