From 1d5fd61536b1f0a58bef5236ceb1caf462fcef7c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 23 Mar 2015 09:57:03 +0000 Subject: [PATCH] Drop ancient 2.6 kernel patches from docs --- autofs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/autofs.spec b/autofs.spec index ded982d..892fac4 100644 --- a/autofs.spec +++ b/autofs.spec @@ -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 1:5.1.0-11 +- Drop ancient 2.6 kernel patches from docs + * Wed Jan 21 2015 Ian Kent - 1:5.1.0-10 - make negative cache update consistent for all lookup modules. - ensure negative cache isn't updated on remount.