Accepting request 305915 from home:guohouzuo:freeipa
OBS-URL: https://build.opensuse.org/request/show/305915 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=138
This commit is contained in:
parent
cefda77aa1
commit
24de3e2bab
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package krb5-mini
|
# spec file for package krb5-mini
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 14:13:03 UTC 2015 - hguo@suse.com
|
||||||
|
|
||||||
|
- Use externally built libverto
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 18 11:48:46 UTC 2015 - michael@stroeder.com
|
Wed Feb 18 11:48:46 UTC 2015 - michael@stroeder.com
|
||||||
|
|
||||||
|
12
krb5.spec
12
krb5.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package krb5
|
# spec file for package krb5
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -39,6 +39,7 @@ Obsoletes: krb5-plugin-preauth-pkinit-nss
|
|||||||
%if ! 0%{?build_mini}
|
%if ! 0%{?build_mini}
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libverto-devel
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: python-Cheetah
|
BuildRequires: python-Cheetah
|
||||||
@ -105,6 +106,8 @@ client programs, like kinit, kadmin, ...
|
|||||||
Summary: MIT Kerberos5 implementation - server
|
Summary: MIT Kerberos5 implementation - server
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Requires: cron
|
Requires: cron
|
||||||
|
Requires: libverto
|
||||||
|
Requires: libverto-libev
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires: perl-Date-Calc
|
Requires: perl-Date-Calc
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
@ -163,6 +166,7 @@ Group: Development/Libraries/C and C++
|
|||||||
PreReq: %{name} = %{version}
|
PreReq: %{name} = %{version}
|
||||||
Requires: keyutils-devel
|
Requires: keyutils-devel
|
||||||
Requires: libcom_err-devel
|
Requires: libcom_err-devel
|
||||||
|
Requires: libverto-devel
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: krb5-devel-64bit
|
Obsoletes: krb5-devel-64bit
|
||||||
@ -231,7 +235,8 @@ DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME
|
|||||||
%endif
|
%endif
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
--with-system-et \
|
--with-system-et \
|
||||||
--with-system-ss
|
--with-system-ss \
|
||||||
|
--with-system-verto
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
%if ! 0%{?build_mini}
|
%if ! 0%{?build_mini}
|
||||||
cd doc
|
cd doc
|
||||||
@ -451,7 +456,6 @@ rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/otp.so
|
|||||||
%{_libdir}/libkdb5.so
|
%{_libdir}/libkdb5.so
|
||||||
%{_libdir}/libkrb5.so
|
%{_libdir}/libkrb5.so
|
||||||
%{_libdir}/libkrb5support.so
|
%{_libdir}/libkrb5support.so
|
||||||
%{_libdir}/libverto.so
|
|
||||||
%{_libdir}/libkrad.so
|
%{_libdir}/libkrad.so
|
||||||
%{_libdir}/pkgconfig/gssrpc.pc
|
%{_libdir}/pkgconfig/gssrpc.pc
|
||||||
%{_libdir}/pkgconfig/kadm-client.pc
|
%{_libdir}/pkgconfig/kadm-client.pc
|
||||||
@ -511,7 +515,6 @@ rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/otp.so
|
|||||||
%{_libdir}/libkdb5.so.*
|
%{_libdir}/libkdb5.so.*
|
||||||
%{_libdir}/libkrb5.so.*
|
%{_libdir}/libkrb5.so.*
|
||||||
%{_libdir}/libkrb5support.so.*
|
%{_libdir}/libkrb5support.so.*
|
||||||
%{_libdir}/libverto.so.*
|
|
||||||
%{_libdir}/libkrad.so.*
|
%{_libdir}/libkrad.so.*
|
||||||
%{_libdir}/krb5/plugins/kdb/*
|
%{_libdir}/krb5/plugins/kdb/*
|
||||||
%{_libdir}/krb5/plugins/tls/*
|
%{_libdir}/krb5/plugins/tls/*
|
||||||
@ -585,7 +588,6 @@ rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/otp.so
|
|||||||
%{_libdir}/libkdb5.so.*
|
%{_libdir}/libkdb5.so.*
|
||||||
%{_libdir}/libkrb5.so.*
|
%{_libdir}/libkrb5.so.*
|
||||||
%{_libdir}/libkrb5support.so.*
|
%{_libdir}/libkrb5support.so.*
|
||||||
%{_libdir}/libverto.so.*
|
|
||||||
%{_libdir}/libkrad.so.*
|
%{_libdir}/libkrad.so.*
|
||||||
|
|
||||||
%files server
|
%files server
|
||||||
|
Loading…
Reference in New Issue
Block a user