From 0a40e2b0af985dd44dbece2e2c5ce495426b652d Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: Sep 30 2016 17:44:23 +0000 Subject: - Increse python3-blivet version to 1:2.1.5 (jkonecny) - Fix dnf.repo.Repo now requires dnf.conf.Conf (jkonecny) - Provides compatibility with DNF-2.0 (jmracek) --- diff --git a/.gitignore b/.gitignore index 78cb0fe..0504ffe 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,4 @@ /anaconda-26.3.tar.bz2 /anaconda-26.4.tar.bz2 /anaconda-26.6.tar.bz2 +/anaconda-26.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a31c1b1..26742a4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 26.6 +Version: 26.7 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -20,8 +20,7 @@ Source0: %{name}-%{version}.tar.bz2 %define gettextver 0.19.8 %define pykickstartver 2.32-1 -%define dnfver 0.6.4 -%define dnfmaxver 2.0.0 +%define dnfver 2.0.0 %define partedver 1.8.1 %define pypartedver 2.5-2 %define nmver 0.9.9.0-10.git20130906 @@ -82,7 +81,7 @@ The anaconda package is a metapackage for the Anaconda installer. %package core Summary: Core of the Anaconda installer -Requires: python3-dnf >= %{dnfver}, python3-dnf < %{dnfmaxver} +Requires: python3-dnf >= %{dnfver} Requires: python3-blivet >= 1:2.1.5 Requires: python3-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 @@ -325,6 +324,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Sep 30 2016 Samantha N. Bueno - 26.7-1 +- Increse python3-blivet version to 1:2.1.5 (jkonecny) +- Fix dnf.repo.Repo now requires dnf.conf.Conf (jkonecny) +- Provides compatibility with DNF-2.0 (jmracek) + * Tue Sep 27 2016 Martin Kolman - 26.6-1 - Don't deactivate all storage in anaconda-cleanup. (#1225184) (dlehman) - Stop setting ANACONDA udev environment variable. (#1225184) (dlehman) diff --git a/sources b/sources index 5187a5b..76e5847 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -005b54504bb3c59a59121ee99ca577da anaconda-26.6.tar.bz2 +87e518fff5e2e2842ddc5118fef1a846 anaconda-26.7.tar.bz2