[autofs] * Mon Jan 23 2012 Ian Kent <knt at redhat.com> - 1:5.0.6-8 - fix fix wait for master source mutex. - fi

Ian Kent iankent at fedoraproject.org
Mon Jan 23 00:19:50 UTC 2012


commit 4c8499d9fc487a12d740b4a4ad174b1dfbae8672
Author: Ian Kent <raven at themaw.net>
Date:   Mon Jan 23 08:19:23 2012 +0800

    * Mon Jan 23 2012 Ian Kent <knt at redhat.com> - 1:5.0.6-8
    - fix fix wait for master source mutex.
    - fix improve mount location error reporting (bz783496).

 autofs.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/autofs.spec b/autofs.spec
index 2105dfb..5ca565f 100644
--- a/autofs.spec
+++ b/autofs.spec
@@ -8,7 +8,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems
 Name: autofs
 Version: 5.0.6
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: System Environment/Daemons
@@ -34,6 +34,8 @@ Patch18: autofs-5.0.6-add-piddir-to-configure.patch
 Patch19: autofs-5.0.6-add-systemd-unit-support.patch
 Patch20: autofs-5.0.6-fix-MNT_DETACH-define.patch
 Patch21: autofs-5.0.6-remove-empty-command-line-arguments.patch
+Patch22: autofs-5.0.6-fix-wait-for-master-source-mutex.patch
+Patch23: autofs-5.0.6-improve-mount-location-error-reporting.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %if %{with_systemd}
 BuildRequires: systemd-units
@@ -110,6 +112,8 @@ echo %{version}-%{release} > .version
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
+%patch23 -p1
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@@ -193,6 +197,10 @@ fi
 %dir /etc/auto.master.d
 
 %changelog
+* Mon Jan 23 2012 Ian Kent <knt at redhat.com> - 1:5.0.6-8
+- fix fix wait for master source mutex.
+- fix improve mount location error reporting (bz783496).
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:5.0.6-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list