From 4fa4332422ec66e01776577b681c5f8be8a1bd59 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 14 2008 19:11:58 +0000 Subject: fix license tag --- diff --git a/autofs.spec b/autofs.spec index af00431..b308817 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,9 +4,9 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.0.3 -Release: 18 +Release: 19 Epoch: 1 -License: GPL +License: GPLv2+ Group: System Environment/Daemons URL: http://wiki.autofs.net/ Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.bz2 @@ -34,7 +34,7 @@ Patch21: autofs-5.0.3-fix-get-user-info-check.patch Patch22: autofs-5.0.3-fix-couple-of-memory-leaks.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel module-init-tools util-linux nfs-utils e2fsprogs -Conflicts: kernel < 2.6.17 +Requires: kernel >= 2.6.17 Requires: bash mktemp sed gawk textutils sh-utils grep module-init-tools /bin/ps Requires(post): /sbin/chkconfig Requires(preun): /sbin/service @@ -147,6 +147,10 @@ fi %{_libdir}/autofs/ %changelog +* Mon Jul 14 2008 Tom "spot" Callaway - 5.0.3-19 +- change conflicts to requires +- fix license tag + * Mon Jun 30 2008 Ian Kent - 5.0.3-18 - don't abuse the ap->ghost field on NFS mount. - multi-map doesn't pickup NIS updates automatically.