rpms/autofs/FC-6 autofs.spec,1.156,1.156.2.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 21 13:07:54 UTC 2006


Author: ikent

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

Modified Files:
      Tag: private-raven-autofs-fc-6-branch
	autofs.spec 
Log Message:
* Tue Nov 21 2006 Ian Kent <ikent at redhat.com> - 5.0.1-0.rc2.22.1
- Fix master map parse fail on bad mountpoint.



Index: autofs.spec
===================================================================
RCS file: /cvs/dist/rpms/autofs/FC-6/autofs.spec,v
retrieving revision 1.156
retrieving revision 1.156.2.1
diff -u -r1.156 -r1.156.2.1
--- autofs.spec	8 Nov 2006 04:50:17 -0000	1.156
+++ autofs.spec	21 Nov 2006 13:07:52 -0000	1.156.2.1
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems.
 Name: autofs
 %define version 5.0.1
-%define release 0.rc2.22
+%define release 0.rc2.22.1
 Version: %{version}
 Release: %{release}
 Epoch: 1
@@ -45,6 +45,7 @@
 Patch31: autofs-5.0.1-rc2-require-kproto-v5.patch
 Patch32: autofs-5.0.1-rc2-fix-manual-umount-regression.patch
 Patch33: autofs-5.0.1-rc2-recursive-bind-mount-use-access-not-opendir.patch
+Patch34: autofs-5.0.1-rc2-parse-bad-mountpoint.patch
 Buildroot: /var/tmp/autofs-tmp
 BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
 Prereq: chkconfig
@@ -118,6 +119,7 @@
 %patch31 -p1
 %patch32 -p1
 %patch33 -p1
+%patch34 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -174,6 +176,9 @@
 %{_libdir}/autofs/*
 
 %changelog
+* Tue Nov 21 2006 Ian Kent <ikent at redhat.com> - 5.0.1-0.rc2.22.1
+- Fix master map parse fail on bad mountpoint.
+
 * Wed Nov 8 2006 Ian Kent <ikent at redhat.com> - 5.0.1-0.rc2.22
 - deal with changed semantics of mkdir in recent kernels.
 - Update patch for changed semantics of mkdir in recent kernels.




More information about the fedora-cvs-commits mailing list