From e7d870525b17174a14e9905a1b4377865eb76957 Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: Mar 04 2015 23:47:21 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 01574b2..c4dec62 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index e943f89..69b8f63 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 22.20.2-1 - Fix a bad usage of execWithRedirect (#1197290) (dshea) - Use the LUKS device for swap in fstab (#1196200) (vpodzime) diff --git a/sources b/sources index 3e56969..dbc8323 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d1cac0b502b8e3243b785d9ee48e08d anaconda-22.20.2.tar.bz2 +3428722e81f35b4b4ec9806cf00b4bee anaconda-22.20.3.tar.bz2