aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.09.2topic/2.09Pascal Rigaux2008-02-262-1/+3
|
* - fix regression in ->parse_rpm (introduced in 2.09.1) Pascal Rigaux2008-02-262-0/+3
| | | | | | | (was breaking genhdlist2 and mkcd) (backport from HEAD)
* - add filesize to synthesis, add ->filesize to get it, and addPascal Rigaux2008-02-254-2/+54
| | | | | | | selected_size_filesize() to compute the sum (backport from HEAD)
* do not do "uniq" on "fullname" since gpg-pubkey-xxxxxxxx-xxxxxxxx can be ↵Pascal Rigaux2008-02-251-3/+2
| | | | | | | installed twice (backport from HEAD)
* reverting to r232566Pascal Rigaux2008-02-256-68/+59
|\
* | do not do "uniq" on "fullname" since gpg-pubkey-xxxxxxxx-xxxxxxxx can be ↵Pascal Rigaux2008-02-251-3/+2
| | | | | | | | | | | | | | installed twice (backport from HEAD)
* | since ->filename is deprecated, do not use it, esp where not neededPascal Rigaux2008-02-251-3/+0
| | | | | | | | | | (backported from HEAD)
* | 2.09.2Pascal Rigaux2008-02-252-1/+3
| |
* | - add filesize to synthesis, add ->filesize to get it, and addPascal Rigaux2008-02-253-5/+49
| | | | | | | | | | | | | | selected_size_filesize() to compute the sum (backport from HEAD)
* | - do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore,Pascal Rigaux2008-02-254-48/+15
|/ | | | | | | | deprecate ->filename and ->header_filename, deprecate URPM::Build build_hdlist and parse_rpms_build_headers (backport from HEAD, needed for next commit)
* fix previous commit: always skip the test, but do it explictly otherwise thePascal Rigaux2007-12-171-0/+1
| | | | | count of tests is wrong
* 2.09.1Pascal Rigaux2007-12-172-1/+3
|
* - suggests: Pascal Rigaux2007-12-172-16/+22
| | | | | | | | handle both RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0) and RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK (as done in Mandriva 2008.0) (backport from HEAD)
* is_platform_compat doesn't exist prior to rpm 4.4.8. ensure "make test" worksPascal Rigaux2007-12-171-1/+0
| | | | | on 4.4.6
* don't crash when header is not available (fixes synthesis.t with rpm 4.4.2.2)Pascal Rigaux2007-12-171-1/+1
| | | | | (backport from HEAD)
* fix rpmCallbackFunction prototypePascal Rigaux2007-12-171-2/+2
| | | | | (backport from HEAD)
* simplify: use fdSize()Pascal Rigaux2007-12-171-4/+1
| | | | | (backport from HEAD)
* use rpmlogSetCallback() instead of deprecated rpmErrorSetCallback()Pascal Rigaux2007-12-171-1/+1
| | | | | (backport from HEAD)
* use rpmlogMessage() instead of obsolete rpmErrorString()Pascal Rigaux2007-12-171-6/+10
| | | | | (backport from HEAD)
* add rpmlog.h for future usePascal Rigaux2007-12-171-0/+2
| | | | | (backport from HEAD)
* - create and use write_nocheck() to avoid warn_unused_resultPascal Rigaux2007-12-171-8/+20
| | | | | | | - add some ifdef RPM_448 around platform thingie (backport from HEAD)
* workaround buggy apps modifying $_ (#22144)Pascal Rigaux2007-11-091-2/+2
|
* - rpm 4.5 support (thanks to peroyvind) (#35323)Pascal Rigaux2007-11-093-1/+14
|
* fix test (#35398)Pascal Rigaux2007-11-091-1/+1
|
* 2.092.09Pascal Rigaux2007-11-082-1/+3
|
* - use a simple function to return simple string list from header Pascal Rigaux2007-11-082-8/+31
| | | | | | (fixes getting >4096 long rpm changelogs) (!! static buffer size limitation in callback_list_str_xpush() should be fixed !!)
* fix typoOlivier Blin2007-11-051-1/+1
|
* 2.082.08Pascal Rigaux2007-10-242-1/+3
|
* add to NEWSPascal Rigaux2007-10-241-0/+2
|
* fix build on rpm 4.4.2Pascal Rigaux2007-10-161-0/+2
|
* 2.072.07Pascal Rigaux2007-10-012-1/+3
|
* - prefer precompiled kmod packages corresponding to installed kernelsPascal Rigaux2007-10-012-3/+25
|
* move _find_required_package__kernel_source() out ofPascal Rigaux2007-10-011-5/+5
| | | | | _find_required_package__sort() (since it's not really a sort)
* re-indentPascal Rigaux2007-10-011-4/+4
|
* create _find_required_package__kernel_source() out of ↵Pascal Rigaux2007-10-011-25/+28
| | | | _find_required_package__sort()
* - don't resolve suggested virtual packages if already installed (#34376)Pascal Rigaux2007-10-012-0/+10
|
* 2.06Pascal Rigaux2007-09-282-1/+3
|
* - also handle promotion via obsolete for conflictsPascal Rigaux2007-09-282-0/+7
|
* create _find_packages_obsoleting() out of _handle_diff_provides()Pascal Rigaux2007-09-281-8/+16
|
* cleanup (and prepare next commit)Pascal Rigaux2007-09-281-6/+8
|
* 2.052.062.05Pascal Rigaux2007-09-282-1/+3
|
* - package promotion must respect strict_archPascal Rigaux2007-09-282-2/+15
|
* prepare next commit:Pascal Rigaux2007-09-281-5/+9
| | | | | | - rename strict_arch_check() into strict_arch_check_installed() - create strict_arch()
* - enhance sorted graph by better taking into account conflicts from ↵Pascal Rigaux2007-09-282-1/+12
| | | | | | | state->{rejected} (fixes "big transaction" in urpmi split-transactions--strict-require.t test)
* - create _add_group() out of sort_graph() for future usePascal Rigaux2007-09-281-25/+26
| | | | | - cleanup
* move things (prepare for next commit)Pascal Rigaux2007-09-281-3/+3
|
* indent debug message so that "conflict above" message can still be meaningfulPascal Rigaux2007-09-281-1/+1
|
* more debug messagePascal Rigaux2007-09-281-3/+11
|
* simplify (don't compute twice $_->fullname ne $p->fullname when we alreadyPascal Rigaux2007-09-281-3/+2
| | | | | know $_->name ne $p->name)
* 2.042.04Pascal Rigaux2007-09-272-1/+3
|