From cda1108042b39eb5b5c0727df9bdbfd49c5335bb Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Wed, 24 May 2017 17:33:07 +0200 Subject: [PATCH] Drop Anaconda version bump for now Something strange seems to be happening with the repos during the freeze & anaconda & initial-setup will be in the same update anyway. --- initial-setup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/initial-setup.spec b/initial-setup.spec index 0840269..1537cef 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -2,7 +2,7 @@ Summary: Initial system configuration utility Name: initial-setup URL: https://fedoraproject.org/wiki/InitialSetup Version: 0.3.46 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. @@ -13,7 +13,7 @@ Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz %define debug_package %{nil} -%define anacondaver 26.21.6 +%define anacondaver 25.20.3 License: GPLv2+ Group: System Environment/Base @@ -157,6 +157,9 @@ fi %{python3_sitelib}/initial_setup/gui/* %changelog +* Wed May 24 2017 Martin Kolman - 0.3.46-2 +- Drop Anaconda version bump for now (mkolman) + * Wed May 24 2017 Martin Kolman - 0.3.46-1 - Add support for password entry from arbitrary consoles (#1438046) (mkolman)