Package rpminstall-tests: Information

  • Default inline alert: Version in the repository: 1.1.3-alt8

Source package: rpminstall-tests
Version: 1.1.3-alt2
Latest version according to Repology
Build time:  Apr 1, 2019, 01:17 AM in the task #225784
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

ACL:
Ivan Zakharyaschev
@everybody

    1. make
    2. tmpdir.sh
    3. rpm-build
    4. rpm-build-licenses

Last changed


March 27, 2019 Ivan Zakharyaschev 1.1.3-alt2
- (.spec) Factored out /usr/sbin/sh-safely (checkinstall-helper-sh-safely pkg)
  from %pre of the checkinstall subpkg.
- In the tests, used the common /bin/tmpdir.sh (from tmpdir.sh pkg).
March 13, 2019 Ivan Zakharyaschev 1.1.3-alt1
- New tests for disttag comparison with the obsolete (.) and current format (+)
  (Correct comparison would rely on a fix or a new feature in rpm:
  %_priority_distbranch.)
- New tests for the %_priority_distbranch feature in normal situation.
- The reasons of the currently XFAILing tests (with rpm-4.13.0.1-alt6):
  1. upgrade w.r.t. buildtime is not a strict order;
  2. upgrade w.r.t. disttag:
    2a. not a strict order;
    2b. %_priority_distbranch not honored;
    2c. unrecognized disttag format is not "older"
        than a disttag with a recognized branch prefix;
  3. upgrade w.r.t. disttag fails in non-standard configuration
     without honor_buildtime;
  4. obsoleting an exact disttag (which is an unrealistic situation)
     doesn't work;
  5. mishandled elusive dep with a release but no epoch.
Feb. 28, 2019 Ivan Zakharyaschev 1.1.2-alt1
- Tests for upgradability according to the disttag. (XFAIL: incorrect
  behavior in rpm-4.13.0.1-alt5, but different in 4.0.4-alt101.M80P.5;
  XFAIL: fails in non-standard configuration without honor_buildtime.)
- Extended the tests for the overlapping of constraints and packages
  with cases of "elusive deps" (a dependency with a release, but no epoch:
  should it match any epoch? Marked XFAIL for now.)