rpms/krb5/F-13 krb5.sh,1.3,1.4 krb5.spec,1.252,1.253

Nalin Dahyabhai nalin at fedoraproject.org
Wed Jun 9 17:32:07 UTC 2010


Author: nalin

Update of /cvs/extras/rpms/krb5/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26943/F-13

Modified Files:
	krb5.sh krb5.spec 
Log Message:
- use the "pathmunge" function to add %%{krb5prefix}/bin to $PATH rather than
  doing it the harder way ourselves (part of #544652)



Index: krb5.sh
===================================================================
RCS file: /cvs/extras/rpms/krb5/F-13/krb5.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- krb5.sh	4 Jun 2009 22:36:59 -0000	1.3
+++ krb5.sh	9 Jun 2010 17:32:06 -0000	1.4
@@ -1,6 +1,2 @@
-if ! echo ${PATH} | /bin/grep -q /usr/kerberos/bin ; then
-	PATH=/usr/kerberos/bin:${PATH}
-fi
-if ! echo ${PATH} | /bin/grep -q /usr/kerberos/sbin ; then
-	PATH=/usr/kerberos/sbin:${PATH}
-fi
+pathmunge /usr/kerberos/bin
+pathmunge /usr/kerberos/sbin


Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/F-13/krb5.spec,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -p -r1.252 -r1.253
--- krb5.spec	27 May 2010 22:16:08 -0000	1.252
+++ krb5.spec	9 Jun 2010 17:32:06 -0000	1.253
@@ -10,7 +10,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.7.1
-Release: 10%{?dist}
+Release: 11%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7.1-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -227,6 +227,10 @@ to obtain initial credentials from a KDC
 certificate.
 
 %changelog
+* Wed Jun  9 2010 Nalin Dahyabhai <nalin at redhat.com> - 1.7.1-11
+- use the "pathmunge" function to add %%{krb5prefix}/bin to $PATH rather
+  than doing it the harder way ourselves (part of #544652)
+
 * Thu May 27 2010 Nalin Dahyabhai <nalin at redhat.com>
 - ksu: move session management calls to before we drop privileges, like
   su does (#596887), and don't skip the PAM account check for root or the



More information about the scm-commits mailing list