Commit 6f6318e
committed
backends/eopkg: Emit release as part of packageid version in _pkg_to_id
We accidentally didn't append the package release as part of the package
id version in _pkg_to_id causing package id mismatches
E.g.
- resolve() would emit 0ad;0.28.0-62;x86_64;Unstable
- _pkg_to_id() would emit 0ad;0.28.0;x86_64;Unstable
This fixes package id mismatches in the callback system which
incidentally also fixes gnome-software not always displaying progress
bars to the user.1 parent 29235aa commit 6f6318e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
| 286 | + | |
286 | 287 | | |
287 | 288 | | |
288 | 289 | | |
| |||
0 commit comments