[pykickstart/f21] - Get rid of an unused variable. (clumens) - network: add support for bridge to RHEL7 (#1075195) (rv

clumens clumens at fedoraproject.org
Fri Dec 19 19:50:15 UTC 2014


commit 5712d13067cd8c60b8211cbc929222d2c24efdbb
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Nov 24 10:45:52 2014 -0500

    - Get rid of an unused variable. (clumens)
    - network: add support for bridge to RHEL7 (#1075195) (rvykydal)
    - Add new RHEL7 logvol objects to master (vpodzime)
    - Add new RHEL7 volgroup objects to master (vpodzime)
    - RHEL7 supports the ostreesetup command. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |   11 +++++++++--
 sources          |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59706b2..1f593bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -135,3 +135,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.61.tar.gz
 /pykickstart-1.99.62.tar.gz
 /pykickstart-1.99.63.tar.gz
+/pykickstart-1.99.64.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 2844725..4d7cba0 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -3,8 +3,8 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.99.63
-Release: 2%{?dist}
+Version: 1.99.64
+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.
@@ -56,6 +56,13 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Mon Nov 24 2014 Chris Lumens <clumens at redhat.com> - 1.99.64-1
+- Get rid of an unused variable. (clumens)
+- network: add support for bridge to RHEL7 (#1075195) (rvykydal)
+- Add new RHEL7 logvol objects to master (vpodzime)
+- Add new RHEL7 volgroup objects to master (vpodzime)
+- RHEL7 supports the ostreesetup command. (clumens)
+
 * Mon Oct 13 2014 Chris Lumens <clumens at redhat.com> 1.99.63-2
 - Rebuild for F20.
 
diff --git a/sources b/sources
index ab32b1f..de3c213 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afe0c40b19a14a3a88237f73565de667  pykickstart-1.99.63.tar.gz
+242faf471babd3f53b7557a3053ad0d5  pykickstart-1.99.64.tar.gz


More information about the scm-commits mailing list