From 33f006b98f88825c276152ebfb0e8bb431191be8 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 13 Feb 2013 11:02:40 -0500 Subject: [PATCH] Add a seen attribute to commands, sections, and the packages object. (clumens) --- .gitignore | 1 + pykickstart.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d0b5677..ca62590 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.21.tar.gz /pykickstart-1.99.22.tar.gz /pykickstart-1.99.23.tar.gz +/pykickstart-1.99.24.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index c77dce7..f981077 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.23 +Version: 1.99.24 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 +* Wed Feb 13 2013 Chris Lumens - 1.99.24-1 +- Add a seen attribute to commands, sections, and the packages object. (clumens) + * 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) diff --git a/sources b/sources index 5d2fcfc..bbb9b5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -446da67a49fd8b3580c09aea16ef88a3 pykickstart-1.99.23.tar.gz +1dcad4683f191dbb8e6fe65f64a90340 pykickstart-1.99.24.tar.gz