Updated to 4 (1bbd9c27435cc595d8eff9842a1f829675617a5e)
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:Agama:Devel/agama-cli?expand=0&rev=11
This commit is contained in:
parent
3797da17f1
commit
9534c2ed02
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v3</param>
|
||||
<param name="revision">v4</param>
|
||||
<param name="subdir">rust</param>
|
||||
<param name="without-version">enable</param>
|
||||
<param name="extract">package/agama-cli.changes</param>
|
||||
|
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 15:57:14 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Version 4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 12:05:52 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Wait until the manager is ready before probing
|
||||
(gh#openSUSE/agama#771).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 11:32:53 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Add support for IPv6 network settings (gh#openSUSE/agama#761).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 10:46:53 UTC 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 11:16:16 UTC 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 19:44:57 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Improve questions CLI help text (gh#openSUSE/agama#754)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 10:10:37 UTC 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 09:27:22 UTC 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 10:30:28 UTC 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 12:57:59 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Locale service: add value for UI locale (gh#openSUSE/agama#725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 08:34:14 UTC 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 2 10:03:18 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
|
@ -34,8 +34,13 @@ BuildRequires: pkgconfig(openssl)
|
||||
# used in tests for dbus service
|
||||
BuildRequires: python-langtable-data
|
||||
BuildRequires: dbus-1-common
|
||||
# required by agama-dbus-server integration tests
|
||||
BuildRequires: dbus-1-daemon
|
||||
Requires: jsonnet
|
||||
Requires: lshw
|
||||
# required by "agama logs store"
|
||||
Requires: bzip2
|
||||
Requires: tar
|
||||
|
||||
%description
|
||||
Command line program to interact with the agama service.
|
||||
|
BIN
agama.obscpio
(Stored with Git LFS)
BIN
agama.obscpio
(Stored with Git LFS)
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
name: agama
|
||||
version: 3
|
||||
mtime: 1690975129
|
||||
commit: c4422b4ff4be2f8aed87ff8225e14463616970fd
|
||||
version: 4
|
||||
mtime: 1695763020
|
||||
commit: 1bbd9c27435cc595d8eff9842a1f829675617a5e
|
||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user