- Fix the import of mountExistingSystem (vpodzime)

- Fix import error in anaconda-cleanup. (sbueno+anaconda)
- Use the new static method to get possible PE sizes (vpodzime)
This commit is contained in:
Samantha N. Bueno 2015-03-04 18:47:21 -05:00
parent 42c094f615
commit e7d870525b
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/anaconda-22.20.tar.bz2
/anaconda-22.20.1.tar.bz2
/anaconda-22.20.2.tar.bz2
/anaconda-22.20.3.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 22.20.2
Version: 22.20.3
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -82,7 +82,7 @@ The anaconda package is a metapackage for the Anaconda installer.
%package core
Summary: Core of the Anaconda installer
Requires: dnf >= %{dnfver}
Requires: python-blivet >= 1:1.0
Requires: python-blivet >= 1:1.0.1
Requires: python-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
Requires: libselinux-python
@ -306,6 +306,11 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Mar 04 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.3-1
- Fix the import of mountExistingSystem (vpodzime)
- Fix import error in anaconda-cleanup. (sbueno+anaconda)
- Use the new static method to get possible PE sizes (vpodzime)
* Tue Mar 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 22.20.2-1
- Fix a bad usage of execWithRedirect (#1197290) (dshea)
- Use the LUKS device for swap in fstab (#1196200) (vpodzime)

View File

@ -1 +1 @@
6d1cac0b502b8e3243b785d9ee48e08d anaconda-22.20.2.tar.bz2
3428722e81f35b4b4ec9806cf00b4bee anaconda-22.20.3.tar.bz2