Package procps: Information

  • Default inline alert: Version in the repository: 4.0.4-alt3

Source package: procps
Version: 4.0.4-alt1
Build time:  Oct 19, 2023, 02:56 PM
Category: Monitoring
Report package bug
License: GPLv2+ and LGPLv2+
Summary: System and process monitoring utilities
Description: 
This package contains a set of system utilities which provide system
information.  procps includes: free, pgrep, pkill, pmap, ps, pwdx,
skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, watch.

List of rpms provided by this srpm:
libproc2 (riscv64)
libproc2-debuginfo (riscv64)
libproc2-devel (riscv64)
procps (riscv64)
procps-debuginfo (riscv64)

Maintainer: Mikhail Efremov


    1. dejagnu
    2. libsystemd-devel
    3. libncursesw-devel

Last changed


Oct. 4, 2023 Mikhail Efremov 4.0.4-alt1
- Disabled broken tests.
- Renamed checkproc() -> procps_checkproc().
- w: Dropped unused variable.
- uptime/w: Don't link with libsystemd.
- Mark that elogind is not supported in ALT patches.
- vmstat: Dropped unused variable.
- w: Use checkproc() to check /proc is mounted.
- Fixed build with nls enabled.
- Fixed build without nls.
- Renamed libproc subpackage to libproc2.
- Fixed docs packaging.
- pwdx.c: Fixed include checkproc.h.
- tests: Dropped unused variable.
- checkproc.h: Don't use EXTERN_C_* macros.
- checkproc.h: Dropped procps.h include.
- Updated to v4.0.4 (closes: #46768).
April 7, 2023 Alexey Sheplyakov 3.3.17-alt7.g37f1060
- spec: added knobs to make the bootstrap easier:
  + --with=systemd (default on): build with/without systemd.
  + --enable=bootstrap (default false): disable systemd and tests.
  Closes: #45779
Feb. 8, 2023 Mikhail Efremov 3.3.17-alt6.g37f1060
- sysctl: Fixed maybe-uninitialized warning.
- sysctl: Dropped unused variables and functions.
- sysctl: Fixed misleading-indentation warning.
- Patches from upstream:
  + sysctl: Support systemd glob patterns (closes: #45106).
  + sysctl: print dotted keys again.