- 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)
This commit is contained in:
Samantha N. Bueno 2016-09-30 13:44:23 -04:00
parent f704c4a5b2
commit 0a40e2b0af
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -77,3 +77,4 @@
/anaconda-26.3.tar.bz2
/anaconda-26.4.tar.bz2
/anaconda-26.6.tar.bz2
/anaconda-26.7.tar.bz2

View File

@ -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 <sbueno+anaconda@redhat.com> - 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 <mkolman@redhat.com> - 26.6-1
- Don't deactivate all storage in anaconda-cleanup. (#1225184) (dlehman)
- Stop setting ANACONDA udev environment variable. (#1225184) (dlehman)

View File

@ -1 +1 @@
005b54504bb3c59a59121ee99ca577da anaconda-26.6.tar.bz2
87e518fff5e2e2842ddc5118fef1a846 anaconda-26.7.tar.bz2