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:
parent
f554aec987
commit
a7d6341849
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user