[pykickstart] - Do not set any magic default PE size in pykickstart (vpodzime) - ostreesetup: Fix noGpg attribute

clumens clumens at fedoraproject.org
Fri May 16 18:55:33 UTC 2014


commit aef4e987373054479e1ac2f1abc5bd90159a7746
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri May 16 14:55:12 2014 -0400

    - Do not set any magic default PE size in pykickstart (vpodzime)
    - ostreesetup: Fix noGpg attribute (walters)
    - Fix bogus changelog in pykickstart.spec (sagarun)
    - Stop shipping a ChangeLog file. (clumens)
    - We can use descriptive pylint message names on the command line, too. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |   13 ++++++++++---
 sources          |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 607de1f..5f66c85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,3 +126,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.52.tar.gz
 /pykickstart-1.99.53.tar.gz
 /pykickstart-1.99.54.tar.gz
+/pykickstart-1.99.55.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 7d0428f..df822d6 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.54
+Version: 1.99.55
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -44,7 +44,7 @@ make test
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc README ChangeLog COPYING docs/programmers-guide
+%doc README COPYING docs/programmers-guide
 %doc docs/kickstart-docs.txt
 %{python_sitelib}/*
 %{_bindir}/ksvalidator
@@ -54,6 +54,13 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Fri May 16 2014 Chris Lumens <clumens at redhat.com> - 1.99.55-1
+- Do not set any magic default PE size in pykickstart (vpodzime)
+- ostreesetup: Fix noGpg attribute (walters)
+- Fix bogus changelog in pykickstart.spec (sagarun)
+- Stop shipping a ChangeLog file. (clumens)
+- We can use descriptive pylint message names on the command line, too. (clumens)
+
 * Tue Apr 22 2014 Chris Lumens <clumens at redhat.com> - 1.99.54-1
 - Move ks tools from optparse to argparse (#1083913). (clumens)
 - Use descriptive pylint messages instead of numbers. (clumens)
@@ -928,7 +935,7 @@ make test
 - Support --mtu for the network command (#191328).
 - Accept --isUtc for backwards compatibility.
 
-* Wed May 04 2006 Chris Lumens <clumens at redhat.com> 0.27-1
+* Thu May 04 2006 Chris Lumens <clumens at redhat.com> 0.27-1
 - Output formatting fixes.
 - Added commands for managing users and services.
 
diff --git a/sources b/sources
index 0016416..c087262 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab98a99337cd6f00ecb2be29cd78032e  pykickstart-1.99.54.tar.gz
+23735ed755e65827f921905921bcdf57  pykickstart-1.99.55.tar.gz


More information about the scm-commits mailing list