summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-1120463-multi-arch-provides-version
Commit message (Collapse)AuthorAgeFilesLines
* Correctly copy provided version in m-a lazy-initJulian Andres Klode2025-11-101-0/+24
When a provides was copied, we inadvertently copied the package version instead of the provided version. Copy the provided version instead. Closes: #1120463