[autofs/f14/master] * Thu Aug 26 2010 Ian Kent <ikent at redhat.com> - 1:5.0.5-30.f14 - fix restart not working (bz624694).

Ian Kent iankent at fedoraproject.org
Thu Aug 26 02:28:01 UTC 2010


commit 85f3912800b712ebadc48bb355da1178ae90040b
Author: Ian Kent <raven at themaw.net>
Date:   Thu Aug 26 10:27:40 2010 +0800

    * Thu Aug 26 2010 Ian Kent <ikent at redhat.com> - 1:5.0.5-30.f14
    - fix restart not working (bz624694).

 autofs.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/autofs.spec b/autofs.spec
index 30d8690..c97bda8 100644
--- a/autofs.spec
+++ b/autofs.spec
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems
 Name: autofs
 Version: 5.0.5
-Release: 29%{?dist}
+Release: 30%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: System Environment/Daemons
@@ -60,6 +60,7 @@ Patch48: autofs-5.0.5-expire-thread-use-pending-mutex.patch
 Patch49: autofs-5.0.5-include-krb5-library.patch
 Patch50: autofs-5.0.5-make-verbose-mode-a-little-less-verbose.patch
 Patch51: autofs-5.0.5-remove-ERR_remove_state-openssl-call.patch
+Patch52: autofs-5.0.5-fix-restart.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
 Conflicts: cyrus-sasl-lib < 2.1.23-9
@@ -153,6 +154,7 @@ echo %{version}-%{release} > .version
 %patch49 -p1
 %patch50 -p1
 %patch51 -p1
+%patch52 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -205,6 +207,9 @@ fi
 %{_libdir}/autofs/
 
 %changelog
+* Thu Aug 26 2010 Ian Kent <ikent at redhat.com> - 1:5.0.5-30.f14
+- fix restart not working (bz624694).
+
 * Tue Aug 17 2010 Ian Kent <ikent at redhat.com> - 1:5.0.5-29
 - remove extra read master map call.
 - remove extra cache create call in master_add_map_source().


More information about the scm-commits mailing list