From 0032c5270db2c17cff5cc5491c06c9ab662a75ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 14 Jan 2017 13:34:07 +0200 Subject: [PATCH] Fix non-fedora python3 bcond --- rpmdevtools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmdevtools.spec b/rpmdevtools.spec index 61e52d5..b1b8a91 100644 --- a/rpmdevtools.spec +++ b/rpmdevtools.spec @@ -3,7 +3,7 @@ %if 0%{?fedora} %bcond_without python3 %else -%bconf_with python3 +%bcond_with python3 %endif Name: rpmdevtools