[pykickstart] Add --install flag to repo command (#1119867) (bcl)

clumens clumens at fedoraproject.org
Tue Aug 12 16:00:43 UTC 2014


commit 376f1bde6b7789fcc1959776c71e1a36da2a9c02
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Aug 12 11:58:29 2014 -0400

    Add --install flag to repo command (#1119867) (bcl)

 .gitignore       |    1 +
 pykickstart.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e55db08..ae597de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -129,3 +129,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.55.tar.gz
 /pykickstart-1.99.56.tar.gz
 /pykickstart-1.99.57.tar.gz
+/pykickstart-1.99.58.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 048f225..074610d 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.57
+Version: 1.99.58
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Tue Aug 12 2014 Chris Lumens <clumens at redhat.com> - 1.99.58-1
+- Add --install flag to repo command (#1119867) (bcl)
+
 * Wed Jul 02 2014 Chris Lumens <clumens at redhat.com> - 1.99.57-1
 - Replace python-setuptools-devel BR with python-setuptools (toshio). (clumens)
 - Add autopart --fstype support (#1112697) (bcl)
diff --git a/sources b/sources
index 510bb5e..d227f41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4d58f12d0a813d6fee41c5b5bb84ee0  pykickstart-1.99.57.tar.gz
+61d0fec604aa8442de4eb46f68a37115  pykickstart-1.99.58.tar.gz


More information about the scm-commits mailing list