[Rpm-maint] [rpm-software-management/rpm] %{_target_cpu} value on i686 differes between 4.20 and 5.9* (Issue #3582)
Panu Matilainen
notifications at github.com
Wed Feb 19 12:29:58 UTC 2025
pmatilai left a comment (rpm-software-management/rpm#3582)
Bisected down to 7be4b79581a451f750242485ec1923ca96df9e5b.
The reason: what I didn't realize is that there can be multiple key:value pairs in the source data, coming from different places (user, host, vendor etc), but only the last one counts so order matters. And the code uses insert() on the map, causing the first encountered value to be used.
Phew, for a moment I though this might be something nastier.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3582#issuecomment-2668515263
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3582/2668515263 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250219/535d11e6/attachment.htm>
More information about the Rpm-maint
mailing list