From 4c8499d9fc487a12d740b4a4ad174b1dfbae8672 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Mon, 23 Jan 2012 08:19:23 +0800 Subject: [PATCH] * Mon Jan 23 2012 Ian Kent - 1:5.0.6-8 - fix fix wait for master source mutex. - fix improve mount location error reporting (bz783496). --- autofs.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 - 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 - 1:5.0.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild