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

    Бинарный пакет: rpm-build
    Версия: 4.0.4-alt170.E2K.5
    Архитектура: e2k
    Собран:  11 января 2024 г. 23:33
    Исходный пакет: rpm-build
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.rpm.org/

    Лицензия: GPLv2+
    О пакете: Scripts and executable programs used to build packages
    Описание: 
    This package contains scripts and executable programs that are used to
    build packages using RPM.

    Сопровождающий: Michael Shigorin


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


    11 января 2024 г. Michael Shigorin 4.0.4-alt170.E2K.5
    - E2K: partial backport of 4.0.4-alt170.3
      + backport support of tilde in version & release (ALT#46585), thx vt@
      + platform.in: add more systemd macros
      + excluding 4.0.4.186-alt1 merge and debuginfo bits:
        that'd rather need porting e2k patches onto the current p10 source tree
    8 июня 2023 г. Michael Shigorin 4.0.4-alt170.E2K.4
    - E2K: backports from 4.0.4-alt170.2 except debuginfo and archaelogy
      (which is a backport of 4.0.4.186-alt1 bits except LTO in its turn):
      + use file4 instead of file
      + platform.in: added %pre_service_stop_posttrans_start and
        %post_service_posttrans_restart
      + build: fixed double timezone adjustment of CHANGELOGTIME tag value
      + backport packaging '%pretrans' Lua scriptlets (ALT#36628)
      + systemd-services.req.in: fixed autoreq for systemd units
    28 октября 2022 г. Michael Shigorin 4.0.4-alt170.E2K.3
    - scripts: replaced "egrep" with "grep -E", "fgrep" with "grep -F" (ldv@).