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

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

Исходный пакет: rpminstall-tests
Версия: 1.1.3-alt3
Последняя версия по данным Repology
Собран:  3 июня 2019 г. 16:16 в задании #231356
Сообщить об ошибке в пакете
Лицензия: 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-checkinstall (noarch)

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

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

Права:
Ivan Zakharyaschev
@everybody

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

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


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.)
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).
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.