- preprocess kerberos.ldif into a format FDS will like better, and include
that as a doc file as well
This commit is contained in:
parent
37416c24a6
commit
117cdbbea7
14
krb5.spec
14
krb5.spec
@ -199,6 +199,10 @@ installed on systems which are meant provide these services.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2007 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- preprocess kerberos.ldif into a format FDS will like better, and include
|
||||||
|
that as a doc file as well
|
||||||
|
|
||||||
* Fri Jun 22 2007 Nalin Dahyabhai <nalin@redhat.com>
|
* Fri Jun 22 2007 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- switch man pages to being generated with the right paths in them
|
- switch man pages to being generated with the right paths in them
|
||||||
- drop old, incomplete SELinux patch
|
- drop old, incomplete SELinux patch
|
||||||
@ -1169,6 +1173,15 @@ doc/kadm5 api-funcspec
|
|||||||
doc/kadm5 api-server-design
|
doc/kadm5 api-server-design
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Generate an FDS-compatible LDIF file.
|
||||||
|
inldif=src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
|
||||||
|
cat > 60kerberos.ldif << EOF
|
||||||
|
# This is a variation on kerberos.ldif which Fedora Directory Server will like.
|
||||||
|
dn: cn=schema
|
||||||
|
EOF
|
||||||
|
egrep -iv '(^$|^dn:|^changetype:|^add:)' $inldif >> 60kerberos.ldif
|
||||||
|
touch -r $inldif 60kerberos.ldif
|
||||||
|
|
||||||
# Rebuild the configure scripts.
|
# Rebuild the configure scripts.
|
||||||
cd src
|
cd src
|
||||||
top=`pwd`
|
top=`pwd`
|
||||||
@ -1582,6 +1595,7 @@ exit 0
|
|||||||
%docdir %{krb5prefix}/man
|
%docdir %{krb5prefix}/man
|
||||||
%doc src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
|
%doc src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
|
||||||
%doc src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema
|
%doc src/plugins/kdb/ldap/libkdb_ldap/kerberos.schema
|
||||||
|
%doc 60kerberos.ldif
|
||||||
%dir %{_libdir}/krb5
|
%dir %{_libdir}/krb5
|
||||||
%dir %{_libdir}/krb5/plugins
|
%dir %{_libdir}/krb5/plugins
|
||||||
%dir %{_libdir}/krb5/plugins/kdb
|
%dir %{_libdir}/krb5/plugins/kdb
|
||||||
|
Loading…
Reference in New Issue
Block a user