From 0c9200f61fae9d7c6ab90ff7b713dc4afe98cf96 Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Dec 01 2020 22:10:06 +0000 Subject: Remove conditionals for Fedora 32 and older --- diff --git a/python-absl-py.spec b/python-absl-py.spec index 8312621..f8efc95 100644 --- a/python-absl-py.spec +++ b/python-absl-py.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.11.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Abseil Python Common Libraries # Overall license is ASL 2.0. Contents of absl/third_party/unittest3_backport/ @@ -41,9 +41,6 @@ Features: %package -n python3-%{srcname} Summary: %{summary} -%if 0%{?fedora} < 33 -%py_provides python3-%{srcname} -%endif %description -n python3-%{srcname} %{common_description} @@ -98,7 +95,11 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib}; export PYTHONPATH %changelog +* Tue Dec 1 2020 Benjamin A. Beasley - 1.1.0-3 +- Remove conditionals for Fedora 32 and older + * Wed Nov 25 2020 Benjamin A. Beasley - 1.1.0-2 - Remove EPEL conditionals from Fedora spec file + * Wed Nov 25 2020 Benjamin A. Beasley - 1.1.0-1 - Initial package