conditionalize epel-rpm-macros
This commit is contained in:
parent
2a950b1e16
commit
9171c4f63f
@ -9,7 +9,10 @@ Source0: %{pypi_source circuitbreaker}
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python-devel
|
||||
|
||||
%if 0%{?rhel} <= 8
|
||||
BuildRequires: epel-rpm-macros
|
||||
%endif
|
||||
|
||||
%global _description %{expand:
|
||||
This is a Python implementation of the “Circuit Breaker” Pattern (https://martinfowler.com/bliki/CircuitBreaker.html).
|
||||
|
Loading…
Reference in New Issue
Block a user