summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2017-07-19 20:08:14 +0000
committerRobbie Harwood <rharwood@redhat.com>2017-07-19 20:08:14 +0000
commitbb9cd0748a2c97e090746fb4d3348ef0e76b0238 (patch)
tree0803317bdba5ecc41ca05f8e549397cd09c8a220
parentdd3f3e78a4a336c536f3728e8684dc3f3707cbbc (diff)
downloadkrb5-bb9cd0748a2c97e090746fb4d3348ef0e76b0238.tar.gz
krb5-bb9cd0748a2c97e090746fb4d3348ef0e76b0238.tar.xz
krb5-bb9cd0748a2c97e090746fb4d3348ef0e76b0238.zip
Explicitly require python2 packages
-rw-r--r--krb5.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/krb5.spec b/krb5.spec
index 8978a00..cbcf121 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
Name: krb5
Version: 1.15.1
# for prerelease, should be e.g., 0.3.beta2%{?dist}
-Release: 15%{?dist}
+Release: 16%{?dist}
# - Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.13/krb5-1.13.2-signed.tar
# - The sources below are stored in a lookaside cache. Upload with
@@ -87,7 +87,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf, bison, cmake, flex, gawk, gettext, pkgconfig, sed
BuildRequires: libcom_err-devel, libedit-devel, libss-devel
BuildRequires: gzip, ncurses-devel
-BuildRequires: python-sphinx, texlive-pdftex
+BuildRequires: python2-sphinx, texlive-pdftex
# For autosetup
BuildRequires: git
@@ -126,7 +126,7 @@ BuildRequires: perl-interpreter, dejagnu, tcl-devel
BuildRequires: net-tools, rpcbind
BuildRequires: hostname
BuildRequires: iproute
-BuildRequires: python-pyrad
+BuildRequires: python2-pyrad
BuildRequires: libverto-devel
BuildRequires: openldap-devel
BuildRequires: openssl-devel >= 0.9.8
@@ -741,6 +741,9 @@ exit 0
%{_libdir}/libkadm5srv_mit.so.*
%changelog
+* Wed Jul 19 2017 Robbie Harwood <rharwood@redhat.com> - 1.15.1-16
+- Explicitly require python2 packages
+
* Wed Jul 19 2017 Robbie Harwood <rharwood@redhat.com> - 1.15.1-15
- Add support to query the SSF of a context
- Pick up rename of perl dependency