[anaconda/f20] - Handle non-leaf btrfs volumes with mountpoints. (#1016959) (dlehman) - Use en_spec for blivet Size

Brian C. Lane bcl at fedoraproject.org
Tue Nov 26 02:01:41 UTC 2013


commit d21edbb48467feba6d8cfbdc64cc289df281c23e
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Nov 25 18:01:22 2013 -0800

    - Handle non-leaf btrfs volumes with mountpoints. (#1016959) (dlehman)
    - Use en_spec for blivet Size spec strings with constant components. (#1029616)
      (dshea)
    - Fix spoke sorting issues in text-mode. (#929177) (sbueno+anaconda)
    - DNFPayload: tweak to the API changes in dnf-0.4.8 (ales)
    - Don't use cached packages with different release id (mkolman)

 .gitignore    |    1 +
 anaconda.spec |   14 +++++++++++---
 sources       |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14a203a..bea222a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -118,3 +118,4 @@ anaconda-15.2.tar.bz2
 /anaconda-20.25.8.tar.bz2
 /anaconda-20.25.9.tar.bz2
 /anaconda-20.25.10.tar.bz2
+/anaconda-20.25.11.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 968f653..fb6f045 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 20.25.10
+Version: 20.25.11
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -80,8 +80,8 @@ BuildRequires: s390utils-devel
 %endif
 
 Requires: anaconda-widgets = %{version}-%{release}
-Requires: dnf >= 0.4.7
-Requires: python-blivet >= 0.23.5
+Requires: dnf >= 0.4.8
+Requires: python-blivet >= 0.23.6
 Requires: gnome-icon-theme-symbolic
 Requires: python-meh >= %{mehver}
 Requires: libreport-anaconda >= 2.0.21-1
@@ -251,6 +251,14 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Mon Nov 25 2013 Brian C. Lane <bcl at redhat.com> - 20.25.11-1
+- Handle non-leaf btrfs volumes with mountpoints. (#1016959) (dlehman)
+- Use en_spec for blivet Size spec strings with constant components. (#1029616)
+  (dshea)
+- Fix spoke sorting issues in text-mode. (#929177) (sbueno+anaconda)
+- DNFPayload: tweak to the API changes in dnf-0.4.8 (ales)
+- Don't use cached packages with different release id (mkolman)
+
 * Fri Nov 22 2013 Brian C. Lane <bcl at redhat.com> - 20.25.10-1
 - Remove base_repo cache (#1011555) (bcl)
 - Make _yum.preconf setup atomic (#1028245) (bcl)
diff --git a/sources b/sources
index 0b0b401..fffa042 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5db4b32d450288d137e46dd738cce346  anaconda-20.25.10.tar.bz2
+4b1eb0368f7788d352e3d1e0cdddf9ca  anaconda-20.25.11.tar.bz2


More information about the scm-commits mailing list