diff options
author | Michael Schroeder <mls@suse.de> | 2012-03-05 14:01:21 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2012-03-05 14:01:21 +0100 |
commit | 7dd686ea89c05e2b32f1def76bcdc973efce3f36 (patch) | |
tree | 0838587dafc072e69b01414cbfaf448f2adf05d1 /src/libsolv.ver | |
parent | 9f63ef78d353c21f771726fa2e24ad1622c30671 (diff) | |
download | libsolv-7dd686ea89c05e2b32f1def76bcdc973efce3f36.tar.gz libsolv-7dd686ea89c05e2b32f1def76bcdc973efce3f36.tar.bz2 libsolv-7dd686ea89c05e2b32f1def76bcdc973efce3f36.zip |
- clean up update/feature rule handling in allowuninstall case. Automatically add the CLEANDEPS flags in solutions.
We no longer make the update/featurerule weak, but use a "autouninstall" function
instead that checks if we can solve the problem by removing a package. We also
automatically add CLEANDEPS in that case if all job rules in the problem have
CLEANDEPS set.
Diffstat (limited to 'src/libsolv.ver')
-rw-r--r-- | src/libsolv.ver | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsolv.ver b/src/libsolv.ver index 0b852da..fcb95b3 100644 --- a/src/libsolv.ver +++ b/src/libsolv.ver @@ -320,6 +320,7 @@ SOLV_1.0 { solver_solutionelement2str; solver_solutionelement_count; solver_solutionelement_internalid; + solver_solutionelement_extrajobflags; solver_solve; solver_take_solution; solver_take_solutionelement; |