Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert commit r4982 on Jun 18 2012 (was: "(push_rflags) factorize code) | Thierry Vignaud | 2012-06-25 | 1 | -0/+2 |
| | | | | thus fixing setting rflags on packages (mga#6532) | ||||
* | 4.84.8 | Thierry Vignaud | 2012-06-22 | 1 | -0/+2 |
| | |||||
* | (parse_synthesis__XS) enable to read xz & bzip2 compressed synthesis | Thierry Vignaud | 2012-06-22 | 1 | -0/+1 |
| | |||||
* | (get_e_v_r) factorize code | Thierry Vignaud | 2012-06-22 | 1 | -0/+1 |
| | |||||
* | (ranges_overlap) switch to use rpmds | Thierry Vignaud | 2012-06-22 | 1 | -0/+2 |
| | | | | | | | | | | should have been done right away 9 years ago instead of reimplementing older rpmRangesOverlap() in commit r11141 by fpons on Tue Apr 29 2003: "first try of 4.2 compatible perl-URPM, missing verify_signature, new version 0.83" francois I hate you! | ||||
* | 4.74.7 | Thierry Vignaud | 2012-06-19 | 1 | -0/+2 |
| | |||||
* | (rpmRunTransactions_callback) workaround changes in rpm-4.10.0 resulting in ↵ | Thierry Vignaud | 2012-06-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | fd leaks (mga#6453) rationale: commit 4c1f7e335de1724661ce63c53186d161ab71a63f changed rpm-4.10 so that fdFree() always return NULL whereas previously it would return the supposedly free'd fd back if the fd had remaining references. This prevent us to call fdClose() thus to really close the fd we should not close fdLink() which set ref counter to 2 anyway... | ||||
* | 4.64.6 | Thierry Vignaud | 2012-06-18 | 1 | -0/+2 |
| | |||||
* | (spec2srcheader) simplify now that we don't support rpm-4.8 anymore | Thierry Vignaud | 2012-06-18 | 1 | -0/+1 |
| | |||||
* | (obsoletes_overlap) drop 'direction' parameter | Thierry Vignaud | 2012-06-18 | 1 | -0/+4 |
| | | | | | | | also fix 'direction' default value for provides_overlap() it was broken since commit r4914 on 2012-06-13: "(provides_overlap) alias it with obsoletes_overlap (saves another 1.1% of code size)" | ||||
* | 4.54.5 | Thierry Vignaud | 2012-06-17 | 1 | -0/+2 |
| | |||||
* | drop support for old mdv2008.0 suggests (RPMTAG_REQUIRENAME + | Thierry Vignaud | 2012-06-17 | 1 | -0/+1 |
| | | | | | | | | | | | RPMSENSE_MISSINGOK) drop suport for old suggests: RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK (as done in Mandriva 2008.0) since mdv 2008.1, we use SuSE style suggets (RPMTAG_SUGGESTSNAME) we don't support them since that (and we dropped them from testsuite in december 2008) | ||||
* | (Pkg_buildarchs) simplify now that all remaining aliases use ↵ | Thierry Vignaud | 2012-06-17 | 1 | -0/+2 |
| | | | | xpush_simple_list_str() | ||||
* | 4.44.4 | Thierry Vignaud | 2012-06-15 | 1 | -0/+2 |
| | |||||
* | (ranges_overlap,obsoletes_overlap) drop unused no_promote parameter | Thierry Vignaud | 2012-06-15 | 1 | -0/+2 |
| | | | | | | | | rationale: it was never set to 0 for nearly a decade this should have been ripped rigth after commit r227323 by pixel on Sep 7 2007: "simplify: nopromoteepoch is always 1 (no caller ever define it)" | ||||
* | simplify using RPMTAG_NVR | Thierry Vignaud | 2012-06-15 | 1 | -0/+2 |
| | |||||
* | 4.34.3 | Thierry Vignaud | 2012-06-14 | 1 | -0/+2 |
| | |||||
* | (return_files) use proper accessors in the RPMTAG_OLDFILENAMES case | Thierry Vignaud | 2012-06-14 | 1 | -0/+1 |
| | |||||
* | (_run_cb_while_traversing) introduce this helper | Thierry Vignaud | 2012-06-14 | 1 | -0/+1 |
| | |||||
* | (get_fullname_parts) fix a very old segfault in unused code | Thierry Vignaud | 2012-06-14 | 1 | -0/+2 |
| | | | | | rationale: .info is set only if filled by pack_header() from header tags or by parse_line() (from a synthesis) | ||||
* | log more changes | Thierry Vignaud | 2012-06-13 | 1 | -0/+1 |
| | |||||
* | 4.24.2 | Thierry Vignaud | 2012-06-13 | 1 | -0/+2 |
| | |||||
* | (Db_create_transaction) remove 'prefix' paremter which is unused for 9 years, | Thierry Vignaud | 2012-06-13 | 1 | -0/+1 |
| | | | | | | | since commit r11141 by fpons on Apr 29 2003: "first try of 4.2 compatible perl-URPM" warning: this break compatibility with urpmi! | ||||
* | (provides_overlap) alias it with obsoletes_overlap | Thierry Vignaud | 2012-06-13 | 1 | -0/+2 |
| | | | | (saves another 1.1% of code size) | ||||
* | 4.14.1 | Thierry Vignaud | 2012-06-11 | 1 | -0/+2 |
| | |||||
* | fix importing pubkeys with rpm-4.10.0 (eg: when adding media) | Thierry Vignaud | 2012-06-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | (ts_nosignature) return old values of ts->vsflags (Db_traverse,Db_traverse_tag,Db_traverse_tag_find) restore previous ts->vsflags issue introduced in commit r22930 by nanardon on Mar 1 2007: "- make read_config_files() the load error code - URPM::read_config_files return success true/false - load config file at module load - the config is tagged as load only in case of success, so reloading after error will retry anyway" looks like an optimisation silently added with that commit for faster DB traversing; up to rpm-4.9.x, this was OK, but rpm-4.10.0 now refuses to load the keyring if signature checking is disabled, which fails importing the key | ||||
* | (import_pubkey) drop it (this function is dead for 5 years) | Thierry Vignaud | 2012-06-11 | 1 | -0/+2 |
| | |||||
* | fix date | Thierry Vignaud | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | 4.04.0 | Thierry Vignaud | 2012-06-08 | 1 | -0/+2 |
| | |||||
* | alias many flags setters (16% code saved with previous commit) | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | |||||
* | drop URPM::Query as: | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | | | | | 1) it's unused by anything in the distro 2) it's broken since 2008-12-09 as list_rpm_tag() die | ||||
* | drop support for rpm-4.8.x | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | |||||
* | (platformscore) kill unimplemented function | Thierry Vignaud | 2012-06-08 | 1 | -0/+2 |
| | | | | | (dead since commit r232405 by pixel on Dec 10 2007: "introduce some compatibility code with rpm.org") | ||||
* | include older NEWS | Thierry Vignaud | 2012-03-20 | 1 | -0/+799 |
| | |||||
* | 3.403.40 | Thierry Vignaud | 2012-03-16 | 1 | -0/+2 |
| | |||||
* | (URPM::traverse_tag_find) add it for urpme --env | Thierry Vignaud | 2012-03-16 | 1 | -0/+2 |
| | |||||
* | 3.393.39 | Thierry Vignaud | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | fix spacing | Thierry Vignaud | 2012-02-22 | 1 | -1/+1 |
| | |||||
* | (update_header) get real file size from actual package file | Thierry Vignaud | 2012-02-22 | 1 | -0/+1 |
| | | | | (thus enabling to put real package file sizes in synthesis) | ||||
* | (update_header) do not add FILENAME_TAG to hdlist anymore (unused since mdv2008) | Thierry Vignaud | 2012-02-22 | 1 | -0/+1 |
| | |||||
* | (_find_packages_obsoleting) fix for a rare unreproductable crash (mga#4425) | Thierry Vignaud | 2012-02-15 | 1 | -0/+2 |
| | |||||
* | 3.38.83.38.8 | Thierry Vignaud | 2012-02-07 | 1 | -0/+2 |
| | |||||
* | (open_archive) switch from forking unpacker to using librpm | Thierry Vignaud | 2012-02-07 | 1 | -0/+2 |
| | |||||
* | 3.38.73.38.7 | Thierry Vignaud | 2012-02-07 | 1 | -0/+2 |
| | |||||
* | (find_required_package) really prefer packages from first media, thus | Thierry Vignaud | 2012-02-07 | 1 | -0/+2 |
| | | | | fixing downloading noarch packages from 32 bit repository (mga#1603) | ||||
* | (_selected_size_filesize) fix computing size of added/freed disk space | Thierry Vignaud | 2012-02-07 | 1 | -0/+2 |
| | | | | | | when updating involves removing some packages (mga#4427) (bug introduced by fpons in r11176 on Jun 26 2003 ("0.91-7mdk")) | ||||
* | log previous changes | Thierry Vignaud | 2012-02-01 | 1 | -0/+2 |
| | |||||
* | 3.38.63.38.6 | Olivier Blin | 2012-01-15 | 1 | -0/+2 |
| | |||||
* | support kernel 3.x in kmod resolution | Olivier Blin | 2012-01-15 | 1 | -0/+2 |
| | |||||
* | 3.38.53.38.5 | Thierry Vignaud | 2011-12-19 | 1 | -0/+2 |
| |