From 3f8dfea58dc1b6c11c0358d63ce313569a77ba11 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Feb 28 2018 23:35:27 +0000 Subject: Revert "Add dependency on authselect-compat" This was based on a mistaken interpretation of runtime vs disc-time. This reverts commit 02cae85d20496a5baebbda1d3a3deb7d2946d9d0. --- diff --git a/anaconda.spec b/anaconda.spec index faec1dc..5be9d24 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -7,7 +7,7 @@ Summary: Graphical system installer Name: anaconda Version: 29.1 -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -88,7 +88,6 @@ The anaconda package is a metapackage for the Anaconda installer. %package core Summary: Core of the Anaconda installer -Requires: authselect-compat Requires: python3-libs Requires: python3-dnf >= %{dnfver} Requires: python3-blivet >= 1:3.0.0-0.1.b1 @@ -337,9 +336,6 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog -* Wed Feb 28 2018 Patrick Uiterwijk - 29.1-2 -- Add dependency on authselect-compat - * Wed Feb 28 2018 Martin Kolman - 29.1-1 - Use observers to access the hostname service (vponcova) - Make safe to observe services on buses that don't have to run (vponcova)