rpms/autofs/FC-5 autofs.spec,1.76,1.77

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 11 13:44:59 UTC 2006


Author: ikent

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

Modified Files:
	autofs.spec 
Log Message:
* Tue Apr 11 2006 Ian Kent <ikent at redhat.com> - 1:4.1.4-19
- Add patch to allow customization of arguments to the
  autofs-ldap-auto-master program (bz #187525).
- Add patch to escap "#" characters in exports from auto.net
  program mount (bz#178304).



Index: autofs.spec
===================================================================
RCS file: /cvs/dist/rpms/autofs/FC-5/autofs.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- autofs.spec	11 Feb 2006 02:01:31 -0000	1.76
+++ autofs.spec	11 Apr 2006 13:44:57 -0000	1.77
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems.
 Name: autofs
 %define version 4.1.4
-%define release 16.2.2
+%define release 19
 Version: %{version}
 Release: %{release}
 Epoch: 1
@@ -35,6 +35,8 @@
 Patch22: autofs-4.1.4-yp_order-order-type.patch
 Patch23: autofs-4.1.4-ldap-depricated.patch
 Patch24: autofs-4.1.4-underscore_to_dot.patch
+Patch25: autofs-4.1.3-ldap-auto-master.patch
+Patch26: autofs-4.1.4-auto_net-escape-hash.patch
 
 Buildroot: /var/tmp/autofs-tmp
 BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
@@ -98,7 +100,8 @@
 %patch22 -p1
 %patch23 -p1
 %patch24 -p1
-
+%patch25 -p1
+%patch26 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -152,6 +155,12 @@
 %{_libdir}/autofs/*
 
 %changelog
+* Tue Apr 11 2006 Ian Kent <ikent at redhat.com> - 1:4.1.4-19
+- Add patch to allow customization of arguments to the
+  autofs-ldap-auto-master program (bz #187525).
+- Add patch to escap "#" characters in exports from auto.net
+  program mount (bz#178304).
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1:4.1.4-16.2.2
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list