2 Commits

2 changed files with 11 additions and 9 deletions

Binary file not shown.

View File

@ -2,7 +2,7 @@
%define majversion %(echo %version | cut -d. -f 1-2)
Name: krb5
Version: 1.13.2
Version: 1.15.1
Release: 1mamba
Summary: The kerberos network authentication system
Group: Applications/Security
@ -10,7 +10,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://web.mit.edu/kerberos/
Source0: http://web.mit.edu/kerberos/dist/krb5/%{majversion}/krb5-%{version}-signed.tar
Source0: http://web.mit.edu/kerberos/dist/krb5/%{majversion}/krb5-%{version}.tar.gz
Source1: krb5-conf
License: MIT
## AUTOBUILDREQ-BEGIN
@ -85,10 +85,7 @@ Kerberos V5 is a trusted-third-party network authentication system.
This package contains the kerberos Telnet client.
%prep
%setup -q -c krb5-%{version}
tar xzf krb5-%{version}.tar.gz
mv krb5-%{version}/* .
rmdir krb5-%{version}
%setup -q
#gzip doc/*.ps
# fix paths of `comm_err.h' header files
@ -260,8 +257,7 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
%dir %{_libdir}/krb5/plugins/kdb
%{_libdir}/krb5/plugins/kdb/db2.so
%dir %{_libdir}/krb5/plugins/preauth
%{_libdir}/krb5/plugins/preauth/otp.so
%{_libdir}/krb5/plugins/preauth/pkinit.so
%{_libdir}/krb5/plugins/preauth/*.so
%dir %{_libdir}/krb5/plugins/tls
%{_libdir}/krb5/plugins/tls/k5tls.so
%doc README
@ -292,7 +288,7 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
%{_libdir}/pkgconfig/krb5.pc
%{_libdir}/pkgconfig/mit-krb5-gssapi.pc
%{_libdir}/pkgconfig/mit-krb5.pc
%doc doc/api doc/kadm5 doc/kadmin doc/krb5-protocol doc/rpc
%doc doc/kadm5 doc/rpc
#%files ftp
#%defattr(-,root,root)
@ -305,6 +301,12 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
#%{_mandir}/man1/telnet.*
%changelog
* Sat Aug 05 2017 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
- automatic version update by autodist
* Thu Oct 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.4-1mamba
- update to 1.14.4
* Sat Jun 06 2015 Automatic Build System <autodist@mambasoft.it> 1.13.2-1mamba
- automatic update by autodist