automatic version update by autodist [release 1.2.5-1mamba;Thu Aug 23 2018]
This commit is contained in:
parent
a28bb0fdab
commit
4ba2cfd6d9
12
rpcbind.spec
12
rpcbind.spec
@ -1,7 +1,7 @@
|
|||||||
%define groupid 59
|
%define groupid 59
|
||||||
%define userid 59
|
%define userid 59
|
||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 0.2.4
|
Version: 1.2.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A replacement for portmap required for import or export of NFS shared directories
|
Summary: A replacement for portmap required for import or export of NFS shared directories
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
@ -53,9 +53,6 @@ autoreconf -fisv
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
install -d -m0755 %{buildroot}{/sbin,%{_sbindir}}
|
|
||||||
mv -f %{buildroot}%{_bindir}/rpcbind %{buildroot}/sbin
|
|
||||||
mv -f %{buildroot}%{_bindir}/rpcinfo %{buildroot}%{_sbindir}
|
|
||||||
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/rpcbind.service
|
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/rpcbind.service
|
||||||
install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/rpcbind.socket
|
install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/rpcbind.socket
|
||||||
install -D -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/rpcbind
|
install -D -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/rpcbind
|
||||||
@ -90,8 +87,8 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/rpcbind
|
%config(noreplace) %{_sysconfdir}/sysconfig/rpcbind
|
||||||
/sbin/rpcbind
|
%{_sbindir}/rpcbind
|
||||||
%{_sbindir}/rpcinfo
|
%{_bindir}/rpcinfo
|
||||||
%{_unitdir}/rpcbind.service
|
%{_unitdir}/rpcbind.service
|
||||||
%{_unitdir}/rpcbind.socket
|
%{_unitdir}/rpcbind.socket
|
||||||
%{_mandir}/man8/rpcbind.8*
|
%{_mandir}/man8/rpcbind.8*
|
||||||
@ -100,6 +97,9 @@ fi
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2018 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Dec 05 2016 Automatic Build System <autodist@mambasoft.it> 0.2.4-1mamba
|
* Mon Dec 05 2016 Automatic Build System <autodist@mambasoft.it> 0.2.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user