From 843e35cd11d53664934690bd6b9fc7a42ced6fbc Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Tue, 10 Jul 2018 16:46:49 -0500 Subject: Limit use of python-unversioned-command to versions after Fedora 28 --- swift-lang.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swift-lang.spec b/swift-lang.spec index b35c97d..6361e05 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -38,7 +38,9 @@ BuildRequires: swig BuildRequires: pkgconfig BuildRequires: perl-podlators BuildRequires: rsync +%if 0%{?fedora} > 28 BuildRequires: python-unversioned-command +%endif BuildRequires: python2 BuildRequires: python2-devel BuildRequires: libbsd-devel -- cgit