Package alterator-module-remote: Information

    Source package: alterator-module-remote
    Version: 0.1.5-alt1
    Latest version according to Repology
    Build time:  Feb 27, 2026, 06:35 PM in the task #409458
    Report package bug
    License: GPLv2
    Summary: Module for accessing alterator d-bus interface on a remote machine
    Description: 
    Alterator-manager module for accessing alterator d-bus interface on a
    remote machine.

    List of RPM packages built from this SRPM:
    alterator-module-remote (x86_64, i586, aarch64)
    alterator-module-remote-debuginfo (x86_64, i586, aarch64)

    Maintainer: Ivan Savin

    List of contributors:
    Ivan Savin

    ACL:
    Ivan Savin
    @everybody

      1. alterator-manager-devel >= 0.1.28
      2. cmake
      3. gcc
      4. libgio-devel
      5. libpolkit-devel
      6. rpm-build-licenses

    Last changed


    Feb. 27, 2026 Ivan Savin 0.1.5-alt1
    - Update .clang-format and CODESTYLE.md.
    - Bringing the code to the described style.
    - Add .forgejo/workflows/clang-format.yml.
    Feb. 18, 2026 Ivan Savin 0.1.4-alt1
    - Add signal retransmission from a remote. Signals from the
      org.altlinux.alterator sender on the remote machine are retransmitted to the
      local d-bus. The signal's object path and signal name fields are replaced. In
      the object path, two more sections are added before the last one. The first
      is the word 'connection'. The second is the connection name. The executor
      module appends a unique bus name to the signal name, replacing periods and
      colons with underscores. When retransmitting, the unique bus name is replaced
      with the connection name, separated by an underscore.
    Jan. 23, 2026 Ivan Savin 0.1.3-alt3
    - Add add secret scanning (alxvmr@).
    - Add .clang-format and CODESTYLE.md.