From dd0ff9d2af12f51ebc10f784fa2ca83958139dd3 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Oct 26 2013 00:43:28 +0000 Subject: - Reset _proxyChange when a change is triggered (bcl) - Setup No Update checkbox correctly (#1016801) (bcl) - Fall back to closest mirror in source (#1016801) (bcl) - anaconda-dracut: fix ks failure with hd::some/path.ks (wwoods) - Make sure lower bound for resize is applied. (#986575) (dlehman) - Use devicetree to resolve device specs in kickstart. (#1022206) (dlehman) - Disregard raid level combo when it isn't applicable. (#1022203) (dlehman) - Mountpoint is an attr of the format, not the device. (#892747) (dlehman) - Add bootloader execute before autopart (#1021258) (bcl) - Do error checking of repository names on "Installation Source" screen. (amulhern) - Avoid configure-event loops. (#1021511) (dshea) --- diff --git a/.gitignore b/.gitignore index 03afa1c..7c1e294 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ anaconda-15.2.tar.bz2 /anaconda-20.25.1.tar.bz2 /anaconda-20.25.2.tar.bz2 /anaconda-20.25.3.tar.bz2 +/anaconda-20.25.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 70ad2fc..e0a4a6c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 20.25.3 +Version: 20.25.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -253,6 +253,20 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Oct 25 2013 Brian C. Lane - 20.25.4-1 +- Reset _proxyChange when a change is triggered (bcl) +- Setup No Update checkbox correctly (#1016801) (bcl) +- Fall back to closest mirror in source (#1016801) (bcl) +- anaconda-dracut: fix ks failure with hd::some/path.ks (wwoods) +- Make sure lower bound for resize is applied. (#986575) (dlehman) +- Use devicetree to resolve device specs in kickstart. (#1022206) (dlehman) +- Disregard raid level combo when it isn't applicable. (#1022203) (dlehman) +- Mountpoint is an attr of the format, not the device. (#892747) (dlehman) +- Add bootloader execute before autopart (#1021258) (bcl) +- Do error checking of repository names on "Installation Source" screen. + (amulhern) +- Avoid configure-event loops. (#1021511) (dshea) + * Wed Oct 23 2013 Brian C. Lane - 20.25.3-1 - remove signal disconnect (#996899) (bcl) - Always use decimal notation for Size specs (dshea) diff --git a/sources b/sources index 1dcfd73..8581591 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0861d7ed997917fe00d064170500c741 anaconda-20.25.3.tar.bz2 +e5a650c5e71366387a0e31bd8652ef30 anaconda-20.25.4.tar.bz2