rpms/autofs/devel .cvsignore, 1.9, 1.10 autofs.spec, 1.93, 1.94 sources, 1.9, 1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 2 08:36:17 UTC 2006


Author: ikent

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

Modified Files:
	.cvsignore autofs.spec sources 
Log Message:
* Fri Jun 2 2006 Ian Kent <ikent at redhat.com> - 5.0.0_beta4-1
- update to beta4.
- should address at least bzs 193798, 193770, 193831 and
  possibly 193832.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/autofs/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	25 May 2006 14:12:57 -0000	1.9
+++ .cvsignore	2 Jun 2006 08:36:01 -0000	1.10
@@ -1 +1 @@
-autofs-5.0.0_beta3.tar.bz2
+autofs-5.0.0_beta4.tar.bz2


Index: autofs.spec
===================================================================
RCS file: /cvs/dist/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- autofs.spec	29 May 2006 09:09:09 -0000	1.93
+++ autofs.spec	2 Jun 2006 08:36:01 -0000	1.94
@@ -3,26 +3,14 @@
 #
 Summary: A tool for automatically mounting and unmounting filesystems.
 Name: autofs
-%define version 5.0.0_beta3
-%define release 6
+%define version 5.0.0_beta4
+%define release 1
 Version: %{version}
 Release: %{release}
 Epoch: 1
 License: GPL
 Group: System Environment/Daemons
 Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.bz2
-Patch1: autofs-5.0.0_beta3-remove-extra-debug-print.patch
-Patch2: autofs-5.0.0_beta3-underscore-to-dot.patch
-Patch3: autofs-5.0.0_beta3-dont-probe-nfs4.patch
-Patch4: autofs-5.0.0_beta3-pgrp-pid.patch
-Patch5: autofs-5.0.0_beta3-replicated-white-space.patch
-Patch6: autofs-5.0.0_beta3-dont-strip-debug.patch
-Patch7: autofs-5.0.0_beta3-sanity-check-remove.patch
-Patch8: autofs-5.0.0_beta3-e2fsck-error-check.patch
-Patch9: autofs-5.0.0_beta3-fix-map-perms.patch
-Patch10: autofs-5.0.0_beta3-hesiod-update.patch
-Patch11: autofs-5.0.0_beta3-autofs-mount-fail.patch
-Patch12: autofs-5.0.0_beta3-lookup_program-add-check.patch
 
 Buildroot: /var/tmp/autofs-tmp
 BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
@@ -62,23 +50,12 @@
 %prep
 %setup -q
 echo %{version}-%{release} > .version
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
 %configure --disable-mount-locking --enable-ignore-busy
-make initdir=/etc/rc.d/init.d
+# OK I need to fix the spelling error.
+make initdir=/etc/rc.d/init.d DONTSCRIP=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -129,6 +106,11 @@
 %{_libdir}/autofs/*
 
 %changelog
+* Fri Jun 2 2006 Ian Kent <ikent at redhat.com> - 5.0.0_beta4-1
+- update to beta4.
+- should address at least bzs 193798, 193770, 193831 and
+  possibly 193832.
+
 * Mon May 29 2006 Ian Kent <ikent at redhat.com> - 5.0.0_beta3-6
 - add back test for nested mount in program map lookup.
   - I must have commented this out for a reason. I guess we'll


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/autofs/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	25 May 2006 14:12:57 -0000	1.9
+++ sources	2 Jun 2006 08:36:01 -0000	1.10
@@ -1 +1 @@
-786adad28150a09b5c4b1f5da9651267  autofs-5.0.0_beta3.tar.bz2
+26c381cd0cf38f1949ee618d8070a118  autofs-5.0.0_beta4.tar.bz2




More information about the fedora-cvs-commits mailing list