forked from pool/libtirpc
This commit is contained in:
parent
6290148e58
commit
57c3a3a8c2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 22 16:17:26 CEST 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- fix debug_packages_requires define
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 1 12:32:45 CEST 2008 - mkoenig@suse.de
|
Wed Oct 1 12:32:45 CEST 2008 - mkoenig@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ License: Other uncritical OpenSource License; Sun Industry Standards Sour
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.1.9
|
Version: 0.1.9
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Transport Independent RPC Library
|
Summary: Transport Independent RPC Library
|
||||||
Url: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
|
Url: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -42,7 +42,7 @@ Patch10: libtirpc-0.1.9-0010-Fix-__rpc_getconfip.patch
|
|||||||
#
|
#
|
||||||
Patch20: libtirpc-0.1.7-use_sysconfdir.patch
|
Patch20: libtirpc-0.1.7-use_sysconfdir.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define debug_package_requires libtirpc1 = %{version}
|
%define debug_package_requires libtirpc1 = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Transport Independent RPC library (TI-RPC) is a replacement for the
|
The Transport Independent RPC library (TI-RPC) is a replacement for the
|
||||||
@ -152,6 +152,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 22 2008 mrueckert@suse.de
|
||||||
|
- fix debug_packages_requires define
|
||||||
* Wed Oct 01 2008 mkoenig@suse.de
|
* Wed Oct 01 2008 mkoenig@suse.de
|
||||||
- add recent patches from git which fix some more bugs
|
- add recent patches from git which fix some more bugs
|
||||||
* fix __rpc_getconfip
|
* fix __rpc_getconfip
|
||||||
|
Loading…
Reference in New Issue
Block a user