diff --git a/.cvsignore b/.cvsignore index 6375a39..af33da2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -20,3 +20,4 @@ pykickstart-0.27.tar.gz pykickstart-0.28.tar.gz pykickstart-0.29.tar.gz pykickstart-0.30.tar.gz +pykickstart-0.31.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 5685055..4aa39d5 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,8 +2,8 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.30 -Release: 2 +Version: 0.31 +Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Libraries @@ -39,6 +39,11 @@ rm -rf $RPM_BUILD_ROOT /usr/share/locale/*/*/* %changelog +* Tue Jun 20 2006 Chris Lumens 0.31-1 +- Handle nfs --opts (katzj). +- RAID devices should be integers instead of strings (#176537). +- Add initial support for iscsi (katzj). + * Tue Jun 06 2006 Chris Lumens 0.30-2 - Add BuildRequires to fix building under mock (#194156, Joost Soeterbroek ). diff --git a/sources b/sources index 11e9be4..dcd1c82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50b19bbc7281e0fe26e48308f3efab5d pykickstart-0.30.tar.gz +5cf3759c08c93a44fc8dd4db30e96a7b pykickstart-0.31.tar.gz