Compare commits
2 Commits
1.19-1mamb
...
1.19.2-1ma
Author | SHA1 | Date | |
---|---|---|---|
61506b47c7 | |||
da4b6830f4 |
12
krb5.spec
12
krb5.spec
@ -2,7 +2,7 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.19
|
Version: 1.19.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The kerberos network authentication system
|
Summary: The kerberos network authentication system
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
@ -15,9 +15,10 @@ Source1: krb5-conf
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libe2fs-devel
|
BuildRequires: libe2fs-devel
|
||||||
BuildRequires: libkeyutils-devel
|
BuildRequires: libkeyutils-devel
|
||||||
|
BuildRequires: liblmdb-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libverto-devel
|
BuildRequires: libverto-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
@ -30,7 +31,6 @@ BuildRequires: bison
|
|||||||
BuildRequires: diffutils
|
BuildRequires: diffutils
|
||||||
Requires: %{libname} = %{version}-%{release}
|
Requires: %{libname} = %{version}-%{release}
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kerberos V5 is a trusted-third-party network authentication system.
|
Kerberos V5 is a trusted-third-party network authentication system.
|
||||||
@ -323,6 +323,12 @@ install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/krb5.conf
|
|||||||
#%{_mandir}/man1/telnet.*
|
#%{_mandir}/man1/telnet.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user