aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* get chroot path for DB_CONFIG workaroundtopic/3.37-distepochPer Øyvind Karlsen2011-07-041-1/+1
|
* fix pretend_distepoch() with release ending with '9'Per Øyvind Karlsen2011-07-041-3/+7
|
* plug a minor memleakPer Øyvind Karlsen2011-06-231-0/+1
|
* create empty DB_CONFIG for rpm first when updating to rpm >= 5.3 to preventPer Øyvind Karlsen2011-06-232-1/+18
| | | | | incompatible configurations to break berkeley db during upgrade
* add a couple of regression tests for disttag/distepoch in synthesisPer Øyvind Karlsen2011-06-211-10/+12
|
* ignore distepoch in Pkg_compare()Per Øyvind Karlsen2011-06-211-1/+7
|
* same fix as previous, but for Pkg_fullname...Per Øyvind Karlsen2011-06-211-1/+1
|
* fix release string returned for packages having disttag containing ↵Per Øyvind Karlsen2011-06-211-1/+1
| | | | terminating '0's
* get disttag from @info@ now in get_fullname_parts()Per Øyvind Karlsen2011-06-211-24/+12
|
* support getting disttag & distepoch from synthesisPer Øyvind Karlsen2011-06-212-3/+20
|
* fix URPM::Package->distepoch to actually workPer Øyvind Karlsen2011-06-212-4/+1
|
* update Per Øyvind Karlsen2011-04-261-1/+2
|
* add disttag & distepoch to @info@Per Øyvind Karlsen2011-04-261-1/+12
|
* remap suggests when adding packages to transactionPer Øyvind Karlsen2011-03-221-0/+1
|
* should be 'foo < 1-1', not 'foo <= 1-1'Per Øyvind Karlsen2011-03-081-1/+1
|
* don't strip away distepoch when generating metadataPer Øyvind Karlsen2011-03-082-5/+1
|
* pass RPMTAG_REQUIRENAME as argument to pretend_distepoch() as wellPer Øyvind Karlsen2011-03-081-3/+3
|
* use a common convert_header() function in stead..Per Øyvind Karlsen2011-03-081-22/+17
|
* add support for doing comparision against provides with distepochPer Øyvind Karlsen2011-03-082-0/+63
|
* fix crash when filename is found at end of @info@ line in synthesis (thx ↵Per Øyvind Karlsen2011-03-061-0/+5
| | | | Cazzaniga Sandro :)
* initialize rpmtd structs to avoid valgrind errors..Per Øyvind Karlsen2011-03-061-0/+3
|
* convert suggests to compatible tags when loading package headersPer Øyvind Karlsen2011-03-062-5/+79
|
* strip away distepoch in return_list_str()Per Øyvind Karlsen2011-03-062-3/+20
|
* always strip distepoch right away when loading package headersPer Øyvind Karlsen2011-03-061-4/+24
|
* update modified rpm header after stripping away distepochPer Øyvind Karlsen2011-03-061-0/+1
|
* fix incorrect arch returned for packages without any (ie. public keys)Per Øyvind Karlsen2011-02-192-3/+4
|
* fix segfault when there's no provides in synthesis (ie. with src.rpm)Per Øyvind Karlsen2011-02-191-11/+13
|
* "fix" problem with gpg-pubkey lacking '.' before non-existant arch (fixes ↵Per Øyvind Karlsen2011-02-121-4/+4
| | | | #62401)
* strip distepoch from conflicts & obsoletes as wellPer Øyvind Karlsen2011-02-011-0/+3
|
* strip distepoch from %PROVIDEVERSION & %PROVIDEREQUIRES of rpm headersPer Øyvind Karlsen2011-02-011-0/+18
|
* get nvra with disttag/distepoch for scalars returned by ↵Per Øyvind Karlsen2011-01-311-18/+32
| | | | URPM::Package->fullname(), URPM::Package->filename() & URPM::Package->header_filename()
* eliminate distepoch from EVR used in version comparisionPer Øyvind Karlsen2011-01-271-1/+8
|
* eliminate disttag & distepoch when extracting name, version, release to ↵Per Øyvind Karlsen2011-01-263-1/+64
| | | | handle upgrade
* create a branch for handling disttag/distepochPer Øyvind Karlsen2011-01-260-0/+0
|
* 3.37.1topic/3.37João Victor Duarte Martins2010-11-182-1/+3
|
* (parse_pubkeys_): fix the key parsing to handle PEM encapsulated João Victor Duarte Martins2010-11-182-15/+25
| | | | header portion (bug #61636)
* 3.37 (2010.1) branchJoão Victor Duarte Martins2010-11-180-0/+0
|
* 3.373.37Thierry Vignaud2010-10-202-1/+3
|
* fix crashing on undefined packages (#54521)Thierry Vignaud2010-10-202-1/+3
|
* - enable 'use warnings'Olivier Thauvin2010-07-305-1/+7
| | | | - fix some warnings
* - fix warning on perl 5.12, spotted by olivier thauvin ( Odd number of ↵Michael Scherer2010-07-301-1/+1
| | | | elements in anonymous hash at URPM/Resolve.pm line 1192. )
* - 3.36Olivier Thauvin2010-07-233-1/+1246
|
* - fix deferencement on hash (instead hashref), warning triggered by perl 5.12Olivier Thauvin2010-07-231-1/+1
|
* only print debug message if debug callback is definedChristophe Fergeau2010-04-231-1/+1
|
* 3.353.35Christophe Fergeau2010-04-232-1/+3
|
* honour search medias when using --auto-selectChristophe Fergeau2010-04-232-1/+6
|
* 3.34.13.34.1Christophe Fergeau2010-03-232-1/+3
|
* check selected packages for unsatisfied requires when a promoted package is ↵Christophe Fergeau2010-03-232-0/+8
| | | | | | backtracked and no replacement is found (#57224, Anssi Hannula)
* 3.343.34Christophe Fergeau2010-03-232-1/+3
|
* adjust rpm.org/rpm5.org detection codeChristophe Fergeau2010-02-241-1/+1
| | | | | | It used to assume that rpm.org had version numbers < 4.7, but it's no longer true with rpm 4.8 being released. Test against 5.0 since rpm5.org releases started at 5.0