Accepting request 1134624 from systemsmanagement:Agama:Devel

Releasing version v7

OBS-URL: https://build.opensuse.org/request/show/1134624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/agama-cli?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2023-12-22 21:42:20 +00:00 committed by Git OBS Bridge
commit ca570435c1
6 changed files with 72 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="scm">git</param>
<param name="revision">v6</param>
<param name="revision">v7</param>
<param name="subdir">rust</param>
<param name="without-version">enable</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>

View File

@ -34,6 +34,7 @@ BuildRequires: pkgconfig(openssl)
# used in tests for dbus service
BuildRequires: python-langtable-data
BuildRequires: dbus-1-common
BuildRequires: timezone
# required by agama-dbus-server integration tests
BuildRequires: dbus-1-daemon
Requires: jsonnet
@ -43,6 +44,8 @@ Requires: bzip2
Requires: tar
# required for translating the keyboards descriptions
Requires: xkeyboard-config-lang
# required for getting the list of timezones
Requires: timezone
%description
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
version: 6
mtime: 1701433426
commit: 747e8e828de6ef984a4e844036db51d47ce2e5f4
version: 7
mtime: 1703243646
commit: d50eb3a7997afc28616f800cbc9ede9a0b56d17d

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

Binary file not shown.