- 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)
This commit is contained in:
Brian C. Lane 2014-05-08 17:36:37 -07:00
parent 14692b6cab
commit e348d9e04c
3 changed files with 17 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -1 +1 @@
8ee982875bc488dee4291497d5f95e92 anaconda-21.35.tar.bz2
bb0718683cbe9c8b7f28b572d975c0f7 anaconda-21.36.tar.bz2