FeRD <ferdnyc@xxxxxxxxx> writes: > I'd *like* the spec file to indicate that the existing F34 clazy package > depends on the clang-11.0.0 package, specifically, and that my updated spec > file builds a clazy that "Requires: clang-12.0.0". (Or, really, any > clang-12* package.) That way, the clang11 packages will no longer satisfy > either of them, and clazy will be properly flagged as requiring a rebuild. > ...But without some /usr/lib/rpm/macros.d/ file to provide the necessary > version numbering, I'm not super clear on how to go about doing that. You can query the rpm database during the rpm build, e.g. via: Requires: clang = %(rpm -q --qf '%%{version}' clang) Calling rpm from within rpm used to be frowned upon, because it can lead to really nasty issues if the "inner" rpm is a different than the outer one. But since mock nowadays uses bootstrap mode by default, these issues should no longer exist. You'll find further details in this FPC issue: https://pagure.io/packaging-committee/pull-request/954 as well as the linked thread on devel: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx/thread/GIBNPEIY2G5COZYM2OSP2SDMUSNHPLVX/#QKTLQ2AITO5MVSX77GYDHTD24ZW7MLFO Hope this helps, Dan
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ packaging mailing list -- packaging@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to packaging-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/packaging@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure