diff --git a/src/app/rpmostree-builtin-deploy.c b/src/app/rpmostree-builtin-deploy.c
index cdd3db32..754e97be 100644
--- a/src/app/rpmostree-builtin-deploy.c
+++ b/src/app/rpmostree-builtin-deploy.c
@@ -120,7 +120,9 @@ rpmostree_builtin_deploy (int argc,
if (!rpmostree_os_call_deploy_sync (os_proxy,
revision,
get_args_variant (),
+ NULL,
&transaction_address,
+ NULL,
cancellable,
error))
goto out;
diff --git a/src/app/rpmostree-builtin-rebase.c b/src/app/rpmostree-builtin-rebase.c
index 75070634..e39b75b3 100644
--- a/src/app/rpmostree-builtin-rebase.c
+++ b/src/app/rpmostree-builtin-rebase.c
@@ -103,7 +103,9 @@ rpmostree_builtin_rebase (int argc,
get_args_variant (revision),
new_provided_refspec,
packages,
+ NULL,
&transaction_address,
+ NULL,
cancellable,
error))
goto out;
diff --git a/src/app/rpmostree-builtin-upgrade.c b/src/app/rpmostree-builtin-upgrade.c
index b2d3be6f..07ca934d 100644
--- a/src/app/rpmostree-builtin-upgrade.c
+++ b/src/app/rpmostree-builtin-upgrade.c
@@ -122,7 +122,9 @@ rpmostree_builtin_upgrade (int argc,
{
if (!rpmostree_os_call_upgrade_sync (os_proxy,
get_args_variant (),
+ NULL,
&transaction_address,
+ NULL,
cancellable,
error))
goto out;
diff --git a/src/daemon/org.projectatomic.rpmostree1.xml b/src/daemon/org.projectatomic.rpmostree1.xml
index 058305f0..1f6d4cfc 100644
--- a/src/daemon/org.projectatomic.rpmostree1.xml
+++ b/src/daemon/org.projectatomic.rpmostree1.xml
@@ -97,6 +97,7 @@
+