Package alterator-manager: Information

    Source package: alterator-manager
    Version: 0.1.32-alt2
    Latest version according to Repology
    Build time:  Nov 28, 2025, 04:28 PM in the task #401288
    Report package bug
    License: GPL-2
    Summary: Modular tool for system configuration via D-Bus
    Description: 
    Modular tool for system configuration via D-Bus.

    List of RPM packages built from this SRPM:
    alterator-manager (x86_64, i586, aarch64)
    alterator-manager-debuginfo (x86_64, i586, aarch64)
    alterator-manager-devel (noarch)
    alterator-manager-tools (x86_64, i586, aarch64)
    alterator-manager-tools-debuginfo (x86_64, i586, aarch64)

    Maintainer: Ivan Savin



      1. cmake
      2. gcc
      3. libsystemd-devel
      4. libtomlc99-devel
      5. libpolkit-devel
      6. libgio-devel

    Last changed


    Nov. 28, 2025 Ivan Savin 0.1.32-alt2
    - Update docs/modules/executor(-ru).md.
    Nov. 25, 2025 Ivan Savin 0.1.32-alt1
    - Introduce helpers to simplify unit tests:
      + backends: expose get_data(), add clear() to reset state, and
        init_from_dirs() to load from given directory list for tests (the-nexi@).
      + dbus: add alterator_manager_dbus_register_on_connection() to register
        subtree on an existing GDBusConnection for GTestDBus (the-nexi@).
    Oct. 30, 2025 Ivan Savin 0.1.31-alt2
    - Update docs/modules/backend3(-ru).md.