summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge obsoletion tests sharing built content to single groupPanu Matilainen2020-06-231-15/+5
* Run CI test-suite in parallel, limit parallelism to $(nproc)Panu Matilainen2020-06-231-1/+1
* Remove now redundant TOPDIR removals from testsPanu Matilainen2020-06-2314-220/+0
* Execute tests in independent testing roots to enable parallel runningPanu Matilainen2020-06-234-7/+35
* Don't assume pre-existing /opt in replace testsPanu Matilainen2020-06-231-2/+2
* Use testroot, not host configuration for finding lua init directoryPanu Matilainen2020-06-231-1/+1
* Run tests sharing built material as groupsPanu Matilainen2020-06-232-61/+43
* Add missing RPMDB_INIT wherever we write something in the testsPanu Matilainen2020-06-236-1/+117
* Merge RPMDB_CLEAR into RPMDB_INIT, they're never used separatelyPanu Matilainen2020-06-2318-236/+1
* Always refer to our testing root directory via ${RPMTEST}Panu Matilainen2020-06-234-89/+89
* Fix data race in packageBinaries() functionTom Stellard2020-06-231-1/+1
* Fix .debug_macro test with clangTom Stellard2020-06-231-2/+7
* Fix completely broken prefix search on sqlite backendPanu Matilainen2020-06-231-24/+27
* Fail the build if %_build_pkgcheck_set failedMikhail Novosyolov2020-06-231-3/+4
* metainfo.attr: Fix execution of the generatorIgor Raits2020-06-231-1/+1
* Fix python ts.addErase() not raising exception on not-found packagesPanu Matilainen2020-06-232-11/+37
* Unify Python addInstall/Reinstall/Erase exception message formatPanu Matilainen2020-06-232-6/+9
* Don't auto-enable IO flushing on non-rotational disksPanu Matilainen2020-06-232-6/+2
* Fix: bump up the limit of signature header to 64MBHongxu Jia2020-06-231-1/+1
* Add a pre-flight check for removed packages tooPanu Matilainen2020-06-232-1/+24
* Refactor pre-flight checks for added packages to helper functionPanu Matilainen2020-06-231-42/+54
* rpmbuild: Do not create a %_sourcedir / %_specdirIgor Raits2020-06-231-38/+10
* rpmbuild: Create full build tree after parsing a spec fileIgor Raits2020-06-231-5/+8
* Preparing for rpm 4.16.0-beta1Panu Matilainen2020-05-2838-12059/+12408
* Bump CI Fedora version from 31 to 32 aka latest stablePanu Matilainen2020-05-281-1/+1
* Support rpm version comparison in expressionsPanu Matilainen2020-05-273-11/+78
* Handle expression value reset centrallyPanu Matilainen2020-05-271-6/+9
* Refactor expression parser comparisons to use common logic for all typesPanu Matilainen2020-05-271-52/+41
* Support EVR strings to Python labelCompare()Panu Matilainen2020-05-272-12/+12
* Add Python bindings for the new version APIPanu Matilainen2020-05-276-1/+242
* Fix Lua rpm.vercmp() to compare actual EVRs instead of segments (#897)Panu Matilainen2020-05-271-6/+16
* Refactor python labelCompare() to use the new version API, add more testsPanu Matilainen2020-05-272-23/+36
* Refactor rpmdsCompare() to use the new version APIPanu Matilainen2020-05-271-99/+7
* Add (beginnings of) a rpm version API (parsing, comparison)Panu Matilainen2020-05-275-2/+296
* Axe --nopromote and most of the related infrastructurePanu Matilainen2020-05-277-69/+23
* Consolidate our Lua-bindings to librpmio now that we canPanu Matilainen2020-05-275-68/+19
* Move rpmvercmp() to librpmioPanu Matilainen2020-05-278-12/+30
* Move rpmVersionCompare() to headerutil.c for better layer matchPanu Matilainen2020-05-272-20/+21
* scripts/pythondistdeps: Modify handling of dev versionsTomas Orsava2020-05-271-1/+1
* scripts/pythondistdeps: Version handling exception with better informationTomas Orsava2020-05-271-1/+5
* scripts/pythondistdeps: Do anything only when called as a main scriptTomas Orsava2020-05-271-258/+261
* scripts/pythondistdeps: Implement --normalized-name-* optionsTomas Orsava2020-05-271-28/+58
* scripts/pythondistdeps: Add option to generate major-version provides only fo...Tomas Orsava2020-05-271-4/+18
* scripts/pythondistdeps: Sort generated provides/requiresTomas Orsava2020-05-271-1/+2
* scripts/pythondistdeps: Notes from an attempted rewrite to importlib.metadataTomas Orsava2020-05-271-0/+7
* scripts/pythondistdeps: "Fix" support of environment markersTomas Orsava2020-05-271-0/+14
* scripts/pythondistdeps: Also provide pythonXdist() with PEP 503 normalized namesTomas Orsava2020-05-271-0/+23
* Support ed25519 signatures in digest_libgcrypt.cMichael Schroeder2020-05-261-0/+145
* Support ed25519 signatures in digest_openssl.cMichael Schroeder2020-05-261-0/+119
* Support the EdDSA public key algorithmMichael Schroeder2020-05-267-10/+77