Accepting request 124805 from home:coolo:branches:openSUSE:Factory
- fix %files section for krb5-mini OBS-URL: https://build.opensuse.org/request/show/124805 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=70
This commit is contained in:
parent
6735fa647b
commit
ff4c5cf360
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 08:40:56 UTC 2012 - coolo@suse.com
|
||||
|
||||
- fix %files section for krb5-mini
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 11:39:18 UTC 2012 - mc@suse.de
|
||||
|
||||
|
@ -71,15 +71,6 @@ Kerberos V5 is a trusted-third-party network authentication system,
|
||||
which can improve your network's security by eliminating the insecure
|
||||
practice of clear text passwords.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%if ! %{build_mini}
|
||||
|
||||
%package client
|
||||
@ -92,15 +83,6 @@ which can improve your network's security by eliminating the insecure
|
||||
practice of cleartext passwords. This package includes some required
|
||||
client programs, like kinit, kadmin, ...
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%package server
|
||||
Summary: MIT Kerberos5 implementation - server
|
||||
Group: Productivity/Networking/Security
|
||||
@ -115,15 +97,6 @@ which can improve your network's security by eliminating the insecure
|
||||
practice of cleartext passwords. This package includes the kdc, kadmind
|
||||
and more.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%package plugin-kdb-ldap
|
||||
Summary: MIT Kerberos5 Implementation--LDAP Database Plugin
|
||||
Group: Productivity/Networking/Security
|
||||
@ -135,15 +108,6 @@ which can improve your network's security by eliminating the insecure
|
||||
practice of clear text passwords. This package contains the LDAP
|
||||
database plugin.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%package plugin-preauth-pkinit
|
||||
Summary: MIT Kerberos5 Implementation--PKINIT preauth Plugin
|
||||
Group: Productivity/Networking/Security
|
||||
@ -153,15 +117,6 @@ Kerberos V5 is a trusted-third-party network authentication system,
|
||||
which can improve your network's security by eliminating the insecure
|
||||
practice of cleartext passwords. This package includes a PKINIT plugin.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%endif #! build_mini
|
||||
|
||||
%package devel
|
||||
@ -185,15 +140,6 @@ which can improve your network's security by eliminating the insecure
|
||||
practice of cleartext passwords. This package includes Libraries and
|
||||
Include Files for Development
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{srcRoot}
|
||||
%setup -a 1 -T -D -n %{srcRoot}
|
||||
@ -354,8 +300,6 @@ rm -rf %{buildroot}/usr/lib/mit/share
|
||||
%postun plugin-kdb-ldap -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
########################################################
|
||||
# files sections
|
||||
########################################################
|
||||
@ -420,7 +364,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/libverto.so.*
|
||||
%{_libdir}/libverto-k5ev.so.*
|
||||
%{_libdir}/krb5/plugins/kdb/*
|
||||
%if ! 0%{?build_mini}
|
||||
%{_libdir}/krb5/plugins/preauth/*
|
||||
%endif
|
||||
#/usr/lib/mit/sbin/*
|
||||
/usr/lib/mit/sbin/kadmin.local
|
||||
/usr/lib/mit/sbin/kadmind
|
||||
@ -465,6 +411,7 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/kswitch.1*
|
||||
%{_mandir}/man5/*
|
||||
%{_mandir}/man5/.k5login.5.gz
|
||||
%{_mandir}/man5/.k5identity.5*
|
||||
%{_mandir}/man8/*
|
||||
%else
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 08:40:56 UTC 2012 - coolo@suse.com
|
||||
|
||||
- fix %files section for krb5-mini
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 11:39:18 UTC 2012 - mc@suse.de
|
||||
|
||||
|
59
krb5.spec
59
krb5.spec
@ -71,15 +71,6 @@ Kerberos V5 is a trusted-third-party network authentication system,
|
||||
which can improve your network's security by eliminating the insecure
|
||||
practice of clear text passwords.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%if ! %{build_mini}
|
||||
|
||||
%package client
|
||||
@ -92,15 +83,6 @@ which can improve your network's security by eliminating the insecure
|
||||
practice of cleartext passwords. This package includes some required
|
||||
client programs, like kinit, kadmin, ...
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%package server
|
||||
Summary: MIT Kerberos5 implementation - server
|
||||
Group: Productivity/Networking/Security
|
||||
@ -115,15 +97,6 @@ which can improve your network's security by eliminating the insecure
|
||||
practice of cleartext passwords. This package includes the kdc, kadmind
|
||||
and more.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%package plugin-kdb-ldap
|
||||
Summary: MIT Kerberos5 Implementation--LDAP Database Plugin
|
||||
Group: Productivity/Networking/Security
|
||||
@ -135,15 +108,6 @@ which can improve your network's security by eliminating the insecure
|
||||
practice of clear text passwords. This package contains the LDAP
|
||||
database plugin.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%package plugin-preauth-pkinit
|
||||
Summary: MIT Kerberos5 Implementation--PKINIT preauth Plugin
|
||||
Group: Productivity/Networking/Security
|
||||
@ -153,15 +117,6 @@ Kerberos V5 is a trusted-third-party network authentication system,
|
||||
which can improve your network's security by eliminating the insecure
|
||||
practice of cleartext passwords. This package includes a PKINIT plugin.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%endif #! build_mini
|
||||
|
||||
%package devel
|
||||
@ -185,15 +140,6 @@ which can improve your network's security by eliminating the insecure
|
||||
practice of cleartext passwords. This package includes Libraries and
|
||||
Include Files for Development
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
The MIT Kerberos Team
|
||||
Sam Hartman <hartmans@mit.edu>
|
||||
Ken Raeburn <raeburn@mit.edu>
|
||||
Tom Yu <tlyu@mit.edu>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{srcRoot}
|
||||
%setup -a 1 -T -D -n %{srcRoot}
|
||||
@ -354,8 +300,6 @@ rm -rf %{buildroot}/usr/lib/mit/share
|
||||
%postun plugin-kdb-ldap -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
########################################################
|
||||
# files sections
|
||||
########################################################
|
||||
@ -420,7 +364,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/libverto.so.*
|
||||
%{_libdir}/libverto-k5ev.so.*
|
||||
%{_libdir}/krb5/plugins/kdb/*
|
||||
%if ! 0%{?build_mini}
|
||||
%{_libdir}/krb5/plugins/preauth/*
|
||||
%endif
|
||||
#/usr/lib/mit/sbin/*
|
||||
/usr/lib/mit/sbin/kadmin.local
|
||||
/usr/lib/mit/sbin/kadmind
|
||||
@ -465,6 +411,7 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/kswitch.1*
|
||||
%{_mandir}/man5/*
|
||||
%{_mandir}/man5/.k5login.5.gz
|
||||
%{_mandir}/man5/.k5identity.5*
|
||||
%{_mandir}/man8/*
|
||||
%else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user