Пакет rpminstall-tests: Информация

  • Default inline alert: Версия в репозитории: 1.1.3-alt8

Исходный пакет: rpminstall-tests
Версия: 1.1.3-alt5
Последняя версия по данным Repology
Собран:  3 июля 2020 г. 18:15 в задании #254176
Сообщить об ошибке в пакете
Лицензия: GPLv2+
О пакете: Tests for rpm: how it interprets packages when installing
Описание: 
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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
rpminstall-tests (noarch)
rpminstall-tests-archcompat-checkinstall (noarch)
rpminstall-tests-archcompat-with-proc-checkinstall (noarch)
rpminstall-tests-checkinstall (noarch)

Сопровождающий: Ivan Zakharyaschev

Список участников:
Ivan Zakharyaschev

Права:
Ivan Zakharyaschev
@everybody

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

Последнее изменение


30 июня 2020 г. Ivan Zakharyaschev 1.1.3-alt5
- Also test the compatibility between `uname -m`, rpmbuild, and rpm -i.
  (A separate archcompat-checkinstall subpkg does this.)
- First, run a simple test (to fail fast).
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.)
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.)