rpms/krb5/devel krb5.spec,1.186,1.187

Nalin Dahyabhai nalin at fedoraproject.org
Mon Apr 6 18:23:29 UTC 2009


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3313

Modified Files:
	krb5.spec 
Log Message:
- take the execute bit off of the protocol docs (part of #225974)
- unflag init scripts as configuration files (part of #225974)



Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- krb5.spec	6 Apr 2009 18:00:53 -0000	1.186
+++ krb5.spec	6 Apr 2009 18:22:58 -0000	1.187
@@ -236,6 +236,8 @@
   ldconfig for the -server-ldap subpackage (part of #225974)
 - escape possible macros in the changelog (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 at redhat.com> 1.6.3-19
 - libgssapi_krb5: backport fix for some errors which can occur when
@@ -1416,6 +1418,9 @@
 \\usepackage{fancyheadings}\
 \\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.
 pushd src
 cat $RPM_SOURCE_DIR/krb5-trunk-manpaths.txt | while read manpage ; do
@@ -1808,9 +1813,9 @@
 %defattr(-,root,root)
 %docdir %{krb5prefix}/man
 
-%config /etc/rc.d/init.d/krb5kdc
-%config /etc/rc.d/init.d/kadmin
-%config /etc/rc.d/init.d/kprop
+/etc/rc.d/init.d/krb5kdc
+/etc/rc.d/init.d/kadmin
+/etc/rc.d/init.d/kprop
 %config(noreplace) /etc/sysconfig/krb5kdc
 %config(noreplace) /etc/sysconfig/kadmin
 




More information about the scm-commits mailing list