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
|
Name: rpcbind
|
||||||
Version: 0.2.2
|
Version: 0.2.2
|
||||||
Release: 2.0%{?dist}
|
Release: 2.1%{?dist}
|
||||||
Summary: Universal Addresses to RPC Program Number Mapper
|
Summary: Universal Addresses to RPC Program Number Mapper
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -13,6 +13,7 @@ Source2: rpcbind.socket
|
|||||||
Source3: rpcbind.sysconfig
|
Source3: rpcbind.sysconfig
|
||||||
|
|
||||||
Patch001: rpcbind-0.2.3-rc2.patch
|
Patch001: rpcbind-0.2.3-rc2.patch
|
||||||
|
Patch002: rpcbind-0.2.2-xlog-debug.patch
|
||||||
|
|
||||||
Requires: glibc-common setup
|
Requires: glibc-common setup
|
||||||
Conflicts: man-pages < 2.43-12
|
Conflicts: man-pages < 2.43-12
|
||||||
@ -35,6 +36,7 @@ RPC calls on a server on that machine.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch001 -p1
|
%patch001 -p1
|
||||||
|
%patch002 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -126,6 +128,9 @@ fi
|
|||||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Updated to the latest rc release: rpcbind-0_2_3-rc1 (bz 1095021)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user