From 79897b3c5decd4f234ddcfd0ff9917bbe2e1b8ca Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 12 Jul 2014 18:45:11 -0400 Subject: [PATCH] fix license handling --- krb5.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/krb5.spec b/krb5.spec index 9753759..778d4fa 100644 --- a/krb5.spec +++ b/krb5.spec @@ -41,7 +41,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.12.1 -Release: 10%{?dist} +Release: 11%{?dist} # Maybe we should explode from the now-available-to-everybody tarball instead? # http://web.mit.edu/kerberos/dist/krb5/1.12/krb5-1.12.1-signed.tar Source0: krb5-%{version}.tar.gz @@ -937,7 +937,9 @@ exit 0 %files libs -f %{gettext_domain}.lang %defattr(-,root,root,-) -%doc README NOTICE LICENSE +%doc README NOTICE +%{!?_licensedir:%global license %%doc} +%license LICENSE %docdir %{_mandir} # These are hard-coded, not-dependent-on-the-configure-script paths. %dir /etc/gss @@ -1034,6 +1036,9 @@ exit 0 %{_sbindir}/uuserver %changelog +* Sat Jul 12 2014 Tom Callaway - 1.12.1-11 +- fix license handling + * Mon Jul 7 2014 Nalin Dahyabhai - 1.12.1-10 - pull in fix for denial of service by injection of malformed GSSAPI tokens (CVE-2014-4341, CVE-2014-4342, #1116181)