From bdb7df6fd9bb67e935b84012b611cb397b3db746 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 7 Jul 2018 07:31:15 +0100 Subject: [PATCH] Make python-unversioned-command dependent on Fedora >= 29. --- nbdkit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index 26e5d45..0147fc4 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -64,7 +64,10 @@ BuildRequires: e2fsprogs-devel BuildRequires: bash-completion BuildRequires: perl-devel BuildRequires: perl(ExtUtils::Embed) -BuildRequires: python2-devel, python-unversioned-command +BuildRequires: python2-devel +%if 0%{?fedora} >= 29 +BuildRequires: python-unversioned-command +%endif %if 0%{?have_python3} BuildRequires: python3-devel %endif @@ -758,6 +761,7 @@ popd * Sat Jul 7 2018 Richard W.M. Jones - 1.5.0-1 - New upstream version 1.5.0. - Add Lua plugin and nbdkit-plugin-lua subpackage. +- Make python-unversioned-command dependent on Fedora >= 29. * Fri Jul 6 2018 Richard W.M. Jones - 1.4.0-1 - New upstream version 1.4.0.