xbps-query: added support to query virtual packages in repository mode.

This commit is contained in:
Juan RP
2013-03-02 19:10:13 +01:00
parent 7e171b67cf
commit c50cbf03c7
3 changed files with 15 additions and 7 deletions

7
NEWS
View File

@@ -1,5 +1,12 @@
xbps-0.21 (???):
* xbps-query(8): packages can be matched by using virtual package
names in repository mode, i.e:
$ xbps-query -Rp pkgver ntp-daemon
ntp-4.2.6p5_7
$
* xbps-pkgdb(8): new option -m --mode to change package installation
mode to auto (might be detected as orphan) or manual
(explicitly installed).