Skip to content

Commit

Permalink
fix(rust): fix the Questions proxy default path (#1785)
Browse files Browse the repository at this point in the history
Fix the default path of the `Questions` D-Bus object and the
`ISCSI.Initiator` interface.
  • Loading branch information
imobachgs authored Nov 26, 2024
2 parents c738625 + a87830d commit ccc33bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
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 <[email protected]>

- 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 <[email protected]>

Expand Down

0 comments on commit ccc33bb

Please sign in to comment.