Package rpminstall-tests: Information

    Source package: rpminstall-tests
    Version: 1.1.3-alt3.M80P.1.M80C.1
    Build time:  Jun 11, 2019, 12:18 AM in the task #231512
    Report package bug
    License: GPLv2+
    Summary: Tests for rpm: how it interprets packages when installing
    Description: 
    Tests for rpm: how it interprets packages when installing.
    
    Now, it tests how various forms of constraints (Requires, Conflicts, Obsoletes)
    are interpreted when they are installed together with packages with
    various forms of matching Provides.
    
    More tests can appear.

    List of rpms provided by this srpm:
    rpminstall-tests (noarch)
    rpminstall-tests-checkinstall (noarch)

    Maintainer: Ivan Zakharyaschev

    List of contributors:
    Ivan Zakharyaschev

      1. rpm-build-licenses

    Last changed


    June 4, 2019 Ivan Zakharyaschev 1.1.3-alt3.M80P.1.M80C.1
    - Build for c8.1, c7.1.
    June 4, 2019 Ivan Zakharyaschev 1.1.3-alt4
    - To catch more errors:
      + in upgradable.mk strictly_newer_* helpers, separated the xfail reasons:
        a special reason for xfailing just the asymmetry test
        (i.e., a pair of pkgs non-upgradable in bad direction),
        and another one for xfailing just the upgrade test
        (i.e., the same pair of pkgs upgradable in good direction).
      (Now, the tests failing for one of the two reasons which is not marked as xfail
      will just fail rather than xfail. Previously, we couldn't distinguish them
      and could overlook a real unexpected failure.)
    April 26, 2019 Ivan Zakharyaschev 1.1.3-alt3
    - To catch more errors (evidenced by file conflicts during rpm -U),
      now the package template includes a file with a unique value.
      (This runs more slowly.) (Suggested by Vladimir Seleznev.)