xbps-repo: new 'remove-obsoletes' target to remove obsolete pkgs in a local repo.

This commit is contained in:
Juan RP
2012-07-22 10:48:29 +02:00
parent f0c96aac65
commit 5a120e346e
8 changed files with 216 additions and 100 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.16.6 (???):
* xbps-repo(8): a new target has been added: 'remove-obsoletes'. This removes
obsolete packages found in a local repository; obsoletes are packages not
registered in repository's index.
* configure: fixes for Ubuntu, which uses ld(1) --as-needed by default and
some function tests were failiing due to this.