From eb968cd06fdce159ba776694a5e3d846116433ab Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:28:41 +0100 Subject: [PATCH] rebuilt with libtirpc-devel >= 0.2.5-3mamba to get from headers new location of rpcbind.sock (/run) remove listening to 111 in rpcbind.socket to let rpcbind start correctly with systemd [release 0.2.1-3mamba;Wed Oct 01 2014] --- rpcbind.socket | 2 -- rpcbind.spec | 7 ++++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/rpcbind.socket b/rpcbind.socket index eafb32c..6afadd1 100644 --- a/rpcbind.socket +++ b/rpcbind.socket @@ -5,8 +5,6 @@ Before=rpcbind.target [Socket] ListenStream=/run/rpcbind.sock -ListenStream=111 -ListenDatagram=111 [Install] WantedBy=sockets.target diff --git a/rpcbind.spec b/rpcbind.spec index 3ba0252..93a195d 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -2,7 +2,7 @@ %define userid 59 Name: rpcbind Version: 0.2.1 -Release: 2mamba +Release: 3mamba Summary: A replacement for portmap required for import or export of NFS shared directories Group: System/Servers Vendor: openmamba @@ -22,6 +22,7 @@ BuildRequires: glibc-devel BuildRequires: libtirpc-devel BuildRequires: libwrap-devel ## AUTOBUILDREQ-END +BuildRequires: libtirpc-devel >= 0.2.5-3mamba Provides: portmap Obsoletes: portmap BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -99,6 +100,10 @@ fi %doc AUTHORS COPYING %changelog +* Wed Oct 01 2014 Silvan Calarco 0.2.1-3mamba +- rebuilt with libtirpc-devel >= 0.2.5-3mamba to get from headers new location of rpcbind.sock (/run) +- remove listening to 111 in rpcbind.socket to let rpcbind start correctly with systemd + * Tue Jun 10 2014 Silvan Calarco 0.2.1-2mamba - fixed rpcbind.socket (added ListenStream=111 and ListenDatagram=111)