From 42c094f6151653c0bbdb1f82e387c47059be9d35 Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: Mar 03 2015 20:37:15 +0000 Subject: - Fix a bad usage of execWithRedirect (#1197290) (dshea) - Use the LUKS device for swap in fstab (#1196200) (vpodzime) - Clear TUI source spoke errors that may have been leftover from a prior attempt. (#1192259) (sbueno+anaconda) - install.py: fix the 'is team device' check (awilliam) - Revert "Update txconfig for f22-branch (again)...." (sbueno+anaconda) - Revert "makebumpver needs to know about anaconda-1 transifex name" (sbueno+anaconda) --- diff --git a/.gitignore b/.gitignore index a323334..01574b2 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /anaconda-22.19.tar.bz2 /anaconda-22.20.tar.bz2 /anaconda-22.20.1.tar.bz2 +/anaconda-22.20.2.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1a802e1..e943f89 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 22.20.1 +Version: 22.20.2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -306,6 +306,16 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Mar 03 2015 Samantha N. Bueno - 22.20.2-1 +- Fix a bad usage of execWithRedirect (#1197290) (dshea) +- Use the LUKS device for swap in fstab (#1196200) (vpodzime) +- Clear TUI source spoke errors that may have been leftover from a prior + attempt. (#1192259) (sbueno+anaconda) +- install.py: fix the 'is team device' check (awilliam) +- Revert "Update txconfig for f22-branch (again)...." (sbueno+anaconda) +- Revert "makebumpver needs to know about anaconda-1 transifex name" + (sbueno+anaconda) + * Fri Feb 20 2015 Samantha N. Bueno - 22.20.1-1 - Remove unused imports (dshea) - Check for unused imports in __init__ files (dshea) diff --git a/sources b/sources index 1d9ec9a..3e56969 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f965efae2587e922fd482037b7e2a15b anaconda-22.20.1.tar.bz2 +6d1cac0b502b8e3243b785d9ee48e08d anaconda-22.20.2.tar.bz2