From dbca1df5e89b30e39d2135070234e664d9a86297 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Feb 01 2012 00:15:36 +0000 Subject: - liveinst: canonicalize live-baseloop symlink (bcl) - Fixup getDeviceBy* methods (bcl) - Ignore dm devs when scanning for mpath members (#761278) (hamzy) - Don't set the system's hostname during disk image installs. (dlehman) - Fix error handling in the case of no live block device. (dlehman) - Force simple filter for disk image installs. (#784560) (dlehman) - Check for live install before doing live-specific umounts. (dlehman) - DM_VG_NAME tells an LV's VG, not the VG a PV belongs to. (#772878) (dlehman) --- diff --git a/.gitignore b/.gitignore index 947b235..e964115 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.1.tar.bz2 /anaconda-17.2.tar.bz2 /anaconda-17.3.tar.bz2 +/anaconda-17.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ebb2e2f..4e9a1ad 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,8 +2,8 @@ Summary: Graphical system installer Name: anaconda -Version: 17.3 -Release: 2%{?dist} +Version: 17.4 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -232,6 +232,16 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Jan 31 2012 Brian C. Lane - 17.4-1 +- liveinst: canonicalize live-baseloop symlink (bcl) +- Fixup getDeviceBy* methods (bcl) +- Ignore dm devs when scanning for mpath members (#761278) (hamzy) +- Don't set the system's hostname during disk image installs. (dlehman) +- Fix error handling in the case of no live block device. (dlehman) +- Force simple filter for disk image installs. (#784560) (dlehman) +- Check for live install before doing live-specific umounts. (dlehman) +- DM_VG_NAME tells an LV's VG, not the VG a PV belongs to. (#772878) (dlehman) + * Thu Jan 26 2012 Tomas Bzatek - 17.3-2 - Rebuilt for new libarchive diff --git a/sources b/sources index 3157cf7..41da9c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1632e51a32332a488b43a26a7dadaeb0 anaconda-17.3.tar.bz2 +9a6345ec242b724973d55837372b0ef0 anaconda-17.4.tar.bz2