Rich dependency failure or PEBCAK? #3457
-
If I have a BR (line only broken below for clarity, it's all one long line the actual spec file):
and I have installed
shouldn't the above BR: allow the build to happen? I'm actually getting:
As an aside, is there any way to actually break long lines like the above in a specfile? Can I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your parens don't match up. There are a couple of Btw, you likely want to use |
Beta Was this translation helpful? Give feedback.
Your parens don't match up. There are a couple of
)
missing for the sub-expressions. I'm not sure why this could be parsed at all.Btw, you likely want to use
with
instead ofand
, as both the>=
and the<
should be provided by the same package.