New version.
This commit is contained in:
parent
1d371ca503
commit
798f1c91f3
@ -35,3 +35,4 @@ pykickstart-1.44.tar.gz
|
||||
pykickstart-1.45.tar.gz
|
||||
pykickstart-1.46.tar.gz
|
||||
pykickstart-1.47.tar.gz
|
||||
pykickstart-1.48.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
Summary: A python library for manipulating kickstart files
|
||||
Name: pykickstart
|
||||
Url: http://fedoraproject.org/wiki/pykickstart
|
||||
Version: 1.47
|
||||
Release: 2%{?dist}
|
||||
Version: 1.48
|
||||
Release: 1%{?dist}
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution. Thus the source is only available from
|
||||
# within this srpm.
|
||||
@ -44,8 +44,15 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/ksflatten
|
||||
|
||||
%changelog
|
||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.47-2
|
||||
- Rebuild for Python 2.6
|
||||
* Tue Dec 23 2008 Chris Lumens <clumens@redhat.com> - 1.48-1
|
||||
- Allow ignoring group metadata from repos, using a '--ignoregroups'
|
||||
boolean. (notting)
|
||||
- Add initial support for F11.
|
||||
- Specify the command versions in the handlers instead of making copies.
|
||||
- Remove empty and pointless __init__ methods.
|
||||
- Pass arguments to superclasses via *args and **kwargs, all the way up.
|
||||
- Add removedKeywords and removedAttrs lists on Commands and Data.
|
||||
- Fix version regexes to handle double digits and minor releases (jlaska).
|
||||
|
||||
* Thu Oct 30 2008 Chris Lumens <clumens@redhat.com> - 1.47-1
|
||||
- Fix enabling services we specify by specific options.
|
||||
|
Loading…
Reference in New Issue
Block a user