aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use strictThierry Vignaud2012-02-271-0/+1
|
* perl_checker cleanupThierry Vignaud2012-02-271-1/+1
|
* supplement blacklistThierry Vignaud2012-02-271-0/+9
|
* sortThierry Vignaud2012-02-271-5/+5
|
* 6.16.1Thierry Vignaud2011-09-093-2/+4
|
* - force locale to be C (mga#95, Pascal Terjan)Thierry Vignaud2011-09-092-0/+10
| | | | | | (when packages contain translated summary/description genhdlist2 would embed them instead of the English version)
* add missing spacingThierry Vignaud2011-09-091-0/+1
|
* sync with what is actually packaged6.0Thierry Vignaud2011-09-095-5/+28
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-05-076-6/+6
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1169 | dmorgan | 2011-05-07 23:21:06 +0100 (Sat, 07 May 2011) | 1 line Import rpmtools ------------------------------------------------------------------------
* add --clean optionOlivier Blin2009-11-101-1/+7
|
* add support for custom compression filter used for synthesis tooPer Øyvind Karlsen2009-07-253-19/+32
|
* add support for specifying xml-info-filter with media.cfgPer Øyvind Karlsen2009-07-252-0/+5
|
* allow for arbitrary compression of xml-infoPer Øyvind Karlsen2009-07-251-9/+20
|
* - 5.95.9Pascal Rigaux2009-01-206-875/+7
| | | | | | - drop parsehdlist, rpm2header: unused, partially duplicated with perl-URPM - drop rpm2cpio.pl (doesn't handle lzma payload which is the default)
* add commentPascal Rigaux2009-01-151-0/+1
|
* 5.85.8Pascal Rigaux2008-09-302-1/+3
|
* - gendistrib:Pascal Rigaux2008-09-302-3/+5
| | | | | o don't call genhdlist2 with --no-md5sum for no good reason
* 5.75.7Pascal Rigaux2008-09-232-1/+3
|
* - genhdlist2:Pascal Rigaux2008-09-232-1/+36
| | | | | o with --versioned, create "versioned" metadata
* rename genhdlist to genhdlist-oldPascal Rigaux2008-09-224-8/+10
|
* reformat NEWSPascal Rigaux2008-09-221-4/+2
|
* add xml header to xml files generatedPer Øyvind Karlsen2008-09-112-0/+8
|
* fix printf formatPer Øyvind Karlsen2008-07-181-1/+1
|
* fdFileno & fdOpen has been dead since rpm 3.0.3, update code..Per Øyvind Karlsen2008-07-182-4/+4
|
* fix version detection and header inclusion with rpm5.orgPer Øyvind Karlsen2008-07-181-2/+5
|
* fix version detectionPer Øyvind Karlsen2008-07-182-4/+45
|
* - gendistrib:Pascal Rigaux2008-03-192-0/+4
| | | | | o if "xml-info" is set in media.cfg, pass --xml-info to genhdlist2
* 5.65.6Pascal Rigaux2008-03-182-1/+3
|
* - gendistrib:Pascal Rigaux2008-03-182-2/+3
| | | | | o "askmedia" and "suppl" must not modify gendistrib behaviour (#39017)
* 5.55.5Pascal Rigaux2008-03-052-1/+3
|
* - parsehdlist, rpm2header:Pascal Rigaux2008-03-051-0/+2
| | | | | o add support for rpm5
* - genhdlist2:Pascal Rigaux2008-03-052-8/+13
| | | | | | o use utf8:: functions instead of Encode (to be able to work with only perl base modules)
* compatibility wrapper has been moved to upstream :)Per Øyvind Karlsen2008-03-033-160/+2
|
* try improve on freeing up memoryPer Øyvind Karlsen2008-02-291-7/+2
|
* be sure to set header to NULL in case of RPMRC_NOTFOUNDPer Øyvind Karlsen2008-02-291-3/+7
|
* provide function name in loggingPer Øyvind Karlsen2008-02-291-4/+2
|
* always initialize pointer in headerGetEntryPer Øyvind Karlsen2008-02-291-1/+3
|
* sync with rpm5compat.h from perl-URPM (some better solution should be done)Per Øyvind Karlsen2008-02-291-4/+18
|
* add support for rpm5.orgPer Øyvind Karlsen2008-02-293-2/+157
|
* 5.45.4Pascal Rigaux2008-02-262-1/+3
|
* - parsehdlist, rpm2header:Pascal Rigaux2008-02-263-23/+14
| | | | | o do not add/use FILENAME_TAG and FILESIZE_TAG to/in hdlist anymore
* 5.3.65.3.6Pascal Rigaux2008-02-052-1/+3
|
* - genhdlist2:Pascal Rigaux2008-02-052-0/+4
| | | | | o fix writing utf8 in xml info files (#37482)
* 5.3.55.3.5Pascal Rigaux2008-01-152-1/+3
|
* - genhdlist2:Pascal Rigaux2008-01-152-5/+13
| | | | | | o rename --xml-media-info into --xml-info (to be coherent with urpmi)
* 5.3.45.3.4Pascal Rigaux2007-12-182-1/+3
|
* - genhdlist2:Pascal Rigaux2007-12-172-12/+24
| | | | | o add --no-hdlist option (to be used by urpmi for --probe-rpms)
* 5.3.35.3.3Pascal Rigaux2007-12-172-1/+3
|
* when generating {info,changelog,files}.xml.lzma, add them to md5sumPascal Rigaux2007-12-131-7/+6
|
* - genhdlist2:Pascal Rigaux2007-12-132-7/+99
| | | | | | o generate {info,changelog,files}.xml.lzma when they already exist, or when --xml-media-info is used