From c2278fb1049c90a5fe0a674ba9fa4a71d38cfeb9 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Fri, 29 Apr 2022 13:31:28 -0400 Subject: [PATCH] Removed conditional around the EL7 patch. Fixes koji/copr build srpm issue. --- python-dns-lexicon.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-dns-lexicon.spec b/python-dns-lexicon.spec index e01e9f9..8fa1138 100644 --- a/python-dns-lexicon.spec +++ b/python-dns-lexicon.spec @@ -35,10 +35,7 @@ Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{ BuildArch: noarch Patch0: 0000-remove-shebang.patch - -%if 0%{?rhel7} Patch1: 0001-fix-requirements.patch -%endif %if %{with python2} BuildRequires: python2-devel