Fixed installing exact pkg versions on pkgs with hyphens, we use equal sign as delimiter now.

This commit is contained in:
Juan RP
2012-06-03 07:26:48 +02:00
parent f9c72e1d06
commit 34c1269504
3 changed files with 27 additions and 6 deletions

3
NEWS
View File

@@ -3,9 +3,10 @@ xbps-0.16 (???):
* xbps-bin(8): the 'install' target now can (re)install an exact package
version as specified on its arguments, i.e:
$ xbps-bin install foo-1.0
$ xbps-bin install foo=1.0
If that version is not available no other version will be installed.
The equal sign must be used to specify exact versions.
* xbps-repo(8): 'genindex' target is now able to remove binary packages
when a greater version exists on the index.