diff --git a/.cvsignore b/.cvsignore index 37eff60..0119532 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -preupgrade-1.0.0.tar.gz +preupgrade-1.0.1.tar.gz diff --git a/preupgrade.spec b/preupgrade.spec index 0aa21f6..65e8e91 100644 --- a/preupgrade.spec +++ b/preupgrade.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: Preresolves dependencies and prepares a system for an upgrade Name: preupgrade -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base @@ -74,6 +74,14 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/%{name} %changelog +* Mon Dec 8 2008 Will Woods - 1.0.1-1 +- Fix yaboot Conflicts: to allow installation on ppc (bug 473065) +- Fix crash with separate /var partition or mdraid root (bug 473782) +- Fix crash with mdraid (software RAID) root (bug 473103) +- CLI: Use the right dir for createrepo +- CLI: Fix network option parsing, add --dhcp +- CLI: Write network options into ks.cfg (bug 472933) + * Fri Nov 21 2008 Will Woods - 1.0.0-1 - Minor UI fixes - Add --clean flag diff --git a/sources b/sources index a270966..73ae518 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6193be877e47a46f1b54b0b8d65dbd09 preupgrade-1.0.0.tar.gz +7682a56b49fe0632edb24173eacccb27 preupgrade-1.0.1.tar.gz