From 0df466be9c10d392711505676300707c3da68cd3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 23 Dec 2012 17:14:53 +0100 Subject: [PATCH] TODO: mention 'shlib-provides' and 'shlib-requires'. --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 280cf050..3fb672b7 100644 --- a/TODO +++ b/TODO @@ -2,10 +2,13 @@ libxbps: - transaction: avoid fetching the whole pkg when updating and only fetch modified files from target pkg. - properties: (update-first) still unimplemented. + - Add support to handle 'shlib-requires' and 'shlib-provides'. xbps-create: - Move all configuration files to /share//conf/. - Add -i --installed option to create binpkg from an installed version. + - Add new properties 'shlib-requires' and 'shlib-provides' to know what + shlibs are required by this package and what shlibs this package provides. All: - Add support to sign with PGP or RSA the repository index files.