parent
94bc4ee9cb
commit
22be492dbf
24
krb5.spec
24
krb5.spec
@ -42,7 +42,7 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.19.1
|
Version: 1.19.1
|
||||||
Release: %{?zdpd}1%{?dist}
|
Release: %{?zdpd}3%{?dist}
|
||||||
|
|
||||||
# rharwood has trust path to signing key and verifies on check-in
|
# rharwood has trust path to signing key and verifies on check-in
|
||||||
Source0: https://web.mit.edu/kerberos/dist/krb5/%{version}/krb5-%{version}%{?dashpre}.tar.gz
|
Source0: https://web.mit.edu/kerberos/dist/krb5/%{version}/krb5-%{version}%{?dashpre}.tar.gz
|
||||||
@ -80,24 +80,28 @@ BuildRequires: autoconf, bison, make, flex, gawk, gettext, pkgconfig, sed
|
|||||||
BuildRequires: gcc, gcc-c++
|
BuildRequires: gcc, gcc-c++
|
||||||
BuildRequires: libcom_err-devel, libedit-devel, libss-devel
|
BuildRequires: libcom_err-devel, libedit-devel, libss-devel
|
||||||
BuildRequires: gzip, ncurses-devel
|
BuildRequires: gzip, ncurses-devel
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3, python3-sphinx
|
||||||
BuildRequires: keyutils, keyutils-libs-devel >= 1.5.8
|
BuildRequires: keyutils, keyutils-libs-devel >= 1.5.8
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
|
BuildRequires: tcl-devel
|
||||||
|
BuildRequires: libverto-devel
|
||||||
|
BuildRequires: openldap-devel
|
||||||
|
BuildRequires: lmdb-devel
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
|
|
||||||
# For autosetup
|
# For autosetup
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
|
|
||||||
# For the test framework.
|
%if 0%{?skipcheck}
|
||||||
BuildRequires: perl-interpreter, dejagnu, tcl-devel, python3
|
%else
|
||||||
|
BuildRequires: dejagnu
|
||||||
BuildRequires: net-tools, rpcbind
|
BuildRequires: net-tools, rpcbind
|
||||||
BuildRequires: hostname
|
BuildRequires: hostname
|
||||||
BuildRequires: iproute
|
BuildRequires: iproute
|
||||||
BuildRequires: libverto-devel
|
|
||||||
BuildRequires: openldap-devel
|
|
||||||
BuildRequires: lmdb-devel
|
|
||||||
BuildRequires: python3-pyrad
|
BuildRequires: python3-pyrad
|
||||||
|
%endif
|
||||||
|
|
||||||
# Need KDFs. This is the backported version
|
# Need KDFs. This is the backported version
|
||||||
BuildRequires: openssl-devel >= 1:1.1.1d-4
|
BuildRequires: openssl-devel >= 1:1.1.1d-4
|
||||||
@ -631,6 +635,12 @@ exit 0
|
|||||||
%{_libdir}/libkadm5srv_mit.so.*
|
%{_libdir}/libkadm5srv_mit.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 01 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-3
|
||||||
|
- Further test dependency fixes; no code changes
|
||||||
|
|
||||||
|
* Mon Mar 01 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-2
|
||||||
|
- Make test dependencies contingent on skipcheck; no code changes
|
||||||
|
|
||||||
* Thu Feb 18 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-1
|
* Thu Feb 18 2021 Robbie Harwood <rharwood@redhat.com> - 1.19.1-1
|
||||||
- New upstream version (1.19.1)
|
- New upstream version (1.19.1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user