Updated to 7 (d50eb3a7997afc28616f800cbc9ede9a0b56d17d)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:Agama:Devel/agama-cli?expand=0&rev=20
This commit is contained in:
YaST Team Bot 2023-12-22 12:29:25 +00:00 committed by Git OBS Bridge
parent 0479e84e46
commit a52c2389f6
6 changed files with 72 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">v6</param> <param name="revision">v7</param>
<param name="subdir">rust</param> <param name="subdir">rust</param>
<param name="without-version">enable</param> <param name="without-version">enable</param>
<param name="extract">package/agama-cli.changes</param> <param name="extract">package/agama-cli.changes</param>

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Thu Dec 21 14:23:33 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Version 7
-------------------------------------------------------------------
Thu Dec 21 11:12:45 UTC 2023 - Ancor Gonzalez Sosa <ancor@suse.com>
- The result of ListTimezones includes the localized country name
for each timezone (gh#openSUSE/agama#946)
-------------------------------------------------------------------
Fri Dec 15 16:29:20 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Update agama-cli dependencies including the zerocopy crate to
address a security alert (see gh#google/zerocopy#716).
-------------------------------------------------------------------
Wed Dec 13 22:41:34 UTC 2023 - Knut Anderssen <kanderssen@suse.com>
- Add support for bonding connections (gh#openSUSE/agama#885).
-------------------------------------------------------------------
Fri Dec 8 09:23:09 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
- Change the config in a way that: (gh#openSUSE/agama#919)
1. product is moved to own section and is now under product.id
2. in product section is now also registrationCode and registrationEmail
3. in software section is now patterns to select patterns to install
- adapt profile.schema according to above changes
- org.opensuse.Agama.Software1 API changed to report missing patterns
-------------------------------------------------------------------
Tue Dec 5 11:18:41 UTC 2023 - Jorik Cronenberg <jorik.cronenberg@suse.com>
- Add ability to assign a custom MAC address for network
connections (gh#openSUSE/agama#893)
-------------------------------------------------------------------
Tue Dec 5 09:46:48 UTC 2023 - José Iván López González <jlopez@suse.com>
- Explicitly add dependencies instead of relying on the live ISO
to provide the required packages (gh#openSUSE/agama/911).
-------------------------------------------------------------------
Tue Dec 5 08:56:13 UTC 2023 - Jorik Cronenberg <jorik.cronenberg@suse.com>
- Add support for dummy network devices although they are not
exposed on D-Bus yet (gh#openSUSE/agama#913).
-------------------------------------------------------------------
Sun Dec 3 15:53:34 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Use a single call to systemd-firstboot to write the localization
settings (gh#openSUSE/agama#903).
-------------------------------------------------------------------
Sat Dec 2 18:05:54 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Version 6
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 29 11:19:51 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com> Wed Nov 29 11:19:51 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

View File

@ -34,6 +34,7 @@ BuildRequires: pkgconfig(openssl)
# used in tests for dbus service # used in tests for dbus service
BuildRequires: python-langtable-data BuildRequires: python-langtable-data
BuildRequires: dbus-1-common BuildRequires: dbus-1-common
BuildRequires: timezone
# required by agama-dbus-server integration tests # required by agama-dbus-server integration tests
BuildRequires: dbus-1-daemon BuildRequires: dbus-1-daemon
Requires: jsonnet Requires: jsonnet
@ -43,6 +44,8 @@ Requires: bzip2
Requires: tar Requires: tar
# required for translating the keyboards descriptions # required for translating the keyboards descriptions
Requires: xkeyboard-config-lang Requires: xkeyboard-config-lang
# required for getting the list of timezones
Requires: timezone
%description %description
Command line program to interact with the agama service. Command line program to interact with the agama service.

BIN
agama.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -1,4 +1,4 @@
name: agama name: agama
version: 6 version: 7
mtime: 1701433426 mtime: 1703243646
commit: 747e8e828de6ef984a4e844036db51d47ce2e5f4 commit: d50eb3a7997afc28616f800cbc9ede9a0b56d17d

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.