Compare commits
11 Commits
1.18.1-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
24d662c577 | |||
bdf029c226 | |||
c81f645ab6 | |||
97d7c402ab | |||
c775439dc0 | |||
4dd530b895 | |||
61506b47c7 | |||
da4b6830f4 | |||
18f5cc361c | |||
d3cc82a0a9 | |||
7780dc7bee |
41
krb5.spec
41
krb5.spec
@ -2,22 +2,23 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: krb5
|
||||
Version: 1.18.1
|
||||
Version: 1.21.3
|
||||
Release: 1mamba
|
||||
Summary: The kerberos network authentication system
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://web.mit.edu/kerberos/
|
||||
URL: https://web.mit.edu/kerberos/
|
||||
Source0: http://web.mit.edu/kerberos/dist/krb5/%{majversion}/krb5-%{version}.tar.gz
|
||||
Source1: krb5-conf
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libkeyutils-devel
|
||||
BuildRequires: liblmdb-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libverto-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libopenssl-devel
|
||||
@ -30,7 +31,6 @@ BuildRequires: bison
|
||||
BuildRequires: diffutils
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Kerberos V5 is a trusted-third-party network authentication system.
|
||||
@ -323,6 +323,39 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
||||
#%{_mandir}/man1/telnet.*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Sat May 28 2022 Automatic Build System <autodist@mambasoft.it> 1.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 24 2021 Automatic Build System <autodist@mambasoft.it> 1.19.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 20 2021 Automatic Build System <autodist@mambasoft.it> 1.19.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 1.18.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 14 2020 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 24 2020 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user