Package rpm: Information

    Source package: rpm
    Version: 4.0.4-alt100.77.M70P.1
    Build time:  Jan 18, 2019, 03:40 PM in the task #217420
    Report package bug
    License: GPL
    Summary: The RPM package management system
    Description: 
    The RPM Package Manager (RPM) is a powerful command line driven
    package management system capable of installing, uninstalling,
    verifying, querying, and updating software packages.  Each software
    package consists of an archive of files along with information about
    the package like its version, a description, etc.

    List of rpms provided by this srpm:
    librpm (x86_64, i586)
    librpm-debuginfo (x86_64, i586)
    librpm-devel (x86_64, i586)
    librpm-devel-static (x86_64, i586)
    librpmbuild (x86_64, i586)
    librpmbuild-debuginfo (x86_64, i586)
    python-module-rpm (x86_64, i586)
    python-module-rpm-debuginfo (x86_64, i586)
    rpm (x86_64, i586)
    rpm-build (x86_64, i586)
    rpm-build-debuginfo (x86_64, i586)
    rpm-debuginfo (x86_64, i586)
    rpm-static (x86_64, i586)
    rpm-static-debuginfo (x86_64, i586)

    Maintainer: Ivan Zakharyaschev


      1. libselinux-devel >= 2.0.96
      2. liblzma-devel-static
      3. libelf-devel-static
      4. autoconf >= 2.53
      5. automake >= 1.7.1
      6. /usr/bin/subst
      7. bzlib-devel-static
      8. rpm >= 3.0.6-ipl24mdk
      9. elfutils-devel
      10. coreutils >= 6.0
      11. libpopt-devel-static
      12. python-devel
      13. libbeecrypt-devel-static >= 4.2.1
      14. zlib-devel-static
      15. libdb4.7-devel-static

    Last changed


    Dec. 7, 2018 Ivan Zakharyaschev 4.0.4-alt100.77.M70P.1
    Merged rpm-build-4.0.4-alt102 into c7.1 (everything except for xz compression,
      LD_PRELOAD in verify-elf, new %_deps_optimization values,
      and separating rpm & -build):
    [4.0.4-alt101]
    - verify-elf: made verify_lfs check shared objects too.
    - Relaxed check for gcc package name in {cpp,pkgconfiglib}.req generators.
    [4.0.4-alt100.99]
    - Updated generator of non-LFS functions list.
    [4.0.4-alt100.97]
    - fixup-libraries: fixed recognition of PIEs.
    - verify-elf: treat PIEs as executables in the check for unresolved symbols.
    [4.0.4-alt100.96.M80P.1]
    - verify-elf: correctly handle grep's status in practically impossible cases.
    [4.0.4-alt100.96]
    - verify-elf: don't confuse the initial verify_rpath() in case
      of two RUNPATH/RPATHs (ALT#32826).
    [4.0.4-alt100.95]
    - verify-elf: honor RUNPATH in addition to RPATH, too (like in lib.req).
    - (unnoticeable) shell.req: generalize the shebang regexp w.r.t. other
      hardcoded locations of /usr/bin/env. (No need to be too strict here:
      shebang.req should catch bad locations. It's not our job.)
    - %distribution: ALT Linux --> ALT (ALT#32707).
    [4.0.4-alt100.94]
    - shell.req: use the version of (ba|)sh from the shebang.
    - find-{requires,provides}: run all scripts even for empty lists of files.
    [4.0.4-alt100.93]
    - find-requires fixed for packages consisting completely of symlinks.
    [4.0.4-alt100.92
    - find-requires: treat symlinks leading to some real content all way
      through the same package as that content ("percolation via symlinks").
    - find-{requires,provides}: in case of an error in it, the pipe to it
      will be broken (must not change the visible behavior of rpm-build).
    [4.0.4-alt100.90]
    - lib.req: made "no symbol bindings" condition fatal.
    - relative: fixed potential heap buffer overflow.
    - rpmrc.in: armv7: do not force FPU kind, rely on compiler defaults.
    [4.0.4-alt100.89]
    - brp-bytecompile_python: exclude paths listed
      in $RPM_PYTHON3_COMPILE_INCLUDE (ALT#28606).
    [4.0.4-alt100.86]
    - Made rpm2cpio exit code accurate for large packages.
    [4.0.4-alt100.85]
    - Added aarch64 architecture support.
    [4.0.4-alt100.84]
    - set.c: rewritten without nested functions.
    - find-package: added support for newer naming of gcc and
      libstdc++-devel.
    [4.0.4-alt100.83]
    - platform.in: added support for gcc >= 5.
    [4.0.4-alt100.81]
    - librpmbuild: rewritten without using nested functions.
    - verify-elf: fixed regression in verify_lfs.
    [4.0.4-alt100.80]
    - verify-elf: resurrected verify_stack.
    [4.0.4-alt100.79]
    - rpmbuild: implemented finer control for %_deps_optimization
      (closes: #30476).
    [4.0.4-alt100.78]
    - Backported Disttag.
    - psm.c: write installed/removed package buildtime to syslog.
    Sept. 26, 2018 Vladimir D. Seleznev 4.0.4-alt100.76.M70C.3
    - Backported Disttag.
    - psm.c: write installed/removed package buildtime to syslog.
    - psm.c: write installed/removed package disttag if present to syslog.
    - Add _allow_deps_with_beginning_dot macro to allow dependencies
      beginning with a dot character (such as ones generated by replaceDeps
      function) in spec file.
    Sept. 18, 2018 Vladimir D. Seleznev 4.0.4-alt100.76.M70C.2
    - rpm-build (backported from Sisyphus rpm-build):
      + backported support for SOURCE_DATE_EPOCH environment variable
      + backported device and inode numbers remaping
      + backported upgradeInterdep function
      + backported support for $RPM_ADD_CHANGELOG_{NAME,TEXT,TIME} environment variables