diff --git a/autofs.spec b/autofs.spec index 3a7903d..cb40267 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,11 +4,11 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 4.1.3 -%define release 98 +%define release 99 Version: %{version} Release: %{release} Epoch: 1 -Copyright: GPL +License: GPL Group: System Environment/Daemons Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-%{version}.tar.bz2 Source1: autofs.sysconfig @@ -190,6 +190,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Mon Feb 14 2005 Jeff Moyer - 1:4.1.3-99 +- Change Copyright to License in the spec file so it will build. + * Fri Feb 11 2005 Jeff Moyer - 1:4.1.3-98 - Program maps can repeat the last character of output. Fix this. Addresses bz #138606