Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: agama-dbus-server | Distribution: openSUSE Tumbleweed |
Version: 5 | Vendor: openSUSE |
Release: slfo.1.1.4 | Build date: Mon Jun 24 15:39:29 2024 |
Group: Unspecified | Build host: i03-armsrv1 |
Size: 9273539 | Source RPM: agama-cli-5-slfo.1.1.4.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/opensuse/agama | |
Summary: Agama Rust D-Bus service |
DBus service for agama project. It provides so far localization service.
GPL-2.0-only
* Mon Oct 23 2023 Michal Filka <mfilka@suse.com> - Improved "agama logs store" (gh#openSUSE/agama#812) - the archive file owner is root:root - the permissions is set to r/w for the owner * Mon Oct 23 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Version 5 * Tue Oct 10 2023 Michal Filka <mfilka@suse.com> - Improve file and directory names in "agama logs store". - Add an "agama logs list" subcommand. * Tue Sep 26 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Version 4 * Tue Sep 26 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Wait until the manager is ready before probing (gh#openSUSE/agama#771). * Mon Sep 25 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Add support for IPv6 network settings (gh#openSUSE/agama#761). * Mon Sep 25 2023 Michal Filka <mfilka@suse.com> - CLI: added (sub)commands for handling logs. "store" subcommand is similar to what old save_y2logs did. (gh#openSUSE/agama#757) * Tue Sep 19 2023 José Iván López González <jlopez@suse.com> - Adapt to new storage D-Bus API and explicitly call to probe after selecting a new product (gh#openSUSE/agama#748). * Thu Sep 14 2023 Josef Reidinger <jreidinger@suse.com> - Improve questions CLI help text (gh#openSUSE/agama#754) * Thu Sep 14 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Use a single D-Bus service to connect to the manager and the users API (gh#openSUSE/agama#753, follow-up of gh#openSUSE/agama#729). * Wed Sep 13 2023 Knut Anderssen <kanderssen@suse.com> - Allow to bind a connection to an specific interface through its name or through a set of match settings (gh#opensSUSE/agama#723). * Thu Aug 31 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Use a single D-Bus service to expose locale, network and questions settings (gh#openSUSE/agama#729). * Wed Aug 30 2023 Josef Reidinger <jreidinger@suse.com> - Locale service: add value for UI locale (gh#openSUSE/agama#725) * Thu Aug 03 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Move the settings functionality to a separate package, agama-settings (gh#openSUSE/agama#666). - Make the "Settings" derive macro reusable from other crates. - Extend the "Settings" derive macro to generate code for InstallSettings and NetworkSettings. - Improve error reporting when working with the "config" subcommand. * Wed Aug 02 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Version 3 * Wed Jul 26 2023 Josef Reidinger <jreidinger@suse.com> - CLI: add to "questions" command "answers" subcommand to set file with predefined answers - dbus-server: add "AddAnswersFile" method to Questions service (gh#openSUSE/agama#669) * Tue Jul 18 2023 Josef Reidinger <jreidinger@suse.com> - Add to CLI "questions" subcommand with mode option to set interactive and non-interactive mode (gh#openSUSE/agama#668) * Mon Jul 17 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Fix the logic to decide which network connections to write due to a bug introduced in gh#openSUSE/agama#662 (gh#openSUSE/agama#667). * Mon Jul 17 2023 Josef Reidinger <jreidinger@suse.com> - Adapt to new questions D-Bus API to allow automatic answering of questions when requested (gh#openSUSE/agama#637, reverts gh#openSUSE/agama#649 as now default option is mandatory) * Thu Jul 13 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Improve error reporting in the command-line interface (gh#openSUSE/agama#659 and gh#openSUSE/agama#660). * Thu Jul 13 2023 José Iván López González <jlopez@suse.com> - Read the storage candidate devices and show them with "agama config show" (gh#openSUSE/agama#658). * Fri Jul 07 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Improve the progress reporting (gh#openSUSE/agama#653). * Thu Jul 06 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Improve the waiting logic and implement a retry mechanism for the "agama install" command (bsc#1213047). * Wed Jul 05 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Fix the questions service to handle questions with no default option (gh#openSUSE/agama#649). * Thu Jun 01 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Add a localization D-Bus service (gh#openSUSE/agama#533). - Add a network D-Bus service (gh#openSUSE/agama#571). * Tue May 23 2023 Martin Vidner <mvidner@suse.com> - Version 2.1 * Mon May 22 2023 Martin Vidner <mvidner@suse.com> - Version 2 * Thu May 11 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Import root authentication settings when reading a Jsonnet file (bsc#1211300, gh#openSUSE/agama#573). - Do not export the SSH public key as an empty string when it is not defined. * Fri Mar 24 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Version 0.2: * Add validation for software and users settings (gh#yast/agama-cli#48, gh#yast/agama-cli#51). * Better error reporting when the bus is not found (gh#yast/agama-cli#48). * Improve the progress reporting mechanism, although it is still a work in progress (gh#yast/agama-cli#50). * Wed Mar 22 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Add support for setting root authentication mechanisms (gh#yast/agama-cli#47). * Tue Mar 21 2023 Martin Vidner <mvidner@suse.com> - Do not fall back to the system D-Bus (gh#yast/agama-cli#45). * Tue Mar 21 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - Use JSON as the default format (gh#yast/agama-cli#46). * Tue Mar 21 2023 Josef Reidinger <jreidinger@suse.com> - Fix the path of the JSON schema (gh#yast/agama-cli#44). * Thu Mar 16 2023 Imobach Gonzalez Sosa <igonzalezsosa@suse.com> - First version of the package: * Querying and setting simple values. * Adding elements to collections * Handling of auto-installation profiles. * Basic error handling - 0.1
/usr/bin/agama-dbus-server /usr/share/dbus-1/agama-services /usr/share/dbus-1/agama-services/org.opensuse.Agama1.service
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jul 18 00:25:40 2024