From 03fa61b26b86902eccb3bf78c951788644c09e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 27 Nov 2020 19:18:46 +0100 Subject: [PATCH] CI: Upgrade dns-lexicon to 3.5.2, but only on Fedora 34+ --- tests/python-dns-lexicon.spec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/python-dns-lexicon.spec b/tests/python-dns-lexicon.spec index 7369468..c64f863 100644 --- a/tests/python-dns-lexicon.spec +++ b/tests/python-dns-lexicon.spec @@ -1,5 +1,14 @@ Name: python-dns-lexicon + +# For testing purposes, we package different versions on different Fedoras, +# because otherwise we would miss some dependencies. +# Please, don't write spec files like this in Fedora, it is forbidden. +%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9 +Version: 3.5.2 +%else Version: 3.4.0 +%endif + Release: 0%{?dist} Summary: Manipulate DNS records on various DNS providers in a standardized/agnostic way License: MIT