Change Copyright to License in spec file so it will build.

This commit is contained in:
Jeffrey E. Moyer 2005-02-14 16:49:17 +00:00
parent 4753e978b4
commit 0dd38da544

View File

@ -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 <jmoyer@redhat.com> - 1:4.1.3-99
- Change Copyright to License in the spec file so it will build.
* Fri Feb 11 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-98
- Program maps can repeat the last character of output. Fix this.
Addresses bz #138606