From 7891659301740532ec429ba8644deaa08910ae3f Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 6 Sep 2012 15:41:53 -0400 Subject: [PATCH] - Fix the multilib package test case. (clumens) - Add support for --multilib option to %packages. (dlehman) - Mark --nobase as deprecated. (notting) --- .gitignore | 1 + pykickstart.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 907769b..a7956f5 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.15.tar.gz /pykickstart-1.99.16.tar.gz /pykickstart-1.99.17.tar.gz +/pykickstart-1.99.18.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 11c4596..5992e98 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.17 +Version: 1.99.18 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,11 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Thu Sep 06 2012 Chris Lumens - 1.99.18-1 +- Fix the multilib package test case. (clumens) +- Add support for --multilib option to %packages. (dlehman) +- Mark --nobase as deprecated. (notting) + * Tue Aug 28 2012 Chris Lumens - 1.99.17-1 - Add ksdata.network.hostname (readonly) property (rvykydal) diff --git a/sources b/sources index f62ac1c..586a190 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84f33ac558b3fadc47bb5b87f3585676 pykickstart-1.99.17.tar.gz +961bdb865ba71159bc4f7dab8ff84680 pykickstart-1.99.18.tar.gz