- take the execute bit off of the protocol docs (part of #225974)
- unflag init scripts as configuration files (part of #225974)
This commit is contained in:
parent
303d2c20d2
commit
45bffcbf45
11
krb5.spec
11
krb5.spec
@ -236,6 +236,8 @@ certificate.
|
|||||||
ldconfig for the -server-ldap subpackage (part of #225974)
|
ldconfig for the -server-ldap subpackage (part of #225974)
|
||||||
- escape possible macros in the changelog (part of #225974)
|
- escape possible macros in the changelog (part of #225974)
|
||||||
- fixup summary texts (part of #225974)
|
- fixup summary texts (part of #225974)
|
||||||
|
- take the execute bit off of the protocol docs (part of #225974)
|
||||||
|
- unflag init scripts as configuration files (part of #225974)
|
||||||
|
|
||||||
* Tue Mar 17 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-19
|
* Tue Mar 17 2009 Nalin Dahyabhai <nalin@redhat.com> 1.6.3-19
|
||||||
- libgssapi_krb5: backport fix for some errors which can occur when
|
- libgssapi_krb5: backport fix for some errors which can occur when
|
||||||
@ -1416,6 +1418,9 @@ sed -i -e '1c\
|
|||||||
\\usepackage{fancyheadings}\
|
\\usepackage{fancyheadings}\
|
||||||
\\usepackage{hyperref}' doc/implement/implement.tex
|
\\usepackage{hyperref}' doc/implement/implement.tex
|
||||||
|
|
||||||
|
# Take the execute bit off of documentation.
|
||||||
|
chmod -x doc/krb5-protocol/*.txt
|
||||||
|
|
||||||
# Rename the man pages so that they'll get generated correctly.
|
# Rename the man pages so that they'll get generated correctly.
|
||||||
pushd src
|
pushd src
|
||||||
cat $RPM_SOURCE_DIR/krb5-trunk-manpaths.txt | while read manpage ; do
|
cat $RPM_SOURCE_DIR/krb5-trunk-manpaths.txt | while read manpage ; do
|
||||||
@ -1808,9 +1813,9 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%docdir %{krb5prefix}/man
|
%docdir %{krb5prefix}/man
|
||||||
|
|
||||||
%config /etc/rc.d/init.d/krb5kdc
|
/etc/rc.d/init.d/krb5kdc
|
||||||
%config /etc/rc.d/init.d/kadmin
|
/etc/rc.d/init.d/kadmin
|
||||||
%config /etc/rc.d/init.d/kprop
|
/etc/rc.d/init.d/kprop
|
||||||
%config(noreplace) /etc/sysconfig/krb5kdc
|
%config(noreplace) /etc/sysconfig/krb5kdc
|
||||||
%config(noreplace) /etc/sysconfig/kadmin
|
%config(noreplace) /etc/sysconfig/kadmin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user