[pykickstart] Add support for 'autopart --nolvm' (jlaska) Let's just use url.size instead. That's defined for bot

Christopher Edward Lumens clumens at fedoraproject.org
Mon Aug 22 20:47:42 UTC 2011


commit d7d3ba92934289826f074070feed3ec8894bc0a0
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Aug 22 16:41:23 2011 -0400

    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)

 .gitignore       |    1 +
 pykickstart.spec |   10 +++++++++-
 sources          |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 54a2237..f1fa8cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.0.tar.gz
 /pykickstart-1.99.1.tar.gz
 /pykickstart-1.99.2.tar.gz
+/pykickstart-1.99.3.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 4707f3c..3961022 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.99.2
+Version: 1.99.3
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -46,6 +46,14 @@ rm -rf %{buildroot}
 %{_bindir}/ksverdiff
 
 %changelog
+* Mon Aug 22 2011 Chris Lumens <clumens at 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 at redhat.com> - 1.99.2-1
 - Don't do "make po-pull" during installation. (clumens)
 
diff --git a/sources b/sources
index e712cfe..d470b94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fea063ad073a0a7bbbb36c3f6ffbb771  pykickstart-1.99.2.tar.gz
+f4dd5c9c60e9f12ade9b2d9e0bc00349  pykickstart-1.99.3.tar.gz


More information about the scm-commits mailing list