Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add back support for foo > 5 in property2name* | Pascal Terjan | 2022-12-19 | 2 | -10/+20 |
| | | | | | | | This is used internally to create search queries. At the same time update synthesis tests to be more representative by using foo[< 5] syntax which has been what is genereated for many many years. | ||||
* | Fix parsing of properties containing [topic/parse_property | Pascal Terjan | 2022-11-01 | 2 | -2/+96 |
| | | | | | | | | | | | | | | | For example, the name extracted from a requirement of "python3.10dist(fonttools[unicode])[>= 4.10]" was sometimes "python3.10dist(fonttools" instead of the expected "python3.10dist(fonttools[unicode])". Code parsing such strings existed in many places, it now exists only in 2 places, a perl version in Resolve.pm and a C version in URPM.xs. Both codes used to handle both "foo >= 0" and "foo[>= 0]" but at least the perl code seems to only call it on provides/conflicts/obsoletes which are always using the second form so the support for it was dropped from the perl version for the sake of simplicity. | ||||
* | Do not run Kwalitee test by default | Thierry Vignaud | 2020-05-06 | 1 | -0/+2 |
| | |||||
* | add kwality test | Thierry Vignaud | 2020-05-04 | 1 | -0/+7 |
| | |||||
* | fix testing on pre UsrMove Linuxes (eg: mga2) | Thierry Vignaud | 2020-04-29 | 1 | -1/+1 |
| | |||||
* | make test more universal | Thierry Vignaud | 2020-01-17 | 1 | -2/+2 |
| | |||||
* | fix a test on Fedora where perl main package is perl-interpreter | Thierry Vignaud | 2020-01-17 | 1 | -2/+3 |
| | |||||
* | Workaround CPAN testers that run FreeBSD (RT#131162) | Thierry Vignaud | 2020-01-07 | 1 | -0/+3 |
| | | | | | The proper fix would be to patch /usr/lib/rpm/brp-strip-static-archive in order to behave on FreeBSD like on Darwin | ||||
* | skip failing tests on *BSD | Thierry Vignaud | 2017-11-06 | 2 | -3/+8 |
| | |||||
* | skip all rpmdb tests on Debian/Ubutun | Thierry Vignaud | 2017-11-06 | 1 | -1/+6 |
| | | | | | rationale: they've patched rpm to use a user private rpmdb so most tests will fail (no installed package, no perl, ...) | ||||
* | Revert "workaround perl-5.26 vs librpm bug" | Thierry Vignaud | 2017-09-14 | 1 | -4/+0 |
| | | | | | This reverts commit 4cb2fcc5bf443de9f3f05fe085c42a317101321b. This is no more needed as of rpm-4.14.0-0.rc1.3.mga7 | ||||
* | workaround perl-5.26 vs librpm bug | Thierry Vignaud | 2017-07-22 | 1 | -0/+4 |
| | | | | | which results in the following on exit cleanup: 'panic: free from wrong pool, 0!=6c7010 during global destruction.' | ||||
* | fix test failure with perl-5.26 | Thierry Vignaud | 2017-07-21 | 1 | -2/+2 |
| | |||||
* | Revert "prevent distepoch & disttag to be added and appended to package ↵ | Thierry Vignaud | 2016-10-14 | 1 | -5/+0 |
| | | | | | | filename" This reverts commit a4b836dfe43cf1a498e93094d54d498a55142fef. | ||||
* | kill useless "$Id: " lines | Thierry Vignaud | 2014-05-09 | 2 | -2/+0 |
| | | | | they're obsolete since switching to git | ||||
* | add a test for payload_format() | Thierry Vignaud | 2013-02-05 | 1 | -1/+2 |
| | |||||
* | check ->arch on a source package header too | Thierry Vignaud | 2012-08-24 | 1 | -1/+8 |
| | |||||
* | build a SRPM too | Thierry Vignaud | 2012-08-24 | 1 | -3/+5 |
| | |||||
* | test ->arch on a spec file header | Thierry Vignaud | 2012-08-24 | 1 | -1/+2 |
| | |||||
* | Oops revert modified test | Pascal Terjan | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | Don't read/write after the string when the synthesis is slightly malformed | Pascal Terjan | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | add spacing | Thierry Vignaud | 2012-08-10 | 1 | -0/+2 |
| | |||||
* | fix warning | Thierry Vignaud | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | style | Thierry Vignaud | 2012-06-25 | 3 | -5/+5 |
| | |||||
* | check flag getters & setters | Thierry Vignaud | 2012-06-25 | 1 | -0/+69 |
| | |||||
* | (parse_synthesis__XS) enable to read xz & bzip2 compressed synthesis | Thierry Vignaud | 2012-06-22 | 1 | -4/+14 |
| | |||||
* | do not load unused URPM::Query | Thierry Vignaud | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | (is_platform_compat) kill unimplemented function (dead since switch to | Thierry Vignaud | 2012-06-08 | 1 | -8/+1 |
| | | | | rpm.org in 2007) | ||||
* | help perl_checker | Thierry Vignaud | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | kill a warning during tests | Thierry Vignaud | 2012-06-08 | 1 | -0/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-04 | 2 | -2/+2 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r419 | dmorgan | 2011-02-04 13:41:50 +0000 (Fri, 04 Feb 2011) | 1 line Import cleaned perl-URPM ------------------------------------------------------------------------ | ||||
* | really clean up temporary files & directories properly | Per Øyvind Karlsen | 2009-07-22 | 2 | -8/+8 |
| | |||||
* | prevent distepoch & disttag to be added and appended to package filename | Per Øyvind Karlsen | 2009-07-22 | 1 | -0/+5 |
| | |||||
* | revert wrong commit | Pascal Rigaux | 2008-12-09 | 1 | -5/+4 |
| | |||||
* | correctly clean temp directories | Pascal Rigaux | 2008-12-09 | 1 | -4/+5 |
| | |||||
* | - don't handle %_sourcedir specially, it's not needed | Pascal Rigaux | 2008-12-09 | 1 | -2/+2 |
| | | | | | | - use an absolute filename for %_topdir, it seems to help (bug in rpm 4.6.0-rc1?) | ||||
* | - list_rpm_tag() is no more | Pascal Rigaux | 2008-12-09 | 1 | -8/+1 |
| | | | | | - remove a failing test (old) | ||||
* | adapt tests to ->compare change | Pascal Rigaux | 2008-06-24 | 1 | -9/+15 |
| | |||||
* | do not do "uniq" on "fullname" since gpg-pubkey-xxxxxxxx-xxxxxxxx can be ↵ | Pascal Rigaux | 2008-02-25 | 1 | -3/+2 |
| | | | | installed twice | ||||
* | test is_platform_compat() only on jbj's rpm | Pascal Rigaux | 2007-12-14 | 1 | -1/+8 |
| | |||||
* | fix test (#35398) | Pascal Rigaux | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | - fix bug in sort_graph (used by build_transaction_set) | Pascal Rigaux | 2007-09-03 | 1 | -3/+65 |
| | |||||
* | add a test | Pascal Rigaux | 2007-09-03 | 1 | -0/+14 |
| | |||||
* | - add Pkg_is_platform_compat() and Urpm_platformscore() coming with rpm 4.4.8 | Olivier Thauvin | 2007-07-04 | 1 | -1/+2 |
| | |||||
* | - make is_arch_compat rpm 4.4.8 compliant | Olivier Thauvin | 2007-06-19 | 1 | -1/+2 |
| | |||||
* | - chdir "t" | Pascal Rigaux | 2007-01-15 | 1 | -14/+16 |
| | | | | | - remove temporary "headers/" | ||||
* | work in directory "t" | Pascal Rigaux | 2007-01-15 | 1 | -2/+3 |
| | |||||
* | move test-rpm.spec into t/ | Pascal Rigaux | 2007-01-15 | 3 | -2/+38 |
| | |||||
* | - use our own tmppath (Patrice Dumas) | Pascal Rigaux | 2007-01-15 | 1 | -2/+5 |
| | | | | | - remove temporary build directories | ||||
* | - much stricter synthesis parsing. fail on first error | Pascal Rigaux | 2006-12-04 | 3 | -10/+17 |
| | | | | | - add test using a buggy synthesis that occured on kenobi |