From 713cb1fc5562b2947ac840ac9c401c5b93d98d18 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 28 2018 22:42:28 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/alsa-tools.spec b/alsa-tools.spec index 523f181..772c5d4 100644 --- a/alsa-tools.spec +++ b/alsa-tools.spec @@ -25,7 +25,7 @@ Summary: Specialist tools for ALSA Name: alsa-tools Version: 1.1.5 -Release: 3%{?dist} +Release: 4%{?dist} # Checked at least one source file from all the sub-projects contained in # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15 @@ -57,7 +57,7 @@ BuildRequires: fltk-devel Buildrequires: desktop-file-utils Requires: xorg-x11-fonts-misc # Needed for hwmixvolume -Requires: python-alsa +Requires: python2-alsa %endif %description @@ -236,6 +236,10 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d %endif %changelog +* Wed Feb 28 2018 Iryna Shcherbina - 1.1.5-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Feb 22 2018 Tim Jackson - 1.1.5-3 - Add missing BuildRequire on gcc