From 2ae47bcf9bb28bcb33febdc305adeeddc54f9295 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 11 Mar 2014 16:36:44 -0700 Subject: [PATCH] - Don't disable anaconda repo on rawhide (bcl) - Set log level to debug when using an updates image (bcl) - driver-updates: accept burned driver discs (#1073719) (wwoods) - Do nothing if previously selected selector gets focus again (#1029798) (vpodzime) - Firstboot is deprecated and gone on Fedora 20 and anything newer (vpodzime) - Reraise the exception properly (vpodzime) - Set progress bar to 100 % in a different way (#1058755) (vpodzime) - Refresh after checkbox clicked (#1074188) (amulhern) - Use instclass.efi_dir when constructing the EFI path (dshea) - Add rescue kernels to the bootloader install list. (#1036349) (dshea) - Cover both possible ways that GUI WWID may have been set (#1074184) (amulhern) - Do not write out /etc/adjtime file on s390(x) (#1070748) (vpodzime) - Ignore the data model and just return self.environment (mkolman) - Software spoke can't be complete if the payload thread is running (mkolman) - DNFPayload: blivet.size.Size() only knows 'spec' kwarg now. (ales) - Specify string format arguments as logging function parameters (dshea) - Add missing changelog entries (bcl) --- .gitignore | 1 + anaconda.spec | 23 ++++++++++++++++++++++- sources | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 55b7b63..fafc0cf 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.24.tar.bz2 /anaconda-21.25.tar.bz2 /anaconda-21.26.tar.bz2 +/anaconda-21.27.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 825432f..62506c5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.26 +Version: 21.27 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -302,6 +302,27 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 11 2014 Brian C. Lane - 21.27-1 +- Don't disable anaconda repo on rawhide (bcl) +- Set log level to debug when using an updates image (bcl) +- driver-updates: accept burned driver discs (#1073719) (wwoods) +- Do nothing if previously selected selector gets focus again (#1029798) + (vpodzime) +- Firstboot is deprecated and gone on Fedora 20 and anything newer (vpodzime) +- Reraise the exception properly (vpodzime) +- Set progress bar to 100 %% in a different way (#1058755) (vpodzime) +- Refresh after checkbox clicked (#1074188) (amulhern) +- Use instclass.efi_dir when constructing the EFI path (dshea) +- Add rescue kernels to the bootloader install list. (#1036349) (dshea) +- Cover both possible ways that GUI WWID may have been set (#1074184) + (amulhern) +- Do not write out /etc/adjtime file on s390(x) (#1070748) (vpodzime) +- Ignore the data model and just return self.environment (mkolman) +- Software spoke can't be complete if the payload thread is running (mkolman) +- DNFPayload: blivet.size.Size() only knows 'spec' kwarg now. (ales) +- Specify string format arguments as logging function parameters (dshea) +- Add missing changelog entries (bcl) + * Fri Mar 07 2014 Brian C. Lane - 21.26-1 - Don't traceback, just log a warning if connection is unavailable (#1070928) (mkolman) diff --git a/sources b/sources index 1d4acee..569f9b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c355bee9df1bf0100c06d52e0f27cf17 anaconda-21.26.tar.bz2 +d085722023ca190be201fabf6fe5f46b anaconda-21.27.tar.bz2