From 8e7dc51afc2fc9b8c881b021b560d86328b38211 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 14 Jan 2013 15:51:17 -0500 Subject: [PATCH] - Don't print any of the autopart command if autopart is disabled (#888841). (clumens) - Call sys.exit instead of os._exit (#891419, gconradi AT factset.com). (clumens) - Beware of possible unicode strings (#876293) (vpodzime) - Remove the lang.apply method (#882186). (clumens) - Add 'make coverage' command to the make file (stefw) --- .gitignore | 1 + pykickstart.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 19189a5..d0b5677 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.20.tar.gz /pykickstart-1.99.21.tar.gz /pykickstart-1.99.22.tar.gz +/pykickstart-1.99.23.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 261544e..c77dce7 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.22 +Version: 1.99.23 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,13 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Mon Jan 14 2013 Chris Lumens - 1.99.23-1 +- Don't print any of the autopart command if autopart is disabled (#888841). (clumens) +- Call sys.exit instead of os._exit (#891419, gconradi AT factset.com). (clumens) +- Beware of possible unicode strings (#876293) (vpodzime) +- Remove the lang.apply method (#882186). (clumens) +- Add 'make coverage' command to the make file (stefw) + * Tue Nov 20 2012 Chris Lumens - 1.99.22-1 - Add support for url --mirrorlist, needed by anaconda (#868558). (clumens) - Only write out a logging line if one was provided (#873242). (clumens) diff --git a/sources b/sources index 7885d65..5d2fcfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -214eb891a0e49dcdc49099294671d083 pykickstart-1.99.22.tar.gz +446da67a49fd8b3580c09aea16ef88a3 pykickstart-1.99.23.tar.gz