New version.
This commit is contained in:
parent
d9538103a5
commit
ee96f1a8e8
@ -27,3 +27,4 @@ pykickstart-1.36.tar.gz
|
|||||||
pykickstart-1.37.tar.gz
|
pykickstart-1.37.tar.gz
|
||||||
pykickstart-1.38.tar.gz
|
pykickstart-1.38.tar.gz
|
||||||
pykickstart-1.39.tar.gz
|
pykickstart-1.39.tar.gz
|
||||||
|
pykickstart-1.40.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Version: 1.39
|
Version: 1.40
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -15,7 +15,7 @@ Group: System Environment/Libraries
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: python-devel, gettext, python-setuptools-devel
|
BuildRequires: python-devel, gettext, python-setuptools-devel
|
||||||
Requires: python, python-urlgrabber, rhpl
|
Requires: python, python-urlgrabber
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The pykickstart package is a python library for manipulating kickstart
|
The pykickstart package is a python library for manipulating kickstart
|
||||||
@ -44,6 +44,14 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/ksflatten
|
%{_bindir}/ksflatten
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 15 2008 Chris Lumens <clumens@redhat.com> - 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 <clumens@redhat.com> - 1.39-1
|
* Fri Jun 13 2008 Chris Lumens <clumens@redhat.com> - 1.39-1
|
||||||
- It's helpful to return the parser object. (clumens)
|
- It's helpful to return the parser object. (clumens)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user