From 4db05f69982dbc670f4f17fb8e79822b6bbcf44e Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Oct 03 2016 14:06:45 +0000 Subject: - Fix network spoke being incorrectly marked as mandatory (#1374864) (mkolman) --- diff --git a/.gitignore b/.gitignore index 0504ffe..a918b46 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ /anaconda-26.4.tar.bz2 /anaconda-26.6.tar.bz2 /anaconda-26.7.tar.bz2 +/anaconda-26.8.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 26742a4..0f97c0c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 26.7 +Version: 26.8 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -324,6 +324,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Oct 03 2016 Martin Kolman - 26.8-1 +- Fix network spoke being incorrectly marked as mandatory (#1374864) (mkolman) + * 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) diff --git a/sources b/sources index 76e5847..ad7a0ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87e518fff5e2e2842ddc5118fef1a846 anaconda-26.7.tar.bz2 +4a1bde5f91751b8753e2acb3865cd000 anaconda-26.8.tar.bz2