summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-10-04 09:47:38 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-10-04 09:47:38 -0400
commit52b6b401df5d15e812520f60042c8b145b2a95ff (patch)
treee5e21d6b2d9af115ba75d283e1fea70d1a5c9e6b
parent494e7adbb0c26ae0ee51fe7ef887d28b48e7c413 (diff)
downloadkrb5-52b6b401df5d15e812520f60042c8b145b2a95ff.tar.gz
krb5-52b6b401df5d15e812520f60042c8b145b2a95ff.tar.xz
krb5-52b6b401df5d15e812520f60042c8b145b2a95ff.zip
- rebuild with keyutils 1.5.8 (part of #1012043)krb5-1.11.3-22.fc21
Rebuild against a keyutils which tags the new symbols we're using with a newer symbol version, so that RPM can tell the difference between versions of the package which contain a shared library that doesn't include them and versions of the package which contain a shared library which does.
-rw-r--r--krb5.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/krb5.spec b/krb5.spec
index 695fef8..4c4b6b2 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -41,7 +41,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.11.3
-Release: 21%{?dist}
+Release: 22%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -150,7 +150,7 @@ BuildRequires: texlive-texmf, texlive-texmf-latex
# Typical fonts, and the commands which we need to have present.
BuildRequires: texlive, texlive-latex, texlive-texmf-fonts
BuildRequires: /usr/bin/pdflatex /usr/bin/makeindex
-BuildRequires: keyutils, keyutils-libs-devel >= 1.5.6-2
+BuildRequires: keyutils, keyutils-libs-devel >= 1.5.8
BuildRequires: libselinux-devel
BuildRequires: pam-devel
%if %{WITH_SYSTEMD}
@@ -207,7 +207,7 @@ Group: System Environment/Libraries
Conflicts: libsmbclient < 3.5.10-124
%endif
Requires: coreutils, gawk, grep, sed
-Requires: keyutils-libs >= 1.5.6-2
+Requires: keyutils-libs >= 1.5.8
%description libs
Kerberos is a network authentication system. The krb5-libs package
@@ -994,6 +994,9 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Fri Oct 4 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-22
+- rebuild with keyutils 1.5.8 (part of #1012043)
+
* Wed Oct 2 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-21
- switch to the version of persistent-keyring that was just merged to
master (RT#7711), along with related changes to kinit (RT#7689)