[pykickstart] Don't do "make po-pull" during installation. (clumens)

Christopher Edward Lumens clumens at fedoraproject.org
Mon Jun 27 17:50:54 UTC 2011


commit 41038b2ac92a2c829050eb9b6c16e87893111894
Author: Chris Lumens <clumens at redhat.com>
Date:   Mon Jun 27 13:50:38 2011 -0400

    Don't do "make po-pull" during installation. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 707234f..54a2237 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,3 +73,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.83.tar.gz
 /pykickstart-1.99.0.tar.gz
 /pykickstart-1.99.1.tar.gz
+/pykickstart-1.99.2.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index b923fe1..4707f3c 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.1
+Version: 1.99.2
 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,9 @@ rm -rf %{buildroot}
 %{_bindir}/ksverdiff
 
 %changelog
+* Mon Jun 27 2011 Chris Lumens <clumens at redhat.com> - 1.99.2-1
+- Don't do "make po-pull" during installation. (clumens)
+
 * Mon Jun 27 2011 Chris Lumens <clumens at redhat.com> - 1.99.1-1
 - Fix a couple Makefile typos. (clumens)
 - typo fix (vpodzime)
diff --git a/sources b/sources
index 809371d..e712cfe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d89146466579dfce8147b48fb7a7cbb  pykickstart-1.99.1.tar.gz
+fea063ad073a0a7bbbb36c3f6ffbb771  pykickstart-1.99.2.tar.gz


More information about the scm-commits mailing list