xbps-{install,query}: --repository now accepts relative paths in local repos.

This commit is contained in:
Juan RP
2015-01-10 11:59:31 +01:00
parent 283fb4bc06
commit b09faadebc
6 changed files with 65 additions and 24 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.44 (???):
* xbps-{install,query}: the --repository argument now works with relative
paths for local repositories. The relative path is always converted to
absolute.
* libxbps: the provides obj (array of strings) now fully expects exact
pkgver strings, such as `foo-1.0_1`. Incomplete components such as
`pkgname` or `pkgname-9` are not accepted anymore.