[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/autofs/devel autofs.spec,1.117,1.118



Author: ikent

Update of /cvs/dist/rpms/autofs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25394

Modified Files:
	autofs.spec 
Log Message:
* Tue Jul 4 2006 Ian Kent <ikent redhat com> - 5.0.0_beta6-3
- correct test for existence of auth config file.



Index: autofs.spec
===================================================================
RCS file: /cvs/dist/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- autofs.spec	3 Jul 2006 05:38:26 -0000	1.117
+++ autofs.spec	4 Jul 2006 02:31:18 -0000	1.118
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems.
 Name: autofs
 %define version 5.0.0_beta6
-%define release 2
+%define release 3
 Version: %{version}
 Release: %{release}
 Epoch: 1
@@ -15,6 +15,7 @@
 Patch2: autofs-5.0.0_beta6-default-auth-config.patch
 Patch3: autofs-5.0.0_beta6-gssapi-segfault-exit.patch
 Patch4: autofs-5.0.0_beta6-check-return.patch
+Patch5: autofs-5.0.0_beta6-auth-config-exits.patch
 Buildroot: /var/tmp/autofs-tmp
 BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
 Prereq: chkconfig
@@ -57,6 +58,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -113,6 +115,9 @@
 %{_libdir}/autofs/*
 
 %changelog
+* Tue Jul 4 2006 Ian Kent <ikent redhat com> - 5.0.0_beta6-3
+- correct test for existence of auth config file.
+
 * Mon Jul 3 2006 Ian Kent <ikent redhat com> - 5.0.0_beta6-2
 - merge LDAP authentication update for GSSAPI (Jeff Moyer).
 - update default auth config to add options documenetation (Jeff Moyer).


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]