- Don't provide subclasses of the multipath or dmraid commands. (clumens)

- Add support for chunksize raid kickstart parameter. (vtrefny)
- Convert to blivet-2.0 API. (dlehman)
This commit is contained in:
Brian C. Lane 2016-03-30 14:17:46 -07:00
parent 1552aadb31
commit acf9c4fcc8
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -57,3 +57,4 @@
/anaconda-25.2.tar.bz2
/anaconda-25.3.tar.bz2
/anaconda-25.4.tar.bz2
/anaconda-25.5.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 25.4
Version: 25.5
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -85,7 +85,7 @@ The anaconda package is a metapackage for the Anaconda installer.
%package core
Summary: Core of the Anaconda installer
Requires: python3-dnf >= %{dnfver}
Requires: python3-blivet >= 1:1.12
Requires: python3-blivet >= 1:2.0.0
Requires: python3-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
Requires: libselinux-python3
@ -318,6 +318,11 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Mar 30 2016 Brian C. Lane <bcl@redhat.com> - 25.5-1
- Don't provide subclasses of the multipath or dmraid commands. (clumens)
- Add support for chunksize raid kickstart parameter. (vtrefny)
- Convert to blivet-2.0 API. (dlehman)
* Thu Mar 24 2016 Brian C. Lane <bcl@redhat.com> - 25.4-1
- Require that the English locale data be available. (#1315494) (dshea)
- Revert "Change the default locale to C.UTF-8 (#1312607)" (#1315494) (dshea)

View File

@ -1 +1 @@
abcbce3edab0232823b1ca1cdd25b149 anaconda-25.4.tar.bz2
e42bb086de1d7fb99d3fb9608e77d35f anaconda-25.5.tar.bz2