rpms/krb5/devel krb5.spec,1.184,1.185

Nalin Dahyabhai nalin at fedoraproject.org
Mon Apr 6 17:52:52 UTC 2009


Author: nalin

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

Modified Files:
	krb5.spec 
Log Message:
- escape possible macros in the changelog (part of #225974)



Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- krb5.spec	6 Apr 2009 17:45:29 -0000	1.184
+++ krb5.spec	6 Apr 2009 17:52:21 -0000	1.185
@@ -230,10 +230,11 @@
 - turn off krb4 support (it won't be part of the 1.7 release, but do it now)
 - use triggeruns to properly shut down and disable krb524d when -server and
   -workstation-servers gets upgraded, because it's gone now
-- move the libraries to /%{_lib}, but leave --libdir alone so that plugins
+- move the libraries to /%%{_lib}, but leave --libdir alone so that plugins
   get installed and are searched for in the same locations (#473333)
 - clean up buildprereq/prereqs, explicit mktemp requires, and add the
   ldconfig for the -server-ldap subpackage (part of #225974)
+- escape possible macros in the changelog (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
@@ -1092,7 +1093,7 @@
 
 * Thu Feb  8 2001 Nalin Dahyabhai <nalin at redhat.com>
 - build alpha with -O0 for now
-- own %{_var}/kerberos
+- own %%{_var}/kerberos
 
 * Tue Feb  6 2001 Nalin Dahyabhai <nalin at redhat.com>
 - own the directories which are created for each package (#26342)
@@ -1129,7 +1130,7 @@
 - make krb5-libs obsolete the old krb5-configs package (#18351)
 - don't quit from the kpropd init script if there's no principal database so
   that you can propagate the first time without running kpropd manually
-- don't complain if /etc/ld.so.conf doesn't exist in the -libs %post
+- don't complain if /etc/ld.so.conf doesn't exist in the -libs %%post
 
 * Tue Sep 12 2000 Nalin Dahyabhai <nalin at redhat.com>
 - fix credential forwarding problem in klogind (goof in KRB5CCNAME handling)
@@ -1253,7 +1254,7 @@
 
 * Mon Apr 10 2000 Nalin Dahyabhai <nalin at redhat.com>
 - add LDCOMBINE=-lc to configure invocation to use libc versioning (bug #10653)
-- change Requires: for/in subpackages to include %{version}
+- change Requires: for/in subpackages to include %%{version}
 
 * Wed Apr 05 2000 Nalin Dahyabhai <nalin at redhat.com>
 - add man pages for kerberos(1), kvno(1), .k5login(5)




More information about the scm-commits mailing list