Use the ursine rhel8 stream for buildrequires

MBS generates conflicts for the ursine stream rpms if a different stream
is used in buildrequires, but that breaks when they reuse the same rpms.

Resolves: RHEL-61966
Related: RHEL-61979
This commit is contained in:
Josh Stone 2024-11-12 11:55:13 -08:00
parent f554aec987
commit a7d6341849

View File

@ -10,8 +10,8 @@ data:
dependencies:
- buildrequires:
platform: [el8]
llvm-toolset: [rhel_next]
rust-toolset: [rhel_next]
llvm-toolset: [rhel8]
rust-toolset: [rhel8]
requires:
platform: [el8]
llvm-toolset: [rhel_next]