Explicitly tell the users which conflicts were found
modified libpkg/pkg.h.in
@@ -1303,6 +1303,7 @@ typedef enum {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1463,6 +1464,11 @@ struct pkg_event {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_event.c
@@ -1058,3 +1058,15 @@ pkg_unregister_cleanup_callback(void (*cleanup_cb)(void *data), void *data)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified libpkg/pkg_jobs_conflicts.c
@@ -327,6 +327,7 @@ pkg_conflicts_register_chain(struct pkg_jobs *j, struct pkg_job_universe_item *u
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -336,6 +337,7 @@ pkg_conflicts_register_chain(struct pkg_jobs *j, struct pkg_job_universe_item *u
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/private/event.h
@@ -81,5 +81,6 @@ void pkg_emit_message(const char *msg);
|
|
|
|
|
|
| + | |
|
|
|
modified src/event.c
@@ -60,6 +60,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -679,6 +680,12 @@ event_callback(void *data, struct pkg_event *ev)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -898,6 +905,16 @@ event_callback(void *data, struct pkg_event *ev)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/frontend/conflicts-multirepo.sh
@@ -158,6 +158,7 @@ Updating database digests format: done
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/frontend/conflicts.sh
@@ -74,6 +74,7 @@ Processing entries: done
|
|
|
|
|
|
| + | |
|
|
|
|
|