Package librpmbuild: Information

Binary package: librpmbuild
Version: 4.0.4.195-alt1.E2K.3
Architecture: e2k
Build time:  Mar 19, 2024, 06:28 PM
Source package: rpm-build
Category: System/Libraries
Report package bug
License: GPLv2+ or LGPLv2.1+
Summary: Shared library required for applications which will build RPM packages
Description: 
This package contains shared library required to run dynamically linked
programs building RPM packages.

Maintainer: Michael Shigorin


Last changed


March 19, 2024 Michael Shigorin 4.0.4.195-alt1.E2K.3
- E2K: fix initial version of interdep patch (ilyakurdyukov@)
Feb. 29, 2024 Michael Shigorin 4.0.4.195-alt1.E2K.2
- E2K: get back old commits that are still needed:
  + verify-elf.in: skip textrel on e2k
  + verify-elf: disable on e2k
  + E2K: disable eu-elflint (bircoph@)
Feb. 29, 2024 Michael Shigorin 4.0.4.195-alt1.E2K.1
- scripts/is_elf_so_executable:
  + drop ancient workaround for x86_64 dynamic linker (glebfm@)
  + explicitly consider static PIE as executable (glebfm@)
- E2K:
  + sync with 4.0.4.195-alt1
  + build/interdep.c: fix VLA (ilyakurdyukov@)
  + skip building setcmp.static (not that static; ilyakurdyukov@)
  + re-enable profiling on e2k (ilyakurdyukov@)
  + forward-ported/cleaned-up commits:
    - cpp.req: implemented support for the e2k lcc preprocessor (at@)
    - pkgconfiglib.req.in: adapted for lcc
    - rpmrc.in: e2k: -mcpu -> -march/-mtune (bircoph@/me)
    - installplatform, platform.in: make optlevel tunable (thx glebfm@)
    - lib/rpmrc.c: properly detect Elbrus CPU types (bircoph@)
    - find-package.in: ignore lcc on e2k
    - add -frecord-gcc-switches in a portable way (bircoph@)
  + lib/rpmrc.c, installplatform, macros.in, rpmrc.in: prepare for e2kv7
  + NB: there are elfutils/debugedit-related bits to review yet