provide systemd files from source [release 1.2.5-2mamba;Wed Sep 05 2018]
This commit is contained in:
parent
4ba2cfd6d9
commit
68672aa462
14
rpcbind.spec
14
rpcbind.spec
@ -2,7 +2,7 @@
|
||||
%define userid 59
|
||||
Name: rpcbind
|
||||
Version: 1.2.5
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A replacement for portmap required for import or export of NFS shared directories
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
@ -19,6 +19,7 @@ Patch2: rpcbind-0.2.3-services-sunrpc.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libtirpc-devel
|
||||
BuildRequires: libwrap-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -53,9 +54,9 @@ autoreconf -fisv
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/rpcbind.service
|
||||
install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/rpcbind.socket
|
||||
install -D -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/rpcbind
|
||||
#install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/rpcbind.service
|
||||
#install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/rpcbind.socket
|
||||
#install -D -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/rpcbind
|
||||
install -d %{buildroot}/var/lib/rpcbind
|
||||
|
||||
%clean
|
||||
@ -86,7 +87,7 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/rpcbind
|
||||
#%config(noreplace) %{_sysconfdir}/sysconfig/rpcbind
|
||||
%{_sbindir}/rpcbind
|
||||
%{_bindir}/rpcinfo
|
||||
%{_unitdir}/rpcbind.service
|
||||
@ -97,6 +98,9 @@ fi
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Sep 05 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-2mamba
|
||||
- provide systemd files from source
|
||||
|
||||
* Thu Aug 23 2018 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user