blob: c1c751b9cb25dad81b3be48263b3e3ff90e77859 (
plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
2000-09-15 Pixel <pixel@mandrakesoft.com>
* genhdlist_cz2, packdrake, build_archive: use TMPDIR if exists
2000-08-11 François Pons <fpons@mandrakesoft.com>
* gendepslist2.cc, genhdlist_cz2: modified to use packdrake -c instead of bzcat.
* rpm2header.c: added comment about upgrade and removing tags.
2000-08-11 François Pons <fpons@mandrakesoft.com>
* packdrake: inserted waiting its proper package, new version
obsoleting extract_archive and build_archive.
2000-08-03 Pixel <pixel@mandrakesoft.com>
* gendepslist2.cc: skip "rpmlib(..." dependencies
2000-07-27 Pixel <pixel@mandrakesoft.com>
* gendepslist2.cc: cleanup handling of choices in basesystem.
2000-06-13 Pixel <pixel@mandrakesoft.com>
* gendepslist2.cc: change fclose to pclose (thanks to diablero)
2000-04-04 François Pons <fpons@mandrakesoft.com>
* extract_archive: allow bad file in filelist, print error but continue.
2000-03-31 François Pons <fpons@mandrakesoft.com>
* genfilelist: new tool to build a filelist from a RPMS repository.
2000-03-28 Pixel <pixel@mandrakesoft.com>
* gendepslist2.cc: fix silly bug
2000-03-26 Pixel <pixel@mandrakesoft.com>
* gendepslist2.cc: add ability to handle files (was only
hdlist.cz2's), and to output only the package dependencies for
some hdlist's/packages (use of "--")
2000-03-25 Pixel <pixel@mandrakesoft.com>
* build_archive (main): fix for perl < 5.005
2000-03-10 François Pons <fpons@mandrakesoft.com>
* genhdlists: added to build multiple hdlist for each installation CD.
2000-02-18 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* *cc: really fix with rpm-3.0.4 (Fredl).
2000-02-17 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* rpmtools.spec (BuildRequires): rpm-3.0.4.
* gendepslist.cc: port to rpm-3.0.4.
* Makefile: cvs support, add -lpopt.
|