Fix bugs with conflicts detection logic.
modified libpkg/pkg_repo.c
@@ -213,9 +213,10 @@ pkg_repo_insert_conflict(const char *file, struct pkg *pkg,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -255,9 +256,9 @@ pkg_repo_insert_conflict(const char *file, struct pkg *pkg,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -280,11 +281,11 @@ pkg_repo_check_conflicts(struct pkg *pkg, sqlite3 *sqlite,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -427,7 +428,7 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -475,21 +476,6 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -507,6 +493,21 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|