Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add kmod fix in NEWS | Olivier Blin | 2008-01-10 | 1 | -0/+2 |
| | |||||
* | resolve kmod requires even if first choice is a source dkms (adapted from Pixel) | Olivier Blin | 2008-01-10 | 1 | -1/+3 |
| | |||||
* | 3.053.05 | Pascal Rigaux | 2008-01-08 | 2 | -1/+3 |
| | |||||
* | - fix regression in ->parse_rpm (introduced in 3.00) | Pascal Rigaux | 2008-01-08 | 2 | -0/+4 |
| | | | | | | | (was breaking genhdlist2 and mkcd) one got too many open files :-/ | ||||
* | 3.043.04 | Pascal Rigaux | 2007-12-20 | 2 | -1/+3 |
| | |||||
* | - fix regression in parse_pubkeys() (introduced in 3.00) (#36121) | Pascal Rigaux | 2007-12-20 | 2 | -1/+3 |
| | |||||
* | 3.033.03 | Pascal Rigaux | 2007-12-14 | 2 | -1/+3 |
| | |||||
* | - suggests: | Pascal Rigaux | 2007-12-14 | 2 | -15/+23 |
| | | | | | | handle both RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0) and RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK (as done in Mandriva 2008.0) | ||||
* | 3.023.02 | Pascal Rigaux | 2007-12-14 | 2 | -1/+6 |
| | |||||
* | test is_platform_compat() only on jbj's rpm | Pascal Rigaux | 2007-12-14 | 1 | -1/+8 |
| | |||||
* | don't crash when header is not available (fixes synthesis.t with rpm 4.4.2.2) | Pascal Rigaux | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | fix cast warnings on 64 bi6 | Per Øyvind Karlsen | 2007-12-12 | 1 | -2/+2 |
| | |||||
* | oops, typo | Per Øyvind Karlsen | 2007-12-12 | 1 | -1/+1 |
| | |||||
* | update against updated rpm 4.5 :) | Per Øyvind Karlsen | 2007-12-12 | 1 | -2/+2 |
| | |||||
* | 3.013.01 | Pascal Rigaux | 2007-12-11 | 2 | -1/+3 |
| | |||||
* | - add URPM::DB::verify() | Pascal Rigaux | 2007-12-11 | 2 | -0/+15 |
| | |||||
* | fix support for rpm 4.5 | Per Øyvind Karlsen | 2007-12-11 | 1 | -0/+2 |
| | |||||
* | fix typo in previous commit :-/ | Pascal Rigaux | 2007-12-11 | 1 | -2/+2 |
| | |||||
* | adapt to rpm.org HEAD change from 7 Dec 2007 | Pascal Rigaux | 2007-12-11 | 1 | -3/+12 |
| | |||||
* | 3.003.00 | Pascal Rigaux | 2007-12-11 | 2 | -1/+3 |
| | |||||
* | - rpm.org HEAD support | Pascal Rigaux | 2007-12-11 | 1 | -0/+1 |
| | |||||
* | final commit for rpm.org HEAD compliance | Pascal Rigaux | 2007-12-11 | 1 | -1/+8 |
| | |||||
* | - use rpmpsNumProblems() | Pascal Rigaux | 2007-12-10 | 1 | -5/+2 |
| | | | | | - don't check ignoreProblem, it's always 0 afaik | ||||
* | - replace ->import_needed_pubkeys and ->import_pubkey in favor of | Pascal Rigaux | 2007-12-10 | 3 | -212/+59 |
| | | | | | | | | | | | | | import_needed_pubkeys_from_file() and ->import_pubkey_file (! this breaks API !) - import_pubkey is dropped because it messes to much with rpmlib internals, whereas import_pubkey_file is plain simple - in Signature.pm, dropping compare_pubkeys() options (since they are not used anymore) - import_needed_pubkeys_from_file() may not do a clean job if the pubkey file contains more than one pubkey. | ||||
* | create simpler parse_pubkeys_() | Pascal Rigaux | 2007-12-10 | 1 | -5/+18 |
| | |||||
* | RPMERR_* doesn't exist anymore in rpm.org HEAD | Pascal Rigaux | 2007-12-10 | 1 | -0/+2 |
| | | | | | (nb: this code (rpmErrorWriteTo) is currently only used by Drakx) | ||||
* | simplify | Pascal Rigaux | 2007-12-10 | 1 | -2/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | get rid of fdFileno() | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | - replace fdClose() with Fclose() | Pascal Rigaux | 2007-12-10 | 1 | -10/+10 |
| | | | | | | | - replace fdOpen() with Fopen() (it seems to be mostly the same, but rpm.org has removed fdOpen and fdClose) | ||||
* | introduce some compatibility code with rpm.org | Pascal Rigaux | 2007-12-10 | 2 | -11/+34 |
| | |||||
* | fix rpmCallbackFunction prototype | Pascal Rigaux | 2007-12-10 | 1 | -2/+2 |
| | |||||
* | oops, fix typo in previous commit | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | simplify version comparison using perl "version" objects | Pascal Rigaux | 2007-12-10 | 1 | -15/+19 |
| | |||||
* | simplify: use fdSize() | Pascal Rigaux | 2007-12-10 | 1 | -4/+1 |
| | |||||
* | use rpmlogSetCallback() instead of deprecated rpmErrorSetCallback() | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | use rpmlogMessage() instead of obsolete rpmErrorString() | Pascal Rigaux | 2007-12-10 | 1 | -6/+10 |
| | |||||
* | - create and use write_nocheck() to avoid warn_unused_result | Pascal Rigaux | 2007-12-10 | 1 | -8/+20 |
| | | | | | - add some ifdef RPM_448 around platform thingie | ||||
* | add rpmlog.h for future use | Pascal Rigaux | 2007-12-10 | 1 | -0/+2 |
| | |||||
* | - drop $package->upgrade_files() (unused for a long time afaik) | Pascal Rigaux | 2007-12-05 | 3 | -15/+2 |
| | |||||
* | 2.102.10 | Pascal Rigaux | 2007-11-22 | 2 | -1/+3 |
| | |||||
* | - much simpler --auto-select algorithm | Pascal Rigaux | 2007-11-22 | 2 | -107/+70 |
| | | | | | | (fixes #35718, ie auto-selecting with strict-arch) (!! DANGEROUS CHANGE !!) | ||||
* | workaround buggy apps modifying $_ (#22144) | Pascal Rigaux | 2007-11-09 | 1 | -2/+2 |
| | |||||
* | - rpm 4.5 support (thanks to peroyvind) (#35323) | Pascal Rigaux | 2007-11-09 | 3 | -1/+14 |
| | |||||
* | fix test (#35398) | Pascal Rigaux | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | 2.092.09 | Pascal Rigaux | 2007-11-08 | 2 | -1/+3 |
| | |||||
* | - use a simple function to return simple string list from header | Pascal Rigaux | 2007-11-08 | 2 | -8/+31 |
| | | | | | | (fixes getting >4096 long rpm changelogs) (!! static buffer size limitation in callback_list_str_xpush() should be fixed !!) | ||||
* | fix typo | Olivier Blin | 2007-11-05 | 1 | -1/+1 |
| | |||||
* | 2.082.08 | Pascal Rigaux | 2007-10-24 | 2 | -1/+3 |
| | |||||
* | add to NEWS | Pascal Rigaux | 2007-10-24 | 1 | -0/+2 |
| |