From ad109209e614a269b99c02119dec7637beeb7dae Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Feb 08 2019 02:23:42 +0000 Subject: Added BR: python2-rpm-macros --- diff --git a/libffado.spec b/libffado.spec index 089fcbd..12a9f5a 100644 --- a/libffado.spec +++ b/libffado.spec @@ -1,7 +1,7 @@ Summary: Free firewire audio driver library Name: libffado Version: 2.4.1 -Release: 5%{?dist} +Release: 6%{?dist} # src/libutil/float_cast.h is LGPLv2+. # The rest is (GPLv2 or GPLv3) License: LGPLv2+ and (GPLv2 or GPLv3) @@ -17,6 +17,7 @@ BuildRequires: dbus-c++-devel BuildRequires: dbus-devel # the following got renamed to python2-dbus on F28. We are using the backward-compatible Provides BuildRequires: python2-dbus +BuildRequires: python2-rpm-macros BuildRequires: desktop-file-utils BuildRequires: doxygen BuildRequires: gcc-c++ @@ -93,7 +94,7 @@ scons %{?_smp_mflags} \ LIBDIR=%{_libdir} \ MANDIR=%{_mandir} \ UDEVDIR=%{_prefix}/lib/udev/rules.d/ \ - PYPKGDIR=%{python_sitelib}/ffado/ \ + PYPKGDIR=%{python2_sitelib}/ffado/ \ PYTHON_INTERPRETER=/usr/bin/python2 \ BUILD_TESTS=1 @@ -153,6 +154,9 @@ appstream-util validate-relax --nonet \ %changelog +* Thu Feb 07 2019 Orcan Ogetbil - 2.4.1-6 +- Added BR: python2-rpm-macros + * Fri Feb 01 2019 Fedora Release Engineering - 2.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild