From 3d2553012d7f428e736f87f04452c2cda5d73dc6 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:51:26 +0800 Subject: [PATCH] update code --- rpcbind.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/rpcbind.spec b/rpcbind.spec index debb387..be0a579 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -3,7 +3,7 @@ Name: rpcbind Version: 1.2.5 -Release: 1 +Release: 2 Summary: Universal addresses to RPC program number mapper License: BSD @@ -14,7 +14,7 @@ Source1: %{name}.sysconfig Requires: glibc-common setup Conflicts: man-pages < 2.43-12 BuildRequires: automake autoconf libtool systemd-devel -BuildRequires: libtirpc-devel quota-devel systemd +BuildRequires: libtirpc-devel quota-devel systemd Requires(pre): coreutils shadow-utils Requires(post): chkconfig systemd Requires(preun): systemd @@ -102,6 +102,7 @@ fi %defattr(-,root,root) %config(noreplace) /etc/sysconfig/%{name} %doc AUTHORS +%license COPYING %{_sbindir}/* %{_bindir}/* %{_unitdir}/%{name}.* @@ -114,5 +115,11 @@ fi %{_mandir}/man8/*.8.gz %changelog +* Thu Oct 10 2019 openEuler Buildteam - 1.2.5-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:add copying file to rpcbind package + * Tue Sep 17 2019 openEuler Buildteam - 1.2.5-1 - Package init