Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RPMTAG_SERIAL (old name of RPMTAG_EPOCH) has been removed in rpm 4.4.3 | Rafael Garcia-Suarez | 2005-12-01 | 1 | -1/+1 |
| | |||||
* | Fix a couple of compilation warnings | Rafael Garcia-Suarez | 2005-11-30 | 1 | -4/+4 |
| | |||||
* | Fix cast error | Rafael Garcia-Suarez | 2005-11-30 | 1 | -3/+3 |
| | |||||
* | Add the RPMPROB_FILTER_DISKNODES flag for running transactions with the | Rafael Garcia-Suarez | 2005-10-10 | 1 | -1/+1 |
| | | | | | | nosize option. Although rpm doesn't seem to use it internally, it sets it on the --ignoresize command-line option. | ||||
* | - add some options to parse_rpm (nomd5, nopayload) | Olivier Thauvin | 2005-09-14 | 1 | -5/+29 |
| | |||||
* | Make URPM::add_macro expand literal \n to \\\n in macro definitions. | Rafael Garcia-Suarez | 2005-09-09 | 1 | -1/+1 |
| | | | | | add URPM::add_macro_noexpand to get the old (rpmlib like) behaviour | ||||
* | Add a "noscripts" option to run transactions. Inhibits pre, preun, post and | Rafael Garcia-Suarez | 2005-09-01 | 1 | -1/+7 |
| | | | | | postun scritps. | ||||
* | correctly handle -1 fileno returned by callback_open | Pascal Rigaux | 2005-08-23 | 1 | -2/+4 |
| | |||||
* | update copyright and maintainer | Rafael Garcia-Suarez | 2005-07-28 | 1 | -1/+1 |
| | |||||
* | Add function rpmErrorWriteTo($fd) | Rafael Garcia-Suarez | 2005-06-30 | 1 | -0/+14 |
| | |||||
* | add rpmErrorString function | Rafael Garcia-Suarez | 2005-06-30 | 1 | -0/+3 |
| | |||||
* | Add a binding for rpm internal debugging function setVerbosity() | Rafael Garcia-Suarez | 2005-06-16 | 1 | -0/+6 |
| | |||||
* | Add the URPM::Package::payload_format method | Rafael Garcia-Suarez | 2005-05-30 | 1 | -0/+8 |
| | |||||
* | Remove rpm 4.0 support | Rafael Garcia-Suarez | 2005-05-02 | 1 | -171/+0 |
| | |||||
* | Remove dead code | Rafael Garcia-Suarez | 2005-05-02 | 1 | -73/+0 |
| | |||||
* | Patch by Olivier Thauvin to adapt URPM for rpm 4.4 | Rafael Garcia-Suarez | 2005-05-02 | 1 | -326/+71 |
| | |||||
* | More RPMSENSE_PREREQ deprecation. (this should do nothing with rpm 4.2) | Rafael Garcia-Suarez | 2005-03-09 | 1 | -1/+1 |
| | |||||
* | Prepare for obsolescence of PREREQ, introduce equivalent RPMSENSE_SCRIPT_* tags | Rafael Garcia-Suarez | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | Add macro handling code from Olivier Thauvin | Rafael Garcia-Suarez | 2005-02-11 | 1 | -0/+30 |
| | |||||
* | Indentation, documentation | Rafael Garcia-Suarez | 2004-11-10 | 1 | -66/+63 |
| | |||||
* | - backport rpmvercmp binding from perl-Hdlist | Olivier Thauvin | 2004-08-29 | 1 | -0/+5 |
| | |||||
* | From now, the nopromoteepoch argument will always default to 1 | Rafael Garcia-Suarez | 2004-08-24 | 1 | -3/+3 |
| | |||||
* | Minor doc fixes | Rafael Garcia-Suarez | 2004-08-24 | 1 | -3/+3 |
| | |||||
* | Don't panic on bad rpm fullnames | Rafael Garcia-Suarez | 2004-08-11 | 1 | -0/+8 |
| | |||||
* | - remove test that can't works | Olivier Thauvin | 2004-08-02 | 1 | -4/+4 |
| | |||||
* | - backward compatibility with perl 5.6 | Olivier Thauvin | 2004-08-02 | 1 | -6/+5 |
| | |||||
* | Add URPM::stream2header (borrowed from perl-Hdlist, thanks to Olivier | Rafael Garcia-Suarez | 2004-07-22 | 1 | -0/+23 |
| | | | | | Thauvin) | ||||
* | - fix segfault in queryformat if tag does not exist (return nothing instead) | Olivier Thauvin | 2004-06-27 | 1 | -1/+3 |
| | |||||
* | Clarify error message when a synthesis file can't be read or gunzipped | Rafael Garcia-Suarez | 2004-06-23 | 1 | -2/+4 |
| | |||||
* | Add a way to downgrade some errors (file not found) to non-fatal | Rafael Garcia-Suarez | 2004-05-06 | 1 | -8/+17 |
| | |||||
* | - make parse.t pass all test | Olivier Thauvin | 2004-04-25 | 1 | -2/+0 |
| | | | | | - add $pkg->queryformat test | ||||
* | - add $pkg->queryformat() function | Olivier Thauvin | 2004-04-25 | 1 | -1/+33 |
| | | | | | - $ûrpm->list_rpm_tag show all tag, value for unparsable tag is 'undef' in hash | ||||
* | - urpm optional arg to Urpm_list_rpm_tag function | Olivier Thauvin | 2004-04-23 | 1 | -1/+5 |
| | |||||
* | Better diagnostics in $package->build_info() | Rafael Garcia-Suarez | 2004-04-22 | 1 | -1/+2 |
| | |||||
* | (return_list_tag) factorize common local variables declaration (though | Thierry Vignaud | 2004-04-22 | 1 | -20/+5 |
| | | | | | it wastes 4 pointer slots on stack in RPMTAG_SUMMARY case) | ||||
* | - return_list_tag is able to return some basic tags from synthesis | Olivier Thauvin | 2004-04-22 | 1 | -7/+61 |
| | |||||
* | - cleaning return_list_tag | Olivier Thauvin | 2004-04-21 | 1 | -47/+21 |
| | |||||
* | - add list_rpm_tag function | Olivier Thauvin | 2004-04-21 | 1 | -0/+11 |
| | |||||
* | Improve some diagnostics | Rafael Garcia-Suarez | 2004-04-15 | 1 | -2/+2 |
| | |||||
* | added support for RH 7.3 | Francois Pons | 2003-12-09 | 1 | -2/+4 |
| | |||||
* | fixed indentation and reworked code to be simpler | Francois Pons | 2003-11-15 | 1 | -85/+83 |
| | |||||
* | applied patch from Olivier Thauvin | Francois Pons | 2003-11-15 | 1 | -0/+168 |
| | |||||
* | added URPM::import_pubkey to import a key (only one) directly to opened rpm | Francois Pons | 2003-08-19 | 1 | -0/+199 |
| | | | | | database or by opening the database on the fly. | ||||
* | fixed files_md5sum returning not the same number as files method. | Francois Pons | 2003-08-11 | 1 | -79/+1 |
| | | | | | removed unsatisfied_requires2 not used (and doing nothing usefull). | ||||
* | 0.91-13mdk | Francois Pons | 2003-07-24 | 1 | -108/+294 |
| | |||||
* | fixed SvPV typos. | Francois Pons | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | starting coding unsatisfied_requires in C, incomplete. | Francois Pons | 2003-07-10 | 1 | -24/+86 |
| | | | | | modified return_list_str to allow getting strings list in C easily and quickly. | ||||
* | make sure a callback parameter is taken into account only if a reference is | Francois Pons | 2003-06-19 | 1 | -13/+14 |
| | | | | | used. | ||||
* | fixed compilation on rpm 4.0.4. | Francois Pons | 2003-06-17 | 1 | -0/+12 |
| | |||||
* | fixed 0.91-2mdk | Francois Pons | 2003-06-17 | 1 | -2/+5 |
| |