Do not configure pkg if there's an update in transaction.
This fixes the following problem: - pkg is installed with state "unpacked". - There's an update of pkg in transaction. - xbps tries to configure the pkg because its state is "unpacked", therefore ignoring the update.
This commit is contained in:
5
NEWS
5
NEWS
@@ -1,5 +1,10 @@
|
||||
xbps-0.19.1 (???):
|
||||
|
||||
* libxbps: when a package has not been configured and there's an update
|
||||
in transaction, libxbps incorrectly tried to ignore the update and
|
||||
configure this package. Fix this by not ignoring the update even if
|
||||
package has any state.
|
||||
|
||||
* xbps-query(8): -l, --list-packages option now prints pkg state as follows:
|
||||
|
||||
STATE PKGVER DESCRIPTION
|
||||
|
Reference in New Issue
Block a user