forked from rpms/rpcbind
Added xlogging debugging to rpcbind
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
868b1509a2
commit
784f00ed44
1213
rpcbind-0.2.2-xlog-debug.patch
Normal file
1213
rpcbind-0.2.2-xlog-debug.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
Name: rpcbind
|
||||
Version: 0.2.2
|
||||
Release: 2.0%{?dist}
|
||||
Release: 2.1%{?dist}
|
||||
Summary: Universal Addresses to RPC Program Number Mapper
|
||||
Group: System Environment/Daemons
|
||||
License: BSD
|
||||
@ -13,6 +13,7 @@ Source2: rpcbind.socket
|
||||
Source3: rpcbind.sysconfig
|
||||
|
||||
Patch001: rpcbind-0.2.3-rc2.patch
|
||||
Patch002: rpcbind-0.2.2-xlog-debug.patch
|
||||
|
||||
Requires: glibc-common setup
|
||||
Conflicts: man-pages < 2.43-12
|
||||
@ -35,6 +36,7 @@ RPC calls on a server on that machine.
|
||||
%setup -q
|
||||
|
||||
%patch001 -p1
|
||||
%patch002 -p1
|
||||
|
||||
%build
|
||||
%ifarch s390 s390x
|
||||
@ -126,6 +128,9 @@ fi
|
||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||
|
||||
%changelog
|
||||
* Thu Feb 5 2015 Steve Dickson <steved@redhat.com> - 0.2.2-2.1
|
||||
- Added xlogging debugging to rpcbind
|
||||
|
||||
* Wed Feb 4 2015 Steve Dickson <steved@redhat.com> - 0.2.2-2.0
|
||||
- Updated to the latest rc release: rpcbind-0_2_3-rc1 (bz 1095021)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user