Package alterator-module-remote: Information

    Source package: alterator-module-remote
    Version: 0.1.5-alt2
    Build time:  Apr 13, 2026, 04:24 AM
    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 (loongarch64)
    alterator-module-remote-debuginfo (loongarch64)

    Maintainer: Ivan Savin

    List of contributors:
    Ivan Savin

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

    Last changed


    April 10, 2026 Ivan Savin 0.1.5-alt2
    - Update secret scan action to use alterator fork (the-nexi@).
    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.