From 5e4408fc41d7bcb2079d7b1340da45b8ca11bdcb Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Feb 19 2014 00:47:21 +0000 Subject: - driverdisk: Parse all blkid output (#857248) (bcl) - Fix blkid output parsing and our output (vpodzime) - Don't use positional arguments to initialize Gtk objects (dshea) - Set mandatory property in network tui spoke. (#1064139) (sbueno+anaconda) - Disallow /boot on RAID on s390x. (#1027670) (sbueno+anaconda) - Remove a stray break statement (dshea) - Use devicetree.resolveDevice instead of udev_resolve_devspec. (#1047338) (dlehman) - Set ThreadManager.any_errors to be a property (dshea) - Error on "bootloader --location=partition" when using grub2 (#969095). (clumens) - Fix the handling of kernel parameters with no = (#1065704) (dshea) - Deal with a couple more "except Exception" lines. (clumens) - Fix pylint errors in the latest dnf-related commit. (clumens) - DNFPayload: pick the right FS as package download target. (ales) - DNFPayload: log import crashes. (ales) - DNFPayload: use dnf.exceptions.MarkingError. (ales) - Return the returned value in the fire_gtk_action (vpodzime) - Allow AddonData classes to parse options in the %addon line (dshea) - Pass ints to Gtk resize functions (#1065021) (bcl) --- diff --git a/.gitignore b/.gitignore index 657f4f1..88b51f0 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ anaconda-15.2.tar.bz2 /anaconda-21.20.tar.bz2 /anaconda-21.21.tar.bz2 /anaconda-21.22.tar.bz2 +/anaconda-21.23.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 549201f..196f4af 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.22 +Version: 21.23 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -23,7 +23,7 @@ Source0: %{name}-%{version}.tar.bz2 %define intltoolver 0.31.2-3 %define pykickstartver 1.99.49 %define yumver 3.4.3-91 -%define dnfver 0.4.8 +%define dnfver 0.4.14 %define partedver 1.8.1 %define pypartedver 2.5-2 %define pythonpyblockver 0.45 @@ -299,6 +299,28 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 18 2014 Brian C. Lane - 21.23-1 +- driverdisk: Parse all blkid output (#857248) (bcl) +- Fix blkid output parsing and our output (vpodzime) +- Don't use positional arguments to initialize Gtk objects (dshea) +- Set mandatory property in network tui spoke. (#1064139) (sbueno+anaconda) +- Disallow /boot on RAID on s390x. (#1027670) (sbueno+anaconda) +- Remove a stray break statement (dshea) +- Use devicetree.resolveDevice instead of udev_resolve_devspec. (#1047338) + (dlehman) +- Set ThreadManager.any_errors to be a property (dshea) +- Error on "bootloader --location=partition" when using grub2 (#969095). + (clumens) +- Fix the handling of kernel parameters with no = (#1065704) (dshea) +- Deal with a couple more "except Exception" lines. (clumens) +- Fix pylint errors in the latest dnf-related commit. (clumens) +- DNFPayload: pick the right FS as package download target. (ales) +- DNFPayload: log import crashes. (ales) +- DNFPayload: use dnf.exceptions.MarkingError. (ales) +- Return the returned value in the fire_gtk_action (vpodzime) +- Allow AddonData classes to parse options in the %%addon line (dshea) +- Pass ints to Gtk resize functions (#1065021) (bcl) + * Fri Feb 14 2014 Brian C. Lane - 21.22-1 - Remove app_paintable from a couple nav boxes (#1064708). (clumens) - Give a more correct error for missing groups/packages on exclude (#1060194). diff --git a/sources b/sources index 1bfefc2..0978272 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be5545270fd424ca3374d114d42428d7 anaconda-21.22.tar.bz2 +a09e2120e4c7cef0e99a6e5016444f17 anaconda-21.23.tar.bz2