Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rust/agama-lib/src/proxies/questions/questions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ use zbus::proxy;
#[proxy(
default_service = "org.opensuse.Agama1",
interface = "org.opensuse.Agama1.Questions",
default_path = "/org/opensuse/Agama1/Questions",
assume_defaults = true
)]
pub trait Questions {
Expand Down
1 change: 1 addition & 0 deletions rust/agama-lib/src/storage/proxies/iscsi/initiator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
use zbus::proxy;
#[proxy(
default_service = "org.opensuse.Agama.Storage1",
default_path = "/org/opensuse/Agama/Storage1",
interface = "org.opensuse.Agama.Storage1.ISCSI.Initiator",
assume_defaults = true
)]
Expand Down
6 changes: 6 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 25 19:51:20 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Fix the default path of the D-Bus Questions object and the ISCSI
Initiator interface (gh#agama-project/agama#1785).

-------------------------------------------------------------------
Fri Nov 15 16:48:44 UTC 2024 - Ladislav Slezák <lslezak@suse.com>

Expand Down