From 4d46e31f13bc14f5390947e4c15feee434825b1d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 20 Jul 2012 23:09:24 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- pykickstart.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index d1e20c7..e9e570c 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,7 +4,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart Version: 1.99.13 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -46,6 +46,9 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Sat Jul 21 2012 Fedora Release Engineering - 1.99.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue Jun 19 2012 Chris Lumens - 1.99.13-1 - Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones) - Allow %include in %pre and %post (#827269) (bcl)