rpms/uw-imap/devel uw-imap.spec,1.24,1.25

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Jan 27 03:42:50 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/uw-imap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14676

Modified Files:
	uw-imap.spec 
Log Message:
* Fri Jan 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2006e-2
- use /etc/profile.d/krb5-devel.sh



Index: uw-imap.spec
===================================================================
RCS file: /cvs/extras/rpms/uw-imap/devel/uw-imap.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- uw-imap.spec	27 Jan 2007 02:10:38 -0000	1.24
+++ uw-imap.spec	27 Jan 2007 03:42:20 -0000	1.25
@@ -5,7 +5,7 @@
 Summary: UW Server daemons for IMAP and POP network mail protocols
 Name:	 uw-imap 
 Version: 2006e
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0
 License: Apache 2.0 
@@ -121,7 +121,8 @@
 %build
 
 # Kerberos setup
-source %{_sysconfdir}/profile.d/krb5.sh
+test -f %{_sysconfdir}/profile.d/krb5-devel.sh && source %{_sysconfdir}/profile.d/krb5-devel.sh
+test -f %{_sysconfdir}/profile.d/krb5.sh && source %{_sysconfdir}/profile.d/krb5.sh
 GSSDIR=$(krb5-config --prefix)
 
 ## SSL setup
@@ -270,6 +271,9 @@
 
 
 %changelog
+* Fri Jan 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2006e-2
+- use /etc/profile.d/krb5-devel.sh
+
 * Fri Jan 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2006e-1
 - imap-2006e
 




More information about the scm-commits mailing list