From f06ef371c475c0356810e71917e85b5d712edb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 26 Sep 2018 17:00:30 +0200 Subject: [PATCH] Do not build python2 subpackage on Fedora 30 (#1629800) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Menšík --- ldns.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ldns.spec b/ldns.spec index a8b0bdd..654687a 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 %bcond_without python3 -%if 0%{?rhel} > 7 +%if 0%{?rhel} > 7 || 0%{?fedora} > 29 %bcond_with python2 %else %bcond_without python2 @@ -39,7 +39,7 @@ Summary: Low-level DNS(SEC) library with API Name: ldns Version: 1.7.0 -Release: 21%{?dist} +Release: 22%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ @@ -353,6 +353,9 @@ rm -rf doc/man %doc doc %changelog +* Wed Sep 26 2018 Petr Menšík - 1.7.0-22 +- Do not build python2 subpackage on Fedora 30 (#1629800) + * Fri Jul 13 2018 Fedora Release Engineering - 1.7.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild