diff --git a/pyparted.spec b/pyparted.spec index 4b8360d..5117c45 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -3,8 +3,8 @@ Summary: Python module for GNU parted Name: pyparted Version: 1.8.8 -Release: 1%{?dist} -License: GPL +Release: 2%{?dist} +License: GPLv2 Group: System Environment/Libraries URL: http://people.redhat.com/dcantrel/%{name} @@ -37,6 +37,9 @@ CFLAGS="%{optflags}" CC="%{__cc}" %{__make} %{?_smp_mflags} %{python_sitearch}/partedmodule.so %changelog +* Wed Aug 08 2007 David Cantrell - 1.8.8-2 +- Update License tag to GPLv2 + * Fri Jun 15 2007 David Cantrell - 1.8.8-1 - Clean up wording in package description (#226337) - BR pkgconfig (#226337)