From 5888f80b68dfbf5f448a0463dc6022bbfafd2fd3 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Nov 07 2015 01:27:56 +0000 Subject: - Fix a pylint error in the previous commits. (clumens) - Honor ANACONDA_WIDGETS_OVERRIDES (atodorov) - Load anaconda-gtk.css from ANACONDA_DATA if specified (atodorov) - Use the correct path for ui categories (atodorov) - Typo fix, it's ANACONDA_WIDGETS_DATA not ANACONDA_WIDGETS_DATADIR (atodorov) - Allow wired network properties more grid space. (dshea) - Improve language selection at low resolutions. (dshea) - Make reclaim work with small screens and big labels (dshea) - allow repo with only a name if it's a pre-defined one (#1277638) (awilliam) - Only raise thread exceptions once (#1276579) (bcl) - Use py3.4 crypt and salt (bcl) - Be more careful with incomplete device types (#1256582) (dshea) - Fix an import error in rpmostreepayload.py. (clumens) - Fix Testing docs inclusion in Sphinx (bcl) - Ignore interfaces with invalid VLAN IDs. (dshea) - Cleaner logging of .treeinfo return conditions in dependant function. (riehecky) - Update link to upstream kickstart docs (opensource) - rpmostreepayload: Also unmount internal mounts during shutdown (walters) - rpmostreepayload: Fix two issues with mounting (walters) - Add a README for kickstart tests. (clumens) - Make the documentation match the environment variable. (clumens) - Check that cache PVs (if any) are in the VG the LV belongs to (#1263258) (vpodzime) - Fix the alignment of the "Label" label in custom (dshea) - Use unsafe caching during kickstart tests. (clumens) --- diff --git a/.gitignore b/.gitignore index bef713b..5bda785 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /anaconda-24.3.tar.bz2 /anaconda-24.4.tar.bz2 /anaconda-24.5.tar.bz2 +/anaconda-24.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a9e34b4..6a5b09a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,8 +2,8 @@ Summary: Graphical system installer Name: anaconda -Version: 24.5 -Release: 2%{?dist} +Version: 24.6 +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -305,8 +305,33 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Thu Nov 05 2015 Robert Kuska - 24.5-2 -- Rebuilt for Python3.5 rebuild +* Fri Nov 06 2015 Brian C. Lane - 24.6-1 +- Fix a pylint error in the previous commits. (clumens) +- Honor ANACONDA_WIDGETS_OVERRIDES (atodorov) +- Load anaconda-gtk.css from ANACONDA_DATA if specified (atodorov) +- Use the correct path for ui categories (atodorov) +- Typo fix, it's ANACONDA_WIDGETS_DATA not ANACONDA_WIDGETS_DATADIR (atodorov) +- Allow wired network properties more grid space. (dshea) +- Improve language selection at low resolutions. (dshea) +- Make reclaim work with small screens and big labels (dshea) +- allow repo with only a name if it's a pre-defined one (#1277638) (awilliam) +- Only raise thread exceptions once (#1276579) (bcl) +- Use py3.4 crypt and salt (bcl) +- Be more careful with incomplete device types (#1256582) (dshea) +- Fix an import error in rpmostreepayload.py. (clumens) +- Fix Testing docs inclusion in Sphinx (bcl) +- Ignore interfaces with invalid VLAN IDs. (dshea) +- Cleaner logging of .treeinfo return conditions in dependant function. + (riehecky) +- Update link to upstream kickstart docs (opensource) +- rpmostreepayload: Also unmount internal mounts during shutdown (walters) +- rpmostreepayload: Fix two issues with mounting (walters) +- Add a README for kickstart tests. (clumens) +- Make the documentation match the environment variable. (clumens) +- Check that cache PVs (if any) are in the VG the LV belongs to (#1263258) + (vpodzime) +- Fix the alignment of the "Label" label in custom (dshea) +- Use unsafe caching during kickstart tests. (clumens) * Wed Oct 28 2015 Brian C. Lane - 24.5-1 - Improve install space required estimation (#1224048) (jkonecny) diff --git a/sources b/sources index 33d2477..11fe24b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cfc18b8ca2c0b6afa62dd213a53f8bf7 anaconda-24.5.tar.bz2 +17c903099176e58d7b273dac73c853cc anaconda-24.6.tar.bz2