Bump version.
This commit is contained in:
parent
a602d34fb9
commit
5fd7ff8ec0
@ -19,3 +19,4 @@ pykickstart-0.26.tar.gz
|
|||||||
pykickstart-0.27.tar.gz
|
pykickstart-0.27.tar.gz
|
||||||
pykickstart-0.28.tar.gz
|
pykickstart-0.28.tar.gz
|
||||||
pykickstart-0.29.tar.gz
|
pykickstart-0.29.tar.gz
|
||||||
|
pykickstart-0.30.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 0.29
|
Version: 0.30
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -11,6 +11,7 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
|
Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]")
|
||||||
|
Requires: python-urlgrabber
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The pykickstart package is a python library for manipulating kickstart
|
The pykickstart package is a python library for manipulating kickstart
|
||||||
@ -37,6 +38,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/locale/*/*/*
|
/usr/share/locale/*/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 25 2006 Chris Lumens <clumens@redhat.com> 0.30-1
|
||||||
|
- Change order of LVM-related writing functions (#193073).
|
||||||
|
- Require urlgrabber.
|
||||||
|
- Return a more useful error message on unknown commands.
|
||||||
|
- Fix logvol writing typo.
|
||||||
|
- Make ksvalidator validate from a URL in addition to a file.
|
||||||
|
- Don't write out an empty packages section (#192851).
|
||||||
|
|
||||||
* Tue May 23 2006 Chris Lumens <clumens@redhat.com> 0.29-1
|
* Tue May 23 2006 Chris Lumens <clumens@redhat.com> 0.29-1
|
||||||
- Add multipath command, handlers, and data objects (pjones).
|
- Add multipath command, handlers, and data objects (pjones).
|
||||||
- Rename --ports to --port in writer.
|
- Rename --ports to --port in writer.
|
||||||
|
Loading…
Reference in New Issue
Block a user