summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-08-02 11:15:21 -0400
committerNalin Dahyabhai <nalin@redhat.com>2012-08-02 11:15:21 -0400
commit38e22af414a6a429acc8d7a5f8a0a1cbbbd7263c (patch)
tree219f1690ddd38de15e81e463944313a9dd83f46b
parent899e16607682983b4edec5dfdcf1af5a818db59c (diff)
downloadkrb5-38e22af414a6a429acc8d7a5f8a0a1cbbbd7263c.tar.gz
krb5-38e22af414a6a429acc8d7a5f8a0a1cbbbd7263c.tar.xz
krb5-38e22af414a6a429acc8d7a5f8a0a1cbbbd7263c.zip
undo file-move fixes on Fedora 17
- go back to not messing with library file paths on Fedora 17: it breaks file path dependencies in other packages, and since Fedora 17 is already released, breaking that is our fault
-rw-r--r--krb5.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/krb5.spec b/krb5.spec
index 9f0b169..d8c6a09 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -10,7 +10,7 @@
%global WITH_NSS 0
%global WITH_SYSVERTO 0
%endif
-%if 0%{?fedora} >= 17 || 0%{?rhel} > 6
+%if 0%{?fedora} > 17 || 0%{?rhel} > 6
%global separate_usr 0
%else
%global separate_usr 1
@@ -20,7 +20,7 @@
Summary: The Kerberos network authentication system
Name: krb5
Version: 1.10.2
-Release: 5%{?dist}
+Release: 6%{?dist}
# Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.10/krb5-1.10.2-signed.tar
Source0: krb5-%{version}.tar.gz
@@ -768,6 +768,11 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Tue Jul 31 2012 Nalin Dahyabhai <nalin@redhat.com> 1.10.2-6
+- go back to not messing with library file paths on Fedora 17: it breaks
+ file path dependencies in other packages, and since Fedora 17 is already
+ released, breaking that is our fault
+
* Tue Jul 31 2012 Nalin Dahyabhai <nalin@redhat.com> 1.10.2-5
- add upstream patch to fix freeing an uninitialized pointer and dereferencing
another uninitialized pointer in the KDC (MITKRB5-SA-2012-001, CVE-2012-1014