Add support for 'autopart --nolvm' (jlaska)
Let's just use url.size instead. That's defined for both FTP and HTTP. (clumens) Support end-of-line comments in the %packages section (#728563). (clumens)
This commit is contained in:
parent
41038b2ac9
commit
d7d3ba9293
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-1.99.0.tar.gz
|
/pykickstart-1.99.0.tar.gz
|
||||||
/pykickstart-1.99.1.tar.gz
|
/pykickstart-1.99.1.tar.gz
|
||||||
/pykickstart-1.99.2.tar.gz
|
/pykickstart-1.99.2.tar.gz
|
||||||
|
/pykickstart-1.99.3.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.99.2
|
Version: 1.99.3
|
||||||
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
|
||||||
@ -46,6 +46,14 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/ksverdiff
|
%{_bindir}/ksverdiff
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 22 2011 Chris Lumens <clumens@redhat.com> - 1.99.3-1
|
||||||
|
- Ignore reimport warnings. (clumens)
|
||||||
|
- Add support for 'autopart --nolvm' (jlaska)
|
||||||
|
- autopart - Inherit error checking from base class (jlaska)
|
||||||
|
- Let's just use url.size instead. That's defined for both FTP and HTTP. (clumens)
|
||||||
|
- It's url.hdr now, not url.info. (clumens)
|
||||||
|
- Support end-of-line comments in the %packages section (#728563). (clumens)
|
||||||
|
|
||||||
* Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.2-1
|
* Mon Jun 27 2011 Chris Lumens <clumens@redhat.com> - 1.99.2-1
|
||||||
- Don't do "make po-pull" during installation. (clumens)
|
- Don't do "make po-pull" during installation. (clumens)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user