Package rpminstall-tests: Information

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

Source package: rpminstall-tests
Version: 1.1.3-alt4
Latest version according to Repology
Build time:  Jun 4, 2019, 04:31 PM in the task #231472
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


June 4, 2019 Ivan Zakharyaschev 1.1.3-alt4
- To catch more errors:
  + upgradable.mk strictly_newer_* helpers:
    a special reason for xfailing just the asymmetry test.
  (The tests failing for other reasons will just fail rather than xfail.)
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.)
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).