From 1155cdcc9da514ca3f2311c08b1a20d0a6b075ed Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Dec 01 2020 22:07:36 +0000 Subject: Remove conditionals for Fedora 32 and older --- diff --git a/python-strictyaml.spec b/python-strictyaml.spec index 2c67b89..8295f4a 100644 --- a/python-strictyaml.spec +++ b/python-strictyaml.spec @@ -5,7 +5,7 @@ Version: 1.1.1 %global forgeurl https://github.com/crdoconnor/%{srcname}/ %global tag %{version} %forgemeta -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parses and validates a restricted subset of YAML License: MIT @@ -43,9 +43,6 @@ Priorities: %package -n python3-%{srcname} Summary: %{summary} -%if 0%{?fedora} < 33 -%py_provides python3-%{srcname} -%endif %description -n python3-%{srcname} %{common_description} @@ -76,6 +73,9 @@ Summary: %{summary} %changelog +* Thu Nov 26 2020 Benjamin A. Beasley - 1.1.0-3 +- Remove conditionals for Fedora 32 and older + * Thu Nov 26 2020 Benjamin A. Beasley - 1.1.0-2 - Remove EPEL conditionals from Fedora spec file