[pykickstart/f18] - Disable pylint warnings related to the previous patch. (clumens) - Revert "Fix superclass construc

clumens clumens at fedoraproject.org
Mon Oct 15 18:18:27 UTC 2012


commit 866bcfe345ad420ad7f39c193bae2534dd70d564
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Oct 15 14:03:22 2012 -0400

    - Disable pylint warnings related to the previous patch. (clumens)
    - Revert "Fix superclass constructor call in F18_Keyboard." (clumens)
    - Fix superclass constructor call in F18_Keyboard. (dlehman)
    - Add cipher option for encrypting block devices. (dlehman)
    - Change keyboard command to accept VConsole keymap and X layouts (vpodzime)
    - add unsupported_hardware command (#824963) (bcl)

 .gitignore       |    1 +
 pykickstart.spec |   10 +++++++++-
 sources          |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index addc4e5..51cc0f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,3 +88,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.14.tar.gz
 /pykickstart-1.99.15.tar.gz
 /pykickstart-1.99.19.tar.gz
+/pykickstart-1.99.20.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 8ae83e9..9034274 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.19
+Version: 1.99.20
 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 Oct 15 2012 Chris Lumens <clumens at redhat.com> - 1.99.20-1
+- Disable pylint warnings related to the previous patch. (clumens)
+- Revert "Fix superclass constructor call in F18_Keyboard." (clumens)
+- Fix superclass constructor call in F18_Keyboard. (dlehman)
+- Add cipher option for encrypting block devices. (dlehman)
+- Change keyboard command to accept VConsole keymap and X layouts (vpodzime)
+- add unsupported_hardware command (#824963) (bcl)
+
 * Fri Sep 14 2012 Chris Lumens <clumens at redhat.com> - 1.99.19-1
 - bonding support: add network --bondslaves --bondopts options (rvykydal)
 - vlan support: add network --vlanid option. (rvykydal)
diff --git a/sources b/sources
index 5c21598..408d369 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5c7f70ce3e3be8a4cbf9ca7253b821d  pykickstart-1.99.19.tar.gz
+2afa571f3835f148ca5a7b27c9f28695  pykickstart-1.99.20.tar.gz


More information about the scm-commits mailing list