From 646611b45e4e67ea1e62de9b6814b52488feb734 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 12 Jun 2014 18:14:28 -0700 Subject: [PATCH] - Adjust the ui package paths to find hubs and spokes (bcl) - Change emphasis from subvolumes to snapshots in removal warning. (dlehman) - Reflect the fact that some block devices cannot be reformatted. (dlehman) - Use StorageDevice.direct to detemine if a device is directly accessible. (dlehman) --- .gitignore | 1 + anaconda.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dbd517a..616412b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /anaconda-21.40.tar.bz2 /anaconda-21.41.tar.bz2 +/anaconda-21.42.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 91fe7fe..e48db40 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.41 +Version: 21.42 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -91,7 +91,7 @@ The anaconda package is a metapackage for the Anaconda installer. %package core Summary: Core of the Anaconda installer Requires: dnf >= %{dnfver} -Requires: python-blivet >= 0.55 +Requires: python-blivet >= 0.56 Requires: python-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 Requires: libselinux-python @@ -302,6 +302,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jun 12 2014 Brian C. Lane - 21.42-1 +- Adjust the ui package paths to find hubs and spokes (bcl) +- Change emphasis from subvolumes to snapshots in removal warning. (dlehman) +- Reflect the fact that some block devices cannot be reformatted. (dlehman) +- Use StorageDevice.direct to detemine if a device is directly accessible. + (dlehman) + * Wed Jun 11 2014 Brian C. Lane - 21.41-1 - Use /usr/lib* in updates images. (dshea) - Fix the paths we check for spokes. (sbueno+anaconda) diff --git a/sources b/sources index fc235fa..81033c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f384e633d1018085b3184c10ec800ac2 anaconda-21.41.tar.bz2 +fbbf55d163696c3491e85002d2090bb8 anaconda-21.42.tar.bz2