xbps.d(5): 'virtualpkg' can now be used to map any pkg to another.
See NEWS for more information.
This commit is contained in:
10
NEWS
10
NEWS
@@ -1,8 +1,16 @@
|
||||
xbps-0.52 (???):
|
||||
|
||||
* xbps.d(5): the 'virtualpkg' keyword can now be used to map any pkg
|
||||
to another, even if there's an existing real package. Example:
|
||||
|
||||
virtualpkg=wifi-firmware:base-system
|
||||
|
||||
Any request to the `wifi-firmware` pkg will be resolved to the
|
||||
`base-system` pkg.
|
||||
|
||||
* libxbps: fixed some missing or incorrect printf format arguments
|
||||
found by using __attribute__((format,printf). Patch provided by
|
||||
Michael Ghering in #148. See https://github.com/voidlinux/xbps/issues/148
|
||||
Michael Gehring in #148. See https://github.com/voidlinux/xbps/issues/148
|
||||
|
||||
* libxbps: ignore updates for packages that have held dependencies.
|
||||
Fixes #143. See https://github.com/voidlinux/xbps/issues/143
|
||||
|
Reference in New Issue
Block a user