Implement shlib checks for all pkg revdeps in the transaction.
Added three new test cases to verify its correctness.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
*
|
||||
* This header documents the full API for the XBPS Library.
|
||||
*/
|
||||
#define XBPS_API_VERSION "20140909"
|
||||
#define XBPS_API_VERSION "20140912"
|
||||
|
||||
#ifndef XBPS_VERSION
|
||||
#define XBPS_VERSION "UNSET"
|
||||
@@ -1160,6 +1160,8 @@ int xbps_transaction_autoremove_pkgs(struct xbps_handle *xhp);
|
||||
* previously called.
|
||||
* @retval ENODEV if there are missing dependencies in transaction ("missing_deps"
|
||||
* array of strings object in xhp->transd dictionary).
|
||||
* @retval ENOEXEC if there are unresolved shared libraries in transaction ("missing_shlibs"
|
||||
* array of strings object in xhp->transd dictionary).
|
||||
* @retval EAGAIN if there are package conflicts in transaction ("conflicts"
|
||||
* array of strings object in xhp->transd dictionary).
|
||||
* @retval ENOSPC Not enough free space on target rootdir to continue with the
|
||||
|
Reference in New Issue
Block a user