Mailinglist Archive: opensuse-factory (955 mails)

< Previous Next >
Re: [opensuse-factory] requires(pre) build fail on factory only
Am Dienstag, 11. Oktober 2011 schrieb Brian K. White:
I have a package with
Requires(Pre): %install_info_prereq

It fails on Factory with:
error: line 22: Bad Requireflags: qualifiers: Requires(Pre): info

But builds on 10.0 to 11.4

Google gets me similar but not quite current things like:
http://lists.fedoraproject.org/pipermail/devel/2011-January/148182.html

Known? Do I change my spec or do I just wait for Factory's rpm or obs to
change some more and it should resume building on it's own?

Either use the old style way
PreReq: %install_info_prereq
or the new style way:
Requires: info

There is no reason to use (Pre) unless you have reason to believe your package
would be installed in the same transaction as info, i.e. is required by info.

Greetings, Stephan
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References