From f58a364cc256a60ecd293770738fc4600e743e1c Mon Sep 17 00:00:00 2001 From: David King Date: May 05 2020 17:09:11 +0000 Subject: Fix failure to install (#1759754) --- diff --git a/isrcsubmit.spec b/isrcsubmit.spec index ff928c8..3ca9b8d 100644 --- a/isrcsubmit.spec +++ b/isrcsubmit.spec @@ -1,7 +1,6 @@ - Name: isrcsubmit Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Script to submit ISRCs from disc to MusicBrainz License: GPLv3+ @@ -17,6 +16,8 @@ BuildRequires: python3-sphinx Requires: python3-libdiscid Requires: python3-musicbrainzngs Requires: python3-keyring +# https://bugzilla.redhat.com/show_bug.cgi?id=1831460 +%{?python_disable_dependency_generator} %description This python script extracts ISRCs from audio cds and submits them to @@ -54,6 +55,9 @@ export PYTHONIOENCODING=UTF-8 %changelog +* Tue May 05 2020 David King - 2.1.0-5 +- Fix failure to install (#1759754) + * Wed Jan 29 2020 Fedora Release Engineering - 2.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild