diff --git a/.cvsignore b/.cvsignore index f023990..48b5c2b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -22,3 +22,4 @@ pykickstart-1.3.tar.gz pykickstart-1.4.tar.gz pykickstart-1.5.tar.gz pykickstart-1.6.tar.gz +pykickstart-1.7.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 2651d04..b33e0c8 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,14 +3,14 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.6 +Version: 1.7 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. Source0: %{name}-%{version}.tar.gz -License: GPL +License: GPLv2 Group: System Environment/Libraries BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,6 +42,11 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Thu Aug 09 2007 Chris Lumens 1.7-1 +- Clarify license in spec file and all source files. +- Check string values to options to make sure they're not other options + (#251318). + * Thu Aug 02 2007 Chris Lumens 1.6-1 - Fix a couple tracebacks in ksvalidator. - Change --class to --dhcpclass (#248912). diff --git a/sources b/sources index eb028f7..e8aa560 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -491ba8d508380447d6dda2881e9cf710 pykickstart-1.6.tar.gz +2c865d9c3b0482c92cc0a2e6f4fc2efb pykickstart-1.7.tar.gz