From 27a178873724c69fdb14890a62af8a2ac9e9c3eb Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: May 19 2015 16:42:29 +0000 Subject: - Fix a typo that caused us to discard corrected target sizes. (#1211746) (dlehman) --- diff --git a/.gitignore b/.gitignore index d9d84b9..9f91618 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /anaconda-22.20.10.tar.bz2 /anaconda-22.20.11.tar.bz2 /anaconda-22.20.12.tar.bz2 +/anaconda-22.20.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4834603..3520ddb 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 22.20.12 +Version: 22.20.13 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -317,6 +317,10 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue May 19 2015 Samantha N. Bueno - 22.20.13-1 +- Fix a typo that caused us to discard corrected target sizes. (#1211746) + (dlehman) + * Thu May 07 2015 Samantha N. Bueno - 22.20.12-1 - Force an encoding of utf-8 on liveinst installs (#1217504) (dshea) - Catch libblockdev's CryptoError when trying to unlock LUKS (#1217438) diff --git a/sources b/sources index 089df39..64eb2ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b214e80eb760bcf884bf06f08c4f302 anaconda-22.20.12.tar.bz2 +0960631ea56171af883e1caec8a1a8dd anaconda-22.20.13.tar.bz2