fix license tag

This commit is contained in:
Tom Callaway 2008-07-14 19:11:58 +00:00
parent e9a49465fc
commit 4fa4332422

View File

@ -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 <tcallawa@redhat.com> - 5.0.3-19
- change conflicts to requires
- fix license tag
* Mon Jun 30 2008 Ian Kent <ikent@redhat.com> - 5.0.3-18
- don't abuse the ap->ghost field on NFS mount.
- multi-map doesn't pickup NIS updates automatically.