Drop ancient 2.6 kernel patches from docs

This commit is contained in:
Peter Robinson 2015-03-23 09:57:03 +00:00
parent eb691956de
commit 1d5fd61536

View File

@ -8,11 +8,12 @@
Summary: A tool for automatically mounting and unmounting filesystems
Name: autofs
Version: 5.1.0
Release: 10%{?dist}
Release: 11%{?dist}
Epoch: 1
License: GPLv2+
Group: System Environment/Daemons
Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz
Patch1: autofs-5.1.0-fix-compile-error-in-defaults_c.patch
Patch2: autofs-5.1.0-add-serialization-to-sasl-init.patch
Patch3: autofs-5.1.0-dont-allocate-dev_ctl_ops-too-early.patch
@ -229,7 +230,7 @@ fi
%files
%defattr(-,root,root,-)
%doc CREDITS INSTALL COPY* README* patches/* samples/ldap* samples/autofs.schema
%doc CREDITS INSTALL COPY* README* samples/ldap* samples/autofs.schema
%config %{init_file_name}
%config(noreplace,missingok) /etc/auto.master
%config(noreplace) /etc/autofs.conf
@ -244,6 +245,9 @@ fi
%dir /etc/auto.master.d
%changelog
* Mon Mar 23 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1:5.1.0-11
- Drop ancient 2.6 kernel patches from docs
* Wed Jan 21 2015 Ian Kent <ikent@redhat.com> - 1:5.1.0-10
- make negative cache update consistent for all lookup modules.
- ensure negative cache isn't updated on remount.