-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
45 lines (34 loc) · 1.64 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# $Id$
* glen 2008-10-30
- make poldek understand runtime Requires: %%{somemacro}:
11:55:25 jbj_> glen: yes %%{foo} esxapes the expansion and pushes expansion from build to install.
11:56:16 jbj_> yes poldek needs to be prepared for the expansion. if you use rpmdsFoo() methods instead of headerGet() the expansion will be done for you.
* mis 2002/11/07
- reinstall && reinstall-dist to refresh/swith package instalation
[ done v0.19.0]
* mis 2002/05/13
- use Obsoletes tag on greedy selection (optional) [ done v0.18 ]
- "block" option ("hold" like) which blocks package installation (RFC)
- add transfer speed calculation to vfprogress (vfile/vfprogress.c)
[ done v0.18.5 by patrys ]
* mis 2002/04/07
- vhttp: support for HTTP auth [ done v0.19 ]
* mis 2002/03/14
- more compact install_summary() [ done v0.18.x ]
- modify rpmlib API to allow to read rpmdb indexes
without reading headers data. Needed to replace dbopen() usage
in rpm_get_dbdepdirs()
* mis 2001/05/18
- unistalled packages should be ordered using uninst prerequirements
- detection of fatal rpmlib errors during install-dist
* mis 2000/09/20
- patch wget, rsync and snarf to support syntax like:
$ downloader --destdir=DIR --prefix=URLPREFIX [BASENAME...]
Currently, except wget, no one support that, which forces poldek to
execute downloader for every file. Wget doesn't support --prefix
like option, which makes cmdline longer than can be.
[ out, we have own FTP/HTTP client ]
Long term:
- Use external db for file list storage (custom binary format? modified cdb?).
Currently PLD distribution (about 2400 packages) contains about 110.000
files.