Compare commits
5 Commits
1.20.1-1ma
...
1.22-1mamb
Author | SHA1 | Date | |
---|---|---|---|
43349ce1e4 | |||
24d662c577 | |||
bdf029c226 | |||
c81f645ab6 | |||
97d7c402ab |
55
krb5.spec
55
krb5.spec
@ -2,7 +2,7 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: krb5
|
||||
Version: 1.20.1
|
||||
Version: 1.22
|
||||
Release: 1mamba
|
||||
Summary: The kerberos network authentication system
|
||||
Group: Applications/Security
|
||||
@ -86,14 +86,8 @@ Conflicts: telnet
|
||||
Kerberos V5 is a trusted-third-party network authentication system.
|
||||
This package contains the kerberos Telnet client.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#gzip doc/*.ps
|
||||
|
||||
# fix paths of `comm_err.h' header files
|
||||
# find -name "*\.[hc]" -exec sed -i 's,\([<"]\)com_err.h,\1et/com_err.h,' {} \;
|
||||
|
||||
%build
|
||||
cd src
|
||||
@ -175,8 +169,6 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
#% uninstall_info krb5-install.info
|
||||
#exit 0
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files -n krb5 -f mit-krb5.lang
|
||||
%defattr(-,root,root)
|
||||
@ -193,20 +185,13 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_bindir}/sclient
|
||||
%{_bindir}/sim_client
|
||||
%{_bindir}/uuclient
|
||||
#%attr(0755,root,root) %{_bindir}/v4rcp
|
||||
%{_sbindir}/gss-server
|
||||
#%{_sbindir}/kadmin
|
||||
#%{_sbindir}/klogind
|
||||
%{_sbindir}/krb5-send-pr
|
||||
#%{_sbindir}/kshd
|
||||
#%{_sbindir}/login.krb5
|
||||
%{_sbindir}/uuserver
|
||||
#%{_infodir}/krb5-user.info*
|
||||
%{_mandir}/man1/kdestroy.1*
|
||||
%{_mandir}/man1/kinit.1*
|
||||
%{_mandir}/man1/klist.1*
|
||||
%{_mandir}/man1/kpasswd.1*
|
||||
#%{_mandir}/man1/krb5-send-pr.1*
|
||||
%{_mandir}/man1/kswitch.1*
|
||||
%{_mandir}/man1/kadmin.1*
|
||||
%{_mandir}/man1/ktutil.1*
|
||||
@ -220,15 +205,11 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_mandir}/man5/kadm5.acl.5*
|
||||
%{_mandir}/man8/kdb5_ldap_util.8*
|
||||
%{_mandir}/man5/krb5.conf.5*
|
||||
#%{_datadir}/gnats/mit
|
||||
%doc README src/config-files/services.append
|
||||
%attr(0755,root,root) %doc src/config-files/convert-config-files
|
||||
|
||||
%files server
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/k5srvutil
|
||||
%{_bindir}/kadmin
|
||||
# `sclient' and `sserver' are useful for testing purpose
|
||||
%{_sbindir}/sserver
|
||||
%{_sbindir}/kadmind
|
||||
%{_sbindir}/kadmin.local
|
||||
@ -236,7 +217,6 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_sbindir}/kprop
|
||||
%{_sbindir}/kproplog
|
||||
%{_sbindir}/kpropd
|
||||
#%{_sbindir}/krb524d
|
||||
%{_sbindir}/krb5kdc
|
||||
%{_sbindir}/sim_server
|
||||
%{_mandir}/man1/krb5-config.1*
|
||||
@ -272,7 +252,7 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_libdir}/krb5/plugins/preauth/*.so
|
||||
%dir %{_libdir}/krb5/plugins/tls
|
||||
%{_libdir}/krb5/plugins/tls/k5tls.so
|
||||
%doc README
|
||||
%doc NOTICE
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -282,8 +262,6 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_includedir}/krb5/*.h
|
||||
%dir %{_includedir}/kadm5
|
||||
%{_includedir}/kadm5/*.h
|
||||
#%dir %{_includedir}/kerberosIV
|
||||
#%{_includedir}/kerberosIV/*.h
|
||||
%dir %{_includedir}/gssapi
|
||||
%{_includedir}/gssapi/*.h
|
||||
%dir %{_includedir}/gssrpc
|
||||
@ -299,9 +277,6 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_libdir}/libkrad.so
|
||||
%{_libdir}/libkrb5.so
|
||||
%{_libdir}/libkrb5support.so
|
||||
# `sclient' and `sserver' are useful for testing purpose
|
||||
#%{_bindir}/sclient
|
||||
#%{_sbindir}/sserver
|
||||
%{_libdir}/pkgconfig/gssrpc.pc
|
||||
%{_libdir}/pkgconfig/kadm-client.pc
|
||||
%{_libdir}/pkgconfig/kadm-server.pc
|
||||
@ -311,18 +286,24 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
%{_libdir}/pkgconfig/mit-krb5-gssapi.pc
|
||||
%{_libdir}/pkgconfig/mit-krb5.pc
|
||||
%doc doc/kadm5 doc/rpc
|
||||
|
||||
#%files ftp
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/ftp
|
||||
#%{_mandir}/man1/ftp.*
|
||||
|
||||
#%files telnet
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/telnet
|
||||
#%{_mandir}/man1/telnet.*
|
||||
%doc README src/config-files/services.append
|
||||
|
||||
%changelog
|
||||
* Fri Aug 08 2025 Automatic Build System <autodist@openmamba.org> 1.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 27 2024 Automatic Build System <autodist@openmamba.org> 1.21.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 16 2023 Automatic Build System <autodist@mambasoft.it> 1.21.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 12 2023 Automatic Build System <autodist@mambasoft.it> 1.21.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 06 2023 Automatic Build System <autodist@mambasoft.it> 1.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user