Update Requires for Fedora 39

Relates: https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/264
This commit is contained in:
Maxwell G 2024-02-03 17:58:47 +00:00
commit a4f91f70e8
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8

View file

@ -21,12 +21,14 @@ BuildRequires: python3-pyyaml
# For %%pytest definition
BuildRequires: python3-rpm-macros
%endif
# We require macros and lua defined in redhat-rpm-config
# We constrain this to the version released after the code was split out that
# doesn't contain the same files.
%if (0%{?fedora} >= 40 || 0%{?rhel} >= 10)
Requires: redhat-rpm-config >= 266-1
%elif 0%{?fedora} == 39
Requires: redhat-rpm-config >= 265-1
%else
# For testing purposes on older releases,
# we can depend on any version of redhat-rpm-config.