SPECS: pam-pam_krb5.spec - rel 4 - build with MIT kerberos by default

baggins baggins at pld-linux.org
Sun Apr 1 00:09:56 CEST 2007


Author: baggins                      Date: Sat Mar 31 22:09:56 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 4
- build with MIT kerberos by default

---- Files affected:
SPECS:
   pam-pam_krb5.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/pam-pam_krb5.spec
diff -u SPECS/pam-pam_krb5.spec:1.13 SPECS/pam-pam_krb5.spec:1.14
--- SPECS/pam-pam_krb5.spec:1.13	Tue Feb 13 08:16:51 2007
+++ SPECS/pam-pam_krb5.spec	Sun Apr  1 00:09:51 2007
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_with	mit	# build with Kerberos V5 from MIT
+%bcond_with	heimdal	# build with heimdal Kerberos V5
 %bcond_with	parser	# build with krb5.conf parser
 #
 %define		ver	1.3-rc7
@@ -10,7 +10,7 @@
 Summary(pl.UTF-8):	Moduł PAM do uwierzytelniania z użyciem Kerberos V5
 Name:		pam-%{modulename}
 Version:	%(echo %{ver} | tr -d - )
-Release:	3
+Release:	4
 Epoch:		1
 Vendor:		Balazs Gal <balsa at rit.bme.hu>
 License:	LGPL
@@ -21,8 +21,8 @@
 BuildRequires:	automake
 %{?with_parser:BuildRequires:	byacc}
 %{?with_parser:BuildRequires:	flex}
-%{!?with_mit:BuildRequires:	heimdal-devel >= 0.7}
-%{?with_mit:BuildRequires:	krb5-devel >= 1.3.1-0.1}
+%{?with_heimdal:BuildRequires:	heimdal-devel >= 0.7}
+%{!?with_heimdal:BuildRequires:	krb5-devel >= 1.6}
 BuildRequires:	pam-devel
 Obsoletes:	pam_krb5
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,7 +45,7 @@
 
 %prep
 %setup -q -n %{modulename}-%{ver}
-%{!?with_mit:%patch0 -p1}
+%{?with_heimdal:%patch0 -p1}
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -82,6 +82,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2007/03/31 22:09:51  baggins
+- rel 4
+- build with MIT kerberos by default
+
 Revision 1.13  2007/02/13 07:16:51  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pam-pam_krb5.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list