diff --git a/.cvsignore b/.cvsignore index 3a21797..c53dd9a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -27,3 +27,4 @@ pykickstart-1.36.tar.gz pykickstart-1.37.tar.gz pykickstart-1.38.tar.gz pykickstart-1.39.tar.gz +pykickstart-1.40.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index d8fc399..3f944de 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.39 +Version: 1.40 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -15,7 +15,7 @@ Group: System Environment/Libraries BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, gettext, python-setuptools-devel -Requires: python, python-urlgrabber, rhpl +Requires: python, python-urlgrabber %description The pykickstart package is a python library for manipulating kickstart @@ -44,6 +44,14 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* Tue Jul 15 2008 Chris Lumens - 1.40-1 +- RHEL5_LogVolData should inherit from FC4, not FC3. + Also fix FC9->F9 typo. (dlehman) +- Support creation of encrypted block devices in RHEL5. (#449830) (dlehman) +- Use the right LogVolData objects for RHEL3 and 4 (jlaska). (clumens) +- We no longer use rhpl for translations. (clumens) +- All the base classes should derive from object. (clumens) + * Fri Jun 13 2008 Chris Lumens - 1.39-1 - It's helpful to return the parser object. (clumens) diff --git a/sources b/sources index c610184..d0ec3be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6bbb73c0ee23af1da6fc85d01604056 pykickstart-1.39.tar.gz +40348f1916ebf42b5ea3b2de08a62e4a pykickstart-1.40.tar.gz