From acf9c4fcc85d4e055dec6427d7bd403bd1045776 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 30 2016 21:17:46 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 63da705..1d1565b 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /anaconda-25.2.tar.bz2 /anaconda-25.3.tar.bz2 /anaconda-25.4.tar.bz2 +/anaconda-25.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index de0c403..79e412c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 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) diff --git a/sources b/sources index 4aa5d23..89b3996 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abcbce3edab0232823b1ca1cdd25b149 anaconda-25.4.tar.bz2 +e42bb086de1d7fb99d3fb9608e77d35f anaconda-25.5.tar.bz2