[anaconda/f22] - Fix the import of mountExistingSystem (vpodzime) - Fix import error in anaconda-cleanup. (sbueno+a

Samantha N. Bueno sbueno at fedoraproject.org
Wed Mar 4 23:47:35 UTC 2015


commit e7d870525b17174a14e9905a1b4377865eb76957
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Wed Mar 4 18:47:21 2015 -0500

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

 .gitignore    | 1 +
 anaconda.spec | 9 +++++++--
 sources       | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
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 <sbueno+anaconda at 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 at redhat.com> - 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


More information about the scm-commits mailing list