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]
This commit is contained in:
parent
40a95da14c
commit
eb968cd06f
@ -5,8 +5,6 @@ Before=rpcbind.target
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/rpcbind.sock
|
||||
ListenStream=111
|
||||
ListenDatagram=111
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
|
@ -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 <silvan.calarco@mambasoft.it> 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 <silvan.calarco@mambasoft.it> 0.2.1-2mamba
|
||||
- fixed rpcbind.socket (added ListenStream=111 and ListenDatagram=111)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user