- Fix a typo that caused us to discard corrected target sizes. (#1211746)

(dlehman)
This commit is contained in:
Samantha N. Bueno 2015-05-19 12:42:29 -04:00
parent ddd410b388
commit 27a1788737
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <sbueno+anaconda@redhat.com> - 22.20.13-1
- Fix a typo that caused us to discard corrected target sizes. (#1211746)
(dlehman)
* Thu May 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 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)

View File

@ -1 +1 @@
6b214e80eb760bcf884bf06f08c4f302 anaconda-22.20.12.tar.bz2
0960631ea56171af883e1caec8a1a8dd anaconda-22.20.13.tar.bz2