- fix a typo in kerberos.ldif
This commit is contained in:
parent
b48f2bcb58
commit
044f184f7a
13
krb5.spec
13
krb5.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: The Kerberos network authentication system
|
Summary: The Kerberos network authentication system
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
# 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
|
# http://web.mit.edu/kerberos/dist/krb5/1.8/krb5-1.8.1-signed.tar
|
||||||
Source0: krb5-%{version}.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
@ -211,6 +211,14 @@ doc/kadm5 api-funcspec
|
|||||||
doc/kadm5 api-server-design
|
doc/kadm5 api-server-design
|
||||||
EOF
|
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.
|
# Generate an FDS-compatible LDIF file.
|
||||||
inldif=src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
|
inldif=src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
|
||||||
cat > 60kerberos.ldif << EOF
|
cat > 60kerberos.ldif << EOF
|
||||||
@ -612,6 +620,9 @@ exit 0
|
|||||||
%{_sbindir}/uuserver
|
%{_sbindir}/uuserver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 14 2010 Nalin Dahyabhai <nalin@redhat.com> 1.8.1-2
|
||||||
|
- fix a typo in kerberos.ldif
|
||||||
|
|
||||||
* Fri Apr 9 2010 Nalin Dahyabhai <nalin@redhat.com> 1.8.1-1
|
* Fri Apr 9 2010 Nalin Dahyabhai <nalin@redhat.com> 1.8.1-1
|
||||||
- update to 1.8.1
|
- update to 1.8.1
|
||||||
- no longer need patches for #555875, #561174, #563431, RT#6661, CVE-2010-0628
|
- no longer need patches for #555875, #561174, #563431, RT#6661, CVE-2010-0628
|
||||||
|
Loading…
Reference in New Issue
Block a user