summaryrefslogtreecommitdiffstats
path: root/krb5.spec
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2017-10-23 16:28:53 +0000
committerRobbie Harwood <rharwood@redhat.com>2017-10-23 16:28:55 +0000
commit6e83fb6a5e95320177a4d3a0e4fae6b3546bd19f (patch)
treef7c4b661b2c3465d92002eb974321bd4c1d9a0cc /krb5.spec
parente02d5c1dacd83eb53537641f3ad0e267c9ca48bb (diff)
downloadkrb5-6e83fb6a5e95320177a4d3a0e4fae6b3546bd19f.tar.gz
krb5-6e83fb6a5e95320177a4d3a0e4fae6b3546bd19f.tar.xz
krb5-6e83fb6a5e95320177a4d3a0e4fae6b3546bd19f.zip
Drop dependency on python2-pyrad (dead upstream, broken with new python)
Diffstat (limited to 'krb5.spec')
-rw-r--r--krb5.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/krb5.spec b/krb5.spec
index 5edaaa0..c390007 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
Name: krb5
Version: 1.16
# for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
-Release: 0.beta1.2%{?dist}
+Release: 0.beta1.3%{?dist}
# lookaside-cached sources; two downloads and a build artifact
Source0: https://web.mit.edu/kerberos/dist/krb5/1.16/krb5-%{version}%{prerelease}.tar.gz
@@ -110,7 +110,6 @@ BuildRequires: perl-interpreter, dejagnu, tcl-devel
BuildRequires: net-tools, rpcbind
BuildRequires: hostname
BuildRequires: iproute
-BuildRequires: python2-pyrad
BuildRequires: libverto-devel
BuildRequires: openldap-devel
BuildRequires: openssl-devel >= 0.9.8
@@ -714,6 +713,9 @@ exit 0
%{_libdir}/libkadm5srv_mit.so.*
%changelog
+* Mon Oct 23 2017 Robbie Harwood <rharwood@redhat.com> - 1.16-0.beta1.3
+- Drop dependency on python2-pyrad (dead upstream, broken with new python)
+
* Mon Oct 09 2017 Robbie Harwood <rharwood@redhat.com> - 1.16-0.beta1.2
- Actually bump kdbversion like I was supposed to