rpms/autofs/devel autofs.spec,1.290,1.291

Ian Kent iankent at fedoraproject.org
Mon Nov 9 03:24:16 UTC 2009


Author: iankent

Update of /cvs/pkgs/rpms/autofs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19234

Modified Files:
	autofs.spec 
Log Message:
* Mon Nov 9 2009 Ian Kent <ikent at redhat.com> - 1:5.0.5-4
- fix stale initialization for file map instance patch was not applied.



Index: autofs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -p -r1.290 -r1.291
--- autofs.spec	3 Nov 2009 01:26:33 -0000	1.290
+++ autofs.spec	9 Nov 2009 03:24:14 -0000	1.291
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems
 Name: autofs
 Version: 5.0.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: System Environment/Daemons
@@ -17,6 +17,7 @@ Patch4: autofs-5.0.5-special-case-cifs-e
 Patch5: autofs-5.0.5-fix-libxml2-workaround-configure.patch
 Patch6: autofs-5.0.5-more-code-analysis-corrections.patch
 Patch7: autofs-5.0.5-fix-backwards-ifndef-INET6.patch
+Patch8: autofs-5.0.5-fix-stale-init-for-file-map-instance.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel module-init-tools util-linux nfs-utils e2fsprogs libtirpc-devel
 Requires: kernel >= 2.6.17
@@ -65,6 +66,7 @@ echo %{version}-%{release} > .version
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -117,6 +119,9 @@ fi
 %{_libdir}/autofs/
 
 %changelog
+* Mon Nov 9 2009 Ian Kent <ikent at redhat.com> - 1:5.0.5-4
+- fix stale initialization for file map instance patch was not applied.
+
 * Tue Nov 3 2009 Ian Kent <ikent at redhat.com> - 1:5.0.5-3
 - fix stale initialization for file map instance.
 




More information about the fedora-extras-commits mailing list