From d86692d4a7c8b394ed94423a8aef65dd5af7d27b Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Dec 02 2013 15:44:08 +0000 Subject: Removed unnecessary targets from rpcbind.service (bz 963189) Signed-off-by: Steve Dickson --- diff --git a/rpcbind.service b/rpcbind.service index e825b87..265c677 100644 --- a/rpcbind.service +++ b/rpcbind.service @@ -1,7 +1,6 @@ [Unit] Description=RPC bind service Requires=rpcbind.socket -After=syslog.target network.target [Service] Type=forking @@ -9,5 +8,4 @@ EnvironmentFile=/etc/sysconfig/rpcbind ExecStart=/sbin/rpcbind -w ${RPCBIND_ARGS} [Install] -WantedBy=multi-user.target Also=rpcbind.socket diff --git a/rpcbind.spec b/rpcbind.spec index d59f72a..1dd8541 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -1,6 +1,6 @@ Name: rpcbind Version: 0.2.1 -Release: 0.1%{?dist} +Release: 0.2%{?dist} Summary: Universal Addresses to RPC Program Number Mapper Group: System Environment/Daemons License: BSD @@ -134,6 +134,9 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog +* Mon Dec 2 2013 Steve Dickson - 0.2.1-0.2 +- Removed unnecessary targets from rpcbind.service (bz 963189) + * Wed Aug 21 2013 Steve Dickson - 0.2.1-0.1 - Fixed typo in configure.ac file causing rpcuser not to be set.