From e2c9ba8836410a452304fa1e6d3264d328efc7a8 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Dec 23 2008 21:42:48 +0000 Subject: * Tue Dec 23 2008 David Cantrell - 11.5.0.2-1 - Require latest pykickstart for repo command (clumens) - Remove libdhcp* from scripts/upd-instroot (dcantrell) - methodstr -> self.methodstr (dcantrell) - Rewrite iface_ip2str() to use libnm-glib (dcantrell) - Fix a few syntax error caugh by pychecker (hdegoede) - Remove isys.e2fslabel() and isys.getraidsb() (dcantrell) --- diff --git a/.cvsignore b/.cvsignore index 4030502..e71c0d9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.5.0.1.tar.bz2 +anaconda-11.5.0.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ec879eb..5d48375 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.1 +Version: 11.5.0.2 Release: 1 License: GPLv2+ Group: Applications/System @@ -20,7 +20,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define libnlver 1.0 %define libselinuxver 1.6 %define mkinitrdver 5.1.2-1 -%define pykickstartver 1.46 +%define pykickstartver 1.48 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 @@ -206,6 +206,14 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Dec 23 2008 David Cantrell - 11.5.0.2-1 +- Require latest pykickstart for repo command (clumens) +- Remove libdhcp* from scripts/upd-instroot (dcantrell) +- methodstr -> self.methodstr (dcantrell) +- Rewrite iface_ip2str() to use libnm-glib (dcantrell) +- Fix a few syntax error caugh by pychecker (hdegoede) +- Remove isys.e2fslabel() and isys.getraidsb() (dcantrell) + * Thu Dec 18 2008 David Cantrell - 11.5.0.1-1 - Remove plural forms from po/tg.mo (katzj) diff --git a/sources b/sources index 6da68e4..f80f238 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79324f8ade97f715050009296b0cd45a anaconda-11.5.0.1.tar.bz2 +729f28012f4cb95c1595e3ace794d079 anaconda-11.5.0.2.tar.bz2