Update Requires for Fedora 39
Relates: https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/264
This commit is contained in:
parent
f65b3a6236
commit
a4f91f70e8
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue