Package alterator-module-executor: Information

    Source package: alterator-module-executor
    Version: 0.1.29-alt1
    Latest version according to Repology
    Build time:  Nov 28, 2025, 04:28 PM in the task #401288
    Report package bug
    License: GPL-2
    Summary: Alterator-manager module for running executable files and scripts
    Description: 
    Alterator-manager module for running executable files and scripts.

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

    Maintainer: Ivan Savin



      1. alterator-manager-devel >= 0.1.30
      2. cmake
      3. gcc
      4. libgio-devel
      5. libjson-c-devel
      6. libpolkit-devel
      7. libsystemd-devel
      8. libtomlc99-devel
      9. rpm-macros-cmake

    Last changed


    Nov. 28, 2025 Ivan Savin 0.1.29-alt1
    - Add a new option - exit_status. Methods no longer return an exit_status by
      default. To add the 'response' return value to a method, you need to add an
      'exit_status = true' to the method definition in configuration file.
    Sept. 11, 2025 Ivan Savin 0.1.28-alt1
    - Add the ability to create return values of type array of strings in methods
      with multiple return values. The names of these values are specified in the
      stdout_json parameter (array of strings) and have square brackets at the end
      (name[]).
    - Fix call g_close with an invalid file descriptor.
    - Replace function g_spawn_check_exit_status with function
      g_spawn_check_wait_status if GLIB version is greater than or equal to 2.70.
    Sept. 3, 2025 Kirill Sharov 0.1.27-alt1
    - Fix duplication of signals in introspection.