* Mon Jan 23 2012 Ian Kent <knt@redhat.com> - 1:5.0.6-8
- fix fix wait for master source mutex. - fix improve mount location error reporting (bz783496).
This commit is contained in:
parent
28467ae148
commit
4c8499d9fc
10
autofs.spec
10
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@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@lists.fedoraproject.org> - 1:5.0.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user