Accepting request 1130250 from systemsmanagement:Agama:Devel
Releasing version v6 OBS-URL: https://build.opensuse.org/request/show/1130250 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/agama-cli?expand=0&rev=5
This commit is contained in:
commit
098132d004
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">v5</param>
|
||||
<param name="revision">v6</param>
|
||||
<param name="subdir">rust</param>
|
||||
<param name="without-version">enable</param>
|
||||
<param name="extract">package/agama-cli.changes</param>
|
||||
|
@ -1,9 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 11:19:51 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Rework the org.opensuse.Agama1.Locale interface
|
||||
(gh#openSUSE/agama#881):
|
||||
* Replace LabelsForLocales function with ListLocales.
|
||||
* Add a ListKeymaps function.
|
||||
* Extend the ListTimezone function to include the translation of
|
||||
each part.
|
||||
* Drop ListUILocales and ListVConsoleKeyboards functions.
|
||||
* Remove the SupportedLocales and VConsoleKeyboard properties.
|
||||
* Do not read the lists of locales, keymaps and timezones on
|
||||
each request.
|
||||
* Peform some validation when trying to change the Locales,
|
||||
Keymap and Timezone properties.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 11:06:30 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Update dependencies to compatible versions
|
||||
(gh#openSUSE/agama#874).
|
||||
- Replace tempdir with tempfile to prevent RUSTSEC-2023-0018.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 12:35:32 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
- Adapt to changes in software D-Bus API (gh#openSUSE/agama#869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Wed Nov 15 11:27:10 UTC 2023 - Michal Filka <mfilka@suse.com>
|
||||
|
||||
- Improved "agama logs store" (gh#openSUSE/agama#823)
|
||||
- added an option which allows to define the archive destination
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 15:44:15 UTC 2023 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||
|
||||
- Add support for routing to the network model (gh#openSUSE/agama#824)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 14:43:59 UTC 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
|
||||
- the permissions is set to r/w for the owner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 11:33:40 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
@ -47,7 +87,7 @@ Tue Sep 19 11:16:16 UTC 2023 - José Iván López González <jlopez@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 19:44:57 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Improve questions CLI help text (gh#openSUSE/agama#754)
|
||||
- Improve questions CLI help text (gh#openSUSE/agama#754)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 10:10:37 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
@ -41,6 +41,8 @@ Requires: lshw
|
||||
# required by "agama logs store"
|
||||
Requires: bzip2
|
||||
Requires: tar
|
||||
# required for translating the keyboards descriptions
|
||||
Requires: xkeyboard-config-lang
|
||||
|
||||
%description
|
||||
Command line program to interact with the agama service.
|
||||
@ -78,7 +80,11 @@ install --directory %{buildroot}%{_datadir}/dbus-1/agama-services
|
||||
install -m 0644 --target-directory=%{buildroot}%{_datadir}/dbus-1/agama-services %{_builddir}/agama/share/*.service
|
||||
|
||||
%check
|
||||
%ifarch aarch64
|
||||
/usr/bin/cargo auditable test -j1 --offline --no-fail-fast
|
||||
%else
|
||||
%{cargo_test}
|
||||
%endif
|
||||
|
||||
%files
|
||||
%{_bindir}/agama
|
||||
|
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: 5
|
||||
mtime: 1698218168
|
||||
commit: 0d609c768afe4ae360a4e1b766e8701ea0177065
|
||||
version: 6
|
||||
mtime: 1701433426
|
||||
commit: 747e8e828de6ef984a4e844036db51d47ce2e5f4
|
||||
|
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