Merge pull request #154 from dustymabe/dustybugfix
Fix version number output on upgrade/rollback.
This commit is contained in:
commit
240e01be04
@ -72,7 +72,7 @@ rpmostree_print_treepkg_diff (OstreeSysroot *sysroot,
|
|||||||
|
|
||||||
g_assert_cmpuint (i, <, modified_new->len);
|
g_assert_cmpuint (i, <, modified_new->len);
|
||||||
|
|
||||||
newpkg = modified_old->pdata[i];
|
newpkg = modified_new->pdata[i];
|
||||||
|
|
||||||
g_print (" %s %s -> %s\n", name,
|
g_print (" %s %s -> %s\n", name,
|
||||||
rpm_ostree_package_get_evr (oldpkg),
|
rpm_ostree_package_get_evr (oldpkg),
|
||||||
|
Loading…
Reference in New Issue
Block a user