[anaconda] - Switch to adwaita-icon-theme (kalevlember) - Hook up the TUI categories to autoconf/make. (#109522

Brian C. Lane bcl at fedoraproject.org
Fri May 9 00:36:34 UTC 2014


commit e348d9e04c3c33e132bea2ca23ab0daad1b133ae
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu May 8 17:36:37 2014 -0700

    - Switch to adwaita-icon-theme (kalevlember)
    - Hook up the TUI categories to autoconf/make. (#1095220) (dshea)
    - Fix the object type specifying argument name for findActions (vpodzime)
    - Remove keyword args 'ignoreErrors' from umountFilesystems() call. (amulhern)
    - Updates for new blivet.size.Size.__new__ interface. (amulhern)
    - Change uses of 'format' keyword param to 'fmt' keyword param (amulhern)
    - Update devicetree.findActions invocations to match blivet interface change
      (amulhern)
    - Bump blivet version to ensure next four patches get the right interface.
      (amulhern)

 .gitignore    |    1 +
 anaconda.spec |   18 +++++++++++++++---
 sources       |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1ccccb..65e235a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -144,3 +144,4 @@ anaconda-15.2.tar.bz2
 /anaconda-21.33.tar.bz2
 /anaconda-21.34.tar.bz2
 /anaconda-21.35.tar.bz2
+/anaconda-21.36.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 0c965fc..2106da7 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.35
+Version: 21.36
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -91,7 +91,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 >= 0.48
+Requires: python-blivet >= 0.52
 Requires: python-meh >= %{mehver}
 Requires: libreport-anaconda >= 2.0.21-1
 Requires: libselinux-python
@@ -162,7 +162,7 @@ Summary: Graphical user interface for the Anaconda installer
 Requires: anaconda-core = %{version}-%{release}
 Requires: anaconda-widgets = %{version}-%{release}
 Requires: python-meh-gui >= %{mehver}
-Requires: gnome-icon-theme-symbolic
+Requires: adwaita-icon-theme
 Requires: system-logos
 Requires: tigervnc-server-minimal
 Requires: libxklavier >= %{libxklavierver}
@@ -302,6 +302,18 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Thu May 08 2014 Brian C. Lane <bcl at redhat.com> - 21.36-1
+- Switch to adwaita-icon-theme (kalevlember)
+- Hook up the TUI categories to autoconf/make. (#1095220) (dshea)
+- Fix the object type specifying argument name for findActions (vpodzime)
+- Remove keyword args 'ignoreErrors' from umountFilesystems() call. (amulhern)
+- Updates for new blivet.size.Size.__new__ interface. (amulhern)
+- Change uses of 'format' keyword param to 'fmt' keyword param (amulhern)
+- Update devicetree.findActions invocations to match blivet interface change
+  (amulhern)
+- Bump blivet version to ensure next four patches get the right interface.
+  (amulhern)
+
 * Mon May 05 2014 Brian C. Lane <bcl at redhat.com> - 21.35-1
 - Use format strings in the new kickstart error message translations. (clumens)
 - Mark kickstart errors as translatable, and hopefully make them more useful
diff --git a/sources b/sources
index fe144ee..0e5d9be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ee982875bc488dee4291497d5f95e92  anaconda-21.35.tar.bz2
+bb0718683cbe9c8b7f28b572d975c0f7  anaconda-21.36.tar.bz2


More information about the scm-commits mailing list