I’m trying to do local builds of various packages that previously built fine, but today are complaining about a broken buildinfo. For example, with mozilla/seamonkey:
$ osc build --clean openSUSE_Tumbleweed x86_64 seamonkey.spec
Building seamonkey.spec for openSUSE_Tumbleweed/x86_64
Using local file: seamonkey.spec
Getting buildconfig from server and store to /home/psy/obs/mozilla/seamonkey/.osc/_buildconfig-openSUSE_Tumbleweed-x86_64
unknown keyword in config: require:
Getting buildinfo from server and store to /home/psy/obs/mozilla/seamonkey/.osc/_buildinfo-openSUSE_Tumbleweed-x86_64.xml
unknown keyword in config: require:
buildinfo is broken... it says:
unresolvable: preinstalls: nothing provides rpm
I don’t see anything obviously wrong with the project configuration:
Substitute: rust-std rust-std-static
Macros:
%ff_esr_name firefox-esr
:Macros
Is this some system-wide problem affecting all packages?