Compare commits
4 Commits
1.13-2mamb
...
1.15.1-1ma
Author | SHA1 | Date | |
---|---|---|---|
82f355bb43 | |||
cb68481aa5 | |||
cd16b14e4f | |||
ea75444ac9 |
Binary file not shown.
28
krb5.spec
28
krb5.spec
@ -2,15 +2,15 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.13
|
Version: 1.15.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: The kerberos network authentication system
|
Summary: The kerberos network authentication system
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://web.mit.edu/kerberos/
|
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
|
Source1: krb5-conf
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -85,10 +85,7 @@ Kerberos V5 is a trusted-third-party network authentication system.
|
|||||||
This package contains the kerberos Telnet client.
|
This package contains the kerberos Telnet client.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c krb5-%{version}
|
%setup -q
|
||||||
tar xzf krb5-%{version}.tar.gz
|
|
||||||
mv krb5-%{version}/* .
|
|
||||||
rmdir krb5-%{version}
|
|
||||||
#gzip doc/*.ps
|
#gzip doc/*.ps
|
||||||
|
|
||||||
# fix paths of `comm_err.h' header files
|
# 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
|
%dir %{_libdir}/krb5/plugins/kdb
|
||||||
%{_libdir}/krb5/plugins/kdb/db2.so
|
%{_libdir}/krb5/plugins/kdb/db2.so
|
||||||
%dir %{_libdir}/krb5/plugins/preauth
|
%dir %{_libdir}/krb5/plugins/preauth
|
||||||
%{_libdir}/krb5/plugins/preauth/otp.so
|
%{_libdir}/krb5/plugins/preauth/*.so
|
||||||
%{_libdir}/krb5/plugins/preauth/pkinit.so
|
|
||||||
%dir %{_libdir}/krb5/plugins/tls
|
%dir %{_libdir}/krb5/plugins/tls
|
||||||
%{_libdir}/krb5/plugins/tls/k5tls.so
|
%{_libdir}/krb5/plugins/tls/k5tls.so
|
||||||
%doc README
|
%doc README
|
||||||
@ -292,7 +288,7 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
|||||||
%{_libdir}/pkgconfig/krb5.pc
|
%{_libdir}/pkgconfig/krb5.pc
|
||||||
%{_libdir}/pkgconfig/mit-krb5-gssapi.pc
|
%{_libdir}/pkgconfig/mit-krb5-gssapi.pc
|
||||||
%{_libdir}/pkgconfig/mit-krb5.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
|
#%files ftp
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
@ -305,6 +301,18 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
|||||||
#%{_mandir}/man1/telnet.*
|
#%{_mandir}/man1/telnet.*
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
|
* Tue Feb 17 2015 Automatic Build System <autodist@mambasoft.it> 1.13.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Feb 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13-2mamba
|
* Sat Feb 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13-2mamba
|
||||||
- rebuilt with system libverto
|
- rebuilt with system libverto
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user