From f2575269be9e31b74aeb4ece6dc591abeef68a8e Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Mon, 1 Dec 2008 15:00:16 +0000 Subject: [PATCH] Rebuild for Python 2.6 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index cb63b3b..195b646 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda Version: 11.4.1.58 -Release: 1 +Release: 2 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -205,6 +205,9 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Dec 01 2008 Ignacio Vazquez-Abrams - 11.4.1.58-2 +- Rebuild for Python 2.6 + * Wed Nov 12 2008 Chris Lumens - 11.4.1.58-1 - Add comps groups for new repos that are added (#470653) (katzj) - Support upgrades of systems whose rootfs is on an LV. (#471288) (dlehman)