From 8ff5ab62be96d45a5d1d3b091cc8136e28949e5d Mon Sep 17 00:00:00 2001 From: Oliver Haessler Date: Jul 03 2018 09:55:36 +0000 Subject: Exclude arch ppc64 in EPEL, as we are missing the python-mutagen rpm for ppc64 --- diff --git a/picard.spec b/picard.spec index 83c0f17..9585c9f 100644 --- a/picard.spec +++ b/picard.spec @@ -1,6 +1,6 @@ Name: picard Version: 1.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MusicBrainz-based audio tagger License: GPLv2+ URL: http://picard.musicbrainz.org/ @@ -19,6 +19,10 @@ Requires: PyQt4-webkit Requires: python-mutagen >= 1.20 Requires: python-libdiscid +%if 0%{?rhel} +ExcludeArch: ppc64 +%endif + %description Picard is an audio tagging application using data from the MusicBrainz database. The tagger is album or release oriented, rather than @@ -69,6 +73,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python2_sitearch}/picard/ %changelog +* Tue Jul 03 2018 Oliver Haessler - 1.4.2-3 +- Exclude arch ppc64 in EPEL, as we are missing the python-mutagen rpm for ppc64 + * Tue Jul 03 2018 Oliver Haessler - 1.4.2-2 - corrected Source url to ftp:// as otherwise we get a 404 error