From 399597f7510ea22094d87148d93a84e5cd54e585 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Jun 21 2022 11:06:31 +0000 Subject: Fix compatibility with the latest setuptools --- diff --git a/isrcsubmit.spec b/isrcsubmit.spec index 54daf04..8bcd283 100644 --- a/isrcsubmit.spec +++ b/isrcsubmit.spec @@ -1,6 +1,6 @@ Name: isrcsubmit Version: 2.1.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Script to submit ISRCs from disc to MusicBrainz License: GPLv3+ @@ -30,6 +30,9 @@ and on server), keyring support for login information. %prep %autosetup +# Fix build with setuptools 62.1 +# https://github.com/JonnyJD/musicbrainz-isrcsubmit/issues/140 +sed -i "100i packages=[]," setup.py %build @@ -56,6 +59,9 @@ export PYTHONIOENCODING=UTF-8 %changelog +* Tue Jun 21 2022 Lumír Balhar - 2.1.0-11 +- Fix compatibility with the latest setuptools + * Thu Jan 20 2022 Fedora Release Engineering - 2.1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild