diff --git a/krb5.spec b/krb5.spec index 498f3ed..4ee2439 100644 --- a/krb5.spec +++ b/krb5.spec @@ -5,7 +5,7 @@ Summary: The Kerberos network authentication system Name: krb5 Version: 1.8.1 -Release: 1%{?dist} +Release: 2%{?dist} # Maybe we should explode from the now-available-to-everybody tarball instead? # http://web.mit.edu/kerberos/dist/krb5/1.8/krb5-1.8.1-signed.tar Source0: krb5-%{version}.tar.gz @@ -211,6 +211,14 @@ doc/kadm5 api-funcspec doc/kadm5 api-server-design EOF +# Fix the LDIF file. +if test %{version} != 1.8.1 ; then + # Hopefully this was fixed later. + exit 1 +fi +sed -i s,^attributetype:,attributetypes:,g \ + src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif + # Generate an FDS-compatible LDIF file. inldif=src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif cat > 60kerberos.ldif << EOF @@ -612,6 +620,9 @@ exit 0 %{_sbindir}/uuserver %changelog +* Wed Apr 14 2010 Nalin Dahyabhai 1.8.1-2 +- fix a typo in kerberos.ldif + * Fri Apr 9 2010 Nalin Dahyabhai 1.8.1-1 - update to 1.8.1 - no longer need patches for #555875, #561174, #563431, RT#6661, CVE-2010-0628