From 03738ac18b13b20b7eba52126361805abc1408a1 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 10 Dec 2010 15:23:53 -0500 Subject: [PATCH] - Remove preceededInclude= support (#639372). (clumens) - support noverifyssl on the rhel6-branch (method, repo) (#660340). (akozumpl) - l10n: Added Low German translation (ncfiedler) --- .gitignore | 1 + pykickstart.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a31cd1b..df707f7 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ pykickstart-1.77.tar.gz pykickstart-1.78.tar.gz /pykickstart-1.78.tar.gz /pykickstart-1.79.tar.gz +/pykickstart-1.80.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index a0f6840..4fb6f3b 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.79 +Version: 1.80 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -45,6 +45,11 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Fri Dec 10 2010 Chris Lumens - 1.80-1 +- Remove preceededInclude= support (#639372). (clumens) +- support noverifyssl on the rhel6-branch (method, repo) (#660340). (akozumpl) +- l10n: Added Low German translation (ncfiedler) + * Mon Nov 08 2010 Chris Lumens 1.79-1 - Move from pychecker to pylint, since the latter actually works. - Lots of minor corrections for pylint. diff --git a/sources b/sources index 636a322..f60a879 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1f50aeb9f90287479487d5bfd99a91e pykickstart-1.79.tar.gz +df80e180c2d986003b72133652a559b0 pykickstart-1.80.tar.gz