Problem: Fedora_36 seems to be defining its %{fedora_version} macro to 35
This is the relevant output of osc buildconfig Fedora_36 --- # for dependency solving %define fedora_version 35 %define fedora 35 %define fc35 1 Macros: %fedora_version 35 %fedora 35 %_vendor redhat :Macros --- I'm trying to add a prefer option for 36 only and obviously the above means I will also affect Fedora_35 ... is this a mistake, or is there another way to distinguish Fedora_36 from Fedora_35? Thanks, James
On Dienstag, 24. Mai 2022, 18:10:55 CEST James Bottomley wrote:
This is the relevant output of
osc buildconfig Fedora_36
--- # for dependency solving %define fedora_version 35 %define fedora 35 %define fc35 1
Macros: %fedora_version 35 %fedora 35 %_vendor redhat :Macros ---
indeed, fixed that now. -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev
participants (2)
-
Adrian Schröter
-
James Bottomley