update code
This commit is contained in:
parent
3041ecd65d
commit
3d2553012d
11
rpcbind.spec
11
rpcbind.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 1.2.5
|
Version: 1.2.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Universal addresses to RPC program number mapper
|
Summary: Universal addresses to RPC program number mapper
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ Source1: %{name}.sysconfig
|
|||||||
Requires: glibc-common setup
|
Requires: glibc-common setup
|
||||||
Conflicts: man-pages < 2.43-12
|
Conflicts: man-pages < 2.43-12
|
||||||
BuildRequires: automake autoconf libtool systemd-devel
|
BuildRequires: automake autoconf libtool systemd-devel
|
||||||
BuildRequires: libtirpc-devel quota-devel systemd
|
BuildRequires: libtirpc-devel quota-devel systemd
|
||||||
Requires(pre): coreutils shadow-utils
|
Requires(pre): coreutils shadow-utils
|
||||||
Requires(post): chkconfig systemd
|
Requires(post): chkconfig systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
@ -102,6 +102,7 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) /etc/sysconfig/%{name}
|
%config(noreplace) /etc/sysconfig/%{name}
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
%license COPYING
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_unitdir}/%{name}.*
|
%{_unitdir}/%{name}.*
|
||||||
@ -114,5 +115,11 @@ fi
|
|||||||
%{_mandir}/man8/*.8.gz
|
%{_mandir}/man8/*.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.5-2
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add copying file to rpcbind package
|
||||||
|
|
||||||
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.5-1
|
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.5-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user