forked from pool/libtirpc
Accepting request 210104 from home:neilbrown:branches:Base:System
This version only changes krb5-devel to krb5-mini-devel for 13.1 and later, but as the package doesn't build on earlier releases anyway it is at best a cosmetic issue. - Change BuildDepends from krb5-devel to krb5-mini-devel for those releases which provide it as the later is sufficient and has fewer down-stream dependencies. OBS-URL: https://build.opensuse.org/request/show/210104 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=35
This commit is contained in:
parent
33c9d292f9
commit
1272c1aabb
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 04:51:00 UTC 2013 - nfbrown@suse.com
|
||||
|
||||
- Change BuildDepends from krb5-devel to krb5-mini-devel
|
||||
for those releases which provide it
|
||||
as the later is sufficient and has fewer down-stream
|
||||
dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 22:18:38 UTC 2013 - nfbrown@suse.com
|
||||
|
||||
|
@ -26,7 +26,11 @@ Release: 0
|
||||
Summary: Transport Independent RPC Library
|
||||
License: BSD-4-Clause
|
||||
Group: System/Libraries
|
||||
%if 0%{suse_version} >= 1300
|
||||
BuildRequires: krb5-mini-devel
|
||||
%else
|
||||
BuildRequires: krb5-devel
|
||||
%endif
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
Url: http://sourceforge.net/projects/libtirpc/
|
||||
|
Loading…
Reference in New Issue
Block a user