summaryrefslogtreecommitdiffstats
path: root/krb5.spec
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2011-06-14 14:15:55 -0400
committerNalin Dahyabhai <nalin@redhat.com>2011-06-14 14:15:55 -0400
commit6a7a1180582bed0835f17ee883ed74b82a8cbca2 (patch)
treeffa457a89b5f3406414b4bf86281c098b8a8e38d /krb5.spec
parent20266fd9d74e5b40123b212de9d55533f62413c3 (diff)
downloadkrb5-6a7a1180582bed0835f17ee883ed74b82a8cbca2.tar.gz
krb5-6a7a1180582bed0835f17ee883ed74b82a8cbca2.tar.xz
krb5-6a7a1180582bed0835f17ee883ed74b82a8cbca2.zip
- incorporate a fix to teach the file labeling bits about when replay caches are expunged (#576093)
Diffstat (limited to 'krb5.spec')
-rw-r--r--krb5.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/krb5.spec b/krb5.spec
index 0484d70..2c3ca15 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -291,6 +291,7 @@ make %{?_smp_mflags}
popd
# A sanity checker for upgrades.
+env LD_LIBRARY_PATH=`pwd`/src/lib \
%{__cc} -o kdb_check_weak \
-I src/include `./src/krb5-config --cflags kdb` \
%{SOURCE35} \
@@ -655,6 +656,10 @@ exit 0
%{_sbindir}/uuserver
%changelog
+* Tue Jun 14 2011 Nalin Dahyabhai <nalin@redhat.com>
+- incorporate a fix to teach the file labeling bits about when replay caches
+ are expunged (#576093)
+
* Thu May 26 2011 Nalin Dahyabhai <nalin@redhat.com> 1.9.1-3
- switch to the upstream patch for #707145