From 74abc1a30bd3550926a5c7a1f63dc12de2ff0fda Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Apr 06 2010 20:51:25 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index aca8747..eb00059 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-14.2.tar.bz2 +anaconda-14.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index bbee1dd..ab71983 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,9 +1,8 @@ %define livearches %{ix86} x86_64 ppc ppc64 -%define _libdir %{_prefix}/lib Summary: Graphical system installer Name: anaconda -Version: 14.2 +Version: 14.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -44,7 +43,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define mehver 0.8 %define sckeyboardver 1.3.1 %define libblkid 2.17.1-1 -%define fcoeutilsver 1.0.12-2.20100323git +%define fcoeutilsver 1.0.12-3.20100323git +%define isomd5sumver 1.0.6 BuildRequires: audit-libs-devel BuildRequires: bzip2-devel @@ -54,7 +54,7 @@ BuildRequires: elfutils-devel BuildRequires: gettext >= %{gettextver} BuildRequires: gtk2-devel BuildRequires: intltool >= %{intltoolver} -BuildRequires: isomd5sum-devel +BuildRequires: isomd5sum-devel >= %{isomd5sumver} BuildRequires: libarchive-devel BuildRequires: libX11-devel BuildRequires: libXt-devel @@ -207,9 +207,9 @@ update-desktop-database &> /dev/null || : %{_sbindir}/showpart %endif %{_datadir}/anaconda -%{_prefix}/lib/anaconda -%{_prefix}/lib/anaconda-runtime %{_prefix}/libexec/anaconda +%{_libdir}/python*/site-packages/pyanaconda/* +%{_libdir}/anaconda* %ifarch %livearches %{_bindir}/liveinst %{_sbindir}/liveinst @@ -220,6 +220,74 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Apr 06 2010 Chris Lumens - 14.3-1 +- Sort partition create actions before other unpartitioned devices. + (#574379) (dlehman) +- Update the partition scheme icons to better looking ones (#579697). + (clumens) +- Move some kickstart-specific storage init into storageInitialization. + (clumens) +- Call the right superclass's __init__ method. (clumens) +- Adjust paths that reference things that have moved. (clumens) +- Move compiled things out of /usr/lib/anaconda-runtime. (clumens) +- Move boot files, language data, keymaps, etc. to /usr/share/anaconda/. + (clumens) +- Move class Anaconda to __init__.py. (clumens) +- Install classes are now under the anaconda module directory. (clumens) +- lang-table and lang-names have moved to /usr/share/anaconda. (clumens) +- upd-instroot no longer needs to explicitly pull in the python parts. + (clumens) +- Adjust command stubs to use new anaconda module location. (clumens) +- Put /usr/lib*/python?.?/site-packages/pyanaconda at the front of + PYTHONPATH. (clumens) +- Adjust the Makefiles to install anaconda to /usr/lib{,64}/python?.?. + (clumens) +- ui: keep the bootloader device dialog always centered (#463489). (akozumpl) +- Reword the filter UI tooltip to be a little more clear (#576144). (clumens) +- Automatically select devices added via the "Add Advanced" button + (#579051). (clumens) +- Re-Check minimum size of partition after running fsck on it (#578955) (bcl) +- Take the request's format into account when deciding to resize (#578471). + (clumens) +- Schedule removal actions for any format on a --onpart= device (#576976). + (clumens) +- Fix early networking log message to correctly assign blame. (pjones) +- Restore xdriver= functionality (#577312) (msivak) +- loader: con Newt into thinking LANG is always en_US.UTF-8 (#576541). + (akozumpl) +- network.dracutSetupString(): handle hosts outside the subnet (#577193) + (hdegoede) +- Copy install.img to install target on http installs. (pjones) +- Make sure the install.img exists before attempting to copy (#578391). + (clumens) +- Write rd_CCW when root fs is on a network device on s390x (#577193) + (dcantrell) +- Keep /usr/bin/seq for the initrd.img (#558881). (dcantrell) +- fix: Tackle race condition issues during X startup. (akozumpl) +- Make checksum error message user-friendlier (#578151) (rvykydal) +- Enable network if it is needed when repo is added in UI (#577803). + (rvykydal) +- Do not try to commit diskLabels on non partitionable devices (#576145) + (hdegoede) +- Copy install.img and remount no matter how many discs (#577196) (pjones) +- Fix typo in linuxrc.s390. ctm should be ctcm. (dcantrell) +- Remove dasdSetup() from loader. (dcantrell) +- Add new return code check for isomd5sum's mediaCheckFile (#578160). + (rvykydal) +- Use symbolic constants of libcheckisomd5 (#555107) (rvykydal) +- Adapt for libcheckisomd5 callback abi change (#555107) (rvykydal) +- Include /sbin/*_cio_free commands in s390x initrd.img (#558881). + (dcantrell) +- Use /sbin/dasd_cio_free to free blacklisted DASDs (#558881) (dcantrell) +- Don't add duplicates to the transaction set (#575878, jantill). (clumens) +- fcoe: sysfs_edd.sh has been renamed to fcoe_edd.sh (hdegoede) +- Fix off-by-one error in string initialization (#577413) (msivak) +- Fix uninitialized variable compile error (#577501) (msivak) +- Do not write OPTIONS=layer2=1 on all architectures (#577005). (dcantrell) +- Show protected devices in the filter UI, but make them immutable + (#568343). (clumens) +- Turn protected devices into a property on the Anaconda object. (clumens) + * Thu Mar 25 2010 David Lehman - 14.2-1 - Unlock the CD tray door in isys.ejectcdrom() (#569377) (pjones) - Try to pull in generic libraries as well as optimized ones (#572178) diff --git a/sources b/sources index 31f5cbc..0b76dc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14283c4af511500e8eeeb8d5efac8c07 anaconda-14.2.tar.bz2 +5215081b9ebef6a7c1d3685bab069853 anaconda-14.3.tar.bz2