From a564e764955f89f896a11cc3ebd8027adb63770c Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Dec 15 2012 01:33:58 +0000 Subject: - Fix a couple pylint errors (#867125). (clumens) - Fix an undefined variable error (#867129). (clumens) - The fs type combo should be sensitive when reformat is checked (#887201). (clumens) - Remove idiomatic, hard to translate text (#865598). (clumens) - recheck software when source changes (#875599) (bcl) --- diff --git a/.gitignore b/.gitignore index 0f0e54e..db1ab55 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ anaconda-18.24.tar.bz2 /anaconda-18.37.tar.bz2 /anaconda-18.37.1.tar.bz2 /anaconda-18.37.2.tar.bz2 +/anaconda-18.37.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 41c6670..f9f843b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.37.2 +Version: 18.37.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -300,6 +300,17 @@ update-desktop-database &> /dev/null || : %{_prefix}/lib/dracut/modules.d/80%{name}/* %changelog +* Fri Dec 14 2012 Brian C. Lane - 18.37.3-1 +- Fix a couple pylint errors (#867125). (cherry picked from commit + 037bdac4f6f213d36d5e6cc61cd236ed8f0842a1) (clumens) +- Fix an undefined variable error (#867129). (cherry picked from commit + 6fd9b3b97afddc89606151b25bb69ac13ad77984) (clumens) +- The fs type combo should be sensitive when reformat is checked (#887201). + (clumens) +- Remove idiomatic, hard to translate text (#865598). (cherry picked from + commit 5fcf7584334df4fd2cd26c11b607a7901b408a17) (clumens) +- recheck software when source changes (#875599) (bcl) + * Wed Dec 12 2012 Brian C. Lane - 18.37.2-1 - Add a gradient background to spoke headers (mizmo, clumens). (clumens) - Only allow changing filesystem type if the reformat combo is checked diff --git a/sources b/sources index 4c58284..ef6b680 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38371684a8a7089f6c3369f8b3b48367 anaconda-18.37.2.tar.bz2 +7aae9b78fdc2f9dd5c30653b5b96075c anaconda-18.37.3.tar.bz2