From 44ab893b16d190bd0e1f838c0afa7097f8d148f3 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Feb 02 2012 00:51:26 +0000 Subject: - Add a separate function to get an LV's VG name. (dlehman) - util-linux-ng is now util-linux (bcl) --- diff --git a/.gitignore b/.gitignore index e964115..8ee04bc 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.2.tar.bz2 /anaconda-17.3.tar.bz2 /anaconda-17.4.tar.bz2 +/anaconda-17.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4e9a1ad..56599b6 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 17.4 +Version: 17.5 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -232,6 +232,10 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Feb 01 2012 Brian C. Lane - 17.5-1 +- Add a separate function to get an LV's VG name. (dlehman) +- util-linux-ng is now util-linux (bcl) + * Tue Jan 31 2012 Brian C. Lane - 17.4-1 - liveinst: canonicalize live-baseloop symlink (bcl) - Fixup getDeviceBy* methods (bcl) @@ -242,9 +246,6 @@ update-desktop-database &> /dev/null || : - 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 - * Mon Jan 23 2012 Brian C. Lane - 17.3-1 - Add missing log import to platform.py (bcl) - liveinst: Check for live-baseloop LIVE_BLOCK (bcl) @@ -279,9 +280,6 @@ update-desktop-database &> /dev/null || : - Disable yum log file handling (bcl) - Setup storage config when kickstart is parsed (bcl) -* Thu Jan 12 2012 Fedora Release Engineering - 17.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - * Tue Nov 15 2011 Chris Lumens - 17.2-1 - ARCHIVE_DEFAULT_BYTES_PER_BLOCK no longer exists in libarchive-3.0.0 (clumens) @@ -330,9 +328,6 @@ update-desktop-database &> /dev/null || : - mpath: flush more eagerly in filter_gui. (akozumpl) - debugging: log boot arguments. (akozumpl) -* Wed Oct 26 2011 Fedora Release Engineering - 17.1-2 -- Rebuilt for glibc bug#747377 - * Tue Oct 11 2011 Chris Lumens - 17.1-1 - Pull grub-efi and efibootmgr into the package list as needed. (#742042) (pjones) diff --git a/sources b/sources index 41da9c1..d8b44d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a6345ec242b724973d55837372b0ef0 anaconda-17.4.tar.bz2 +6ab7625eed59e1017f587e164d2690fe anaconda-17.5.tar.bz2