Properly commit the update transaction in the database, that makes the pkg_annotation to really be committed.
modified libpkg/pkgdb_repo.c
@@ -775,6 +775,8 @@ upgrade_repo_schema(struct pkgdb *db, const char *database, int current_version)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -793,6 +795,8 @@ downgrade_repo_schema(struct pkgdb *db, const char *database, int current_versio
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/update.c
@@ -739,7 +739,7 @@ pkg_update_incremental(const char *name, struct pkg_repo *repo, time_t *mtime)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -749,7 +749,9 @@ cleanup:
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|