Commit e574041
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 b5c1b1a commit e574041
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
0 commit comments