xbps-create: added --build-options option, mainly for xbps-src.

This expects a string with the list of used build options.
This commit is contained in:
Juan RP
2013-03-23 08:18:06 +01:00
parent 8d6f3b5029
commit 59006fe86c
3 changed files with 18 additions and 4 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.22 (???):
* xbps-create(8): a new option --build-options has been added to add a string
with the build options that were used in package. It's expected to be filled
by xbps-src automatically.
* xbps-query(8): make -o (ownedby) follow symlinks. Fix issue #4 from github.
This works in local and repository mode.