From ec05198ffb80b03d5f9d4ff67f93ce58420a189a Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 5 Mar 2021 16:51:18 +0100 Subject: [PATCH] New version 35.7-2 - Hotfix: Drop python3-syspurpose dependency --- anaconda.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index a0cf9cf..9562b08 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 35.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -114,7 +114,6 @@ Requires: python3-productmd Requires: python3-dasbus >= %{dasbusver} Requires: flatpak-libs %if 0%{?rhel} -Requires: python3-syspurpose Requires: subscription-manager >= %{subscriptionmanagerver} %endif @@ -423,6 +422,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Mar 05 2021 Martin Kolman - 35.7-2 +- Hotfix: Drop python3-syspurpose dependency + * Tue Mar 02 2021 Martin Kolman - 35.7-1 - Wrap text in spoke title labels, if needed (vslavik) - Wrap welcome spoke title if needed (vslavik)