From bc1203c3fa6f8ece8551cc460f22e7881e0a8500 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 8 Jul 2010 20:02:32 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + anaconda.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 46 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9e04c3f..79e8564 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ anaconda-14.6.tar.bz2 anaconda-14.7.tar.bz2 anaconda-14.8.tar.bz2 anaconda-14.9.tar.bz2 +anaconda-14.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index bd987bb..8df3015 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 14.9 +Version: 14.10 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -54,7 +54,7 @@ BuildRequires: elfutils-devel BuildRequires: gettext >= %{gettextver} BuildRequires: gtk2-devel BuildRequires: intltool >= %{intltoolver} -BuildRequires: isomd5sum-devel >= %{isomd5sumver} +BuildRequires: isomd5sum-static >= %{isomd5sumver} BuildRequires: libarchive-devel BuildRequires: libX11-devel BuildRequires: libXt-devel @@ -223,6 +223,48 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Jul 08 2010 Chris Lumens - 14.10-1 +- Handle 16 digit hex strings for ID_SERIAL_SHORT (#611554) (dcantrell) +- Focus default advanced storage type in add dialog (#603726) (dcantrell) +- Add multipath member with addUdevDiskDevice instead of DiskDevice (#582254) + (dcantrell) +- add mime.cache to the stage2 image (#609596). (akozumpl) +- makeupdates: treat files under pyanaconda/ individually. (akozumpl) +- ssl: propagate 'url --noverifyssl' into yum repo configuration (#599040). + (akozumpl) +- ssl: support for 'url --noverifyssl' in loader. (akozumpl) +- ssl: support --noverifyssl in the repo kickstart command. (akozumpl) +- Fix a file descriptor leak in getDevices (#612153, mganisin). (clumens) +- Pass size of structure not a size of pointer to calloc (#592227) (msivak) +- Properly iterate over the netdevices list (#610769). (clumens) +- Require the static package instead of the devel one (#610797). (clumens) +- ui: C_reate mnemonics in Create Storage dialog. (akozumpl) +- fix insensitivities of 0783c488 (akozumpl) +- During an update don't erase old kernels (#594411) (bcl) +- booty and isys have moved, so update runpylint.sh. (clumens) +- Translate MAC addresses to devices in the second stage, too. (clumens) +- Fix prototype of getIPAddresses (#605659) (rvykydal) +- Account for ipv6 addresses too (#605659) (rvykydal) +- Use progressbar instead of waitwindow for repo setup (#584996) (rvykydal) +- Don't deactivate active device before running nm-c-e (#608773) (rvykydal) +- Control all devs by NM by default + filtering (iSCSI, FCoE) (#606745) + (rvykydal) +- anaconda's lvm vgreduce invocation is not filtering out disks (609479) + (hdegoede) +- Clean up proxy handling in yuminstall.py (#604137) (bcl) +- Write out missing space on 'part' lines in ks file (#605938) (dcantrell) +- Make sure swap devices are included in dracut args (#607646) (dcantrell) +- Catch DeviceNotFoundError in cleardisks (#607661) (dcantrell) +- Do not proceed after partitioning errors in text mode (#599484) (bcl) +- fixup exclude/excludepkgs usage (#607664) (bcl) +- yum calls it "exclude" instead of "excludepkgs" (#607664). (clumens) +- Add full proxy URL to writeKS (#602705) (bcl) +- Fix repo --includepkgs=, and add more to anaconda-ks.cfg's repo line + (#602705). (clumens) +- Add a slash to the path pointing to hdinstall dir (#592154) (msivak) +- Don't resize lv's formatting unless also resizing the lv. (#575046) (dlehman) +- Show sane non-removable drives too in the DD dialog (#594548) (msivak) + * Mon Jun 28 2010 Chris Lumens - 14.9-1 - Update to use the latest pykickstart. (clumens) - Import anaconda_log correctly to avoid the double import problem. (clumens) diff --git a/sources b/sources index 13ac8ef..dcf294b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d850383cac379954f44efdf0100f1f4 anaconda-14.9.tar.bz2 +fe758bbbb9a22b76c1ea6f8155c8b153 anaconda-14.10.tar.bz2