- Clear bootDisk and bootloader stage info on errors (#1013482) (bcl)

- Catch BootLoaderError when setting up bootloader (#1013474) (bcl)
- Fix an incorrect formatting string in makeupdates. (clumens)
- network: remove function we don't need anymore (rvykydal)
- Don't translate constant strings. (dshea)
- Take into account disk space when calculating swap suggestion (#1016673)
  (vpodzime)
- DNFPayload: adapt to DNF change c3de85d6 of Base.install() error reporting.
  (ales)
- DNFPayload: the new libcomps makes env.option_ids a list of GroupID objects.
  (ales)
- Fix warning message when package version is not found in Koji (mkolman)
This commit is contained in:
Brian C. Lane 2013-10-09 17:10:19 -07:00
parent 6c16aa6335
commit 3ad89293d1
3 changed files with 18 additions and 3 deletions

1
.gitignore vendored
View File

@ -106,3 +106,4 @@ anaconda-15.2.tar.bz2
/anaconda-20.21.tar.bz2
/anaconda-20.22.tar.bz2
/anaconda-20.23.tar.bz2
/anaconda-20.24.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 20.23
Version: 20.24
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -81,7 +81,7 @@ BuildRequires: s390utils-devel
Requires: anaconda-widgets = %{version}-%{release}
Requires: dnf
Requires: python-blivet >= 0.18
Requires: python-blivet >= 0.23
Requires: gnome-icon-theme-symbolic
Requires: python-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
@ -253,6 +253,20 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Oct 09 2013 Brian C. Lane <bcl@redhat.com> - 20.24-1
- Clear bootDisk and bootloader stage info on errors (#1013482) (bcl)
- Catch BootLoaderError when setting up bootloader (#1013474) (bcl)
- Fix an incorrect formatting string in makeupdates. (clumens)
- network: remove function we don't need anymore (rvykydal)
- Don't translate constant strings. (dshea)
- Take into account disk space when calculating swap suggestion (#1016673)
(vpodzime)
- DNFPayload: adapt to DNF change c3de85d6 of Base.install() error reporting.
(ales)
- DNFPayload: the new libcomps makes env.option_ids a list of GroupID objects.
(ales)
- Fix warning message when package version is not found in Koji (mkolman)
* Tue Oct 08 2013 Brian C. Lane <bcl@redhat.com> - 20.23-1
- Use Unicode in the TUI buffer strings (#1015620) (dshea)
- DNFPayload: install DNF itself. (ales)

View File

@ -1 +1 @@
69f39536ad8617dde6090d8a70dcad6f anaconda-20.23.tar.bz2
d9a3046cbf3da3c43b5ea02d74e0a58d anaconda-20.24.tar.bz2