|
|
cfef07 |
diff --git a/rpmostree-cxxrs-prebuilt.cxx b/rpmostree-cxxrs-prebuilt.cxx
|
|
|
cfef07 |
index 46985b6f..e73f5d1c 100644
|
|
|
cfef07 |
--- a/rpmostree-cxxrs-prebuilt.cxx
|
|
|
cfef07 |
+++ b/rpmostree-cxxrs-prebuilt.cxx
|
|
|
cfef07 |
@@ -1457,6 +1457,8 @@ void rpmostreecxx$cxxbridge1$cliwrap_destdir(::rust::String *return$) noexcept;
|
|
|
cfef07 |
|
|
|
cfef07 |
::rust::repr::PtrLen rpmostreecxx$cxxbridge1$prepare_rpmdb_base_location(::std::int32_t rootfs_dfd, ::rpmostreecxx::GCancellable &cancellable) noexcept;
|
|
|
cfef07 |
|
|
|
cfef07 |
+::rust::repr::PtrLen rpmostreecxx$cxxbridge1$compose_postprocess_rpm_macro(::std::int32_t rootfs_dfd) noexcept;
|
|
|
cfef07 |
+
|
|
|
cfef07 |
void rpmostreecxx$cxxbridge1$deployment_generate_id(::rpmostreecxx::OstreeDeployment &deployment, ::rust::String *return$) noexcept;
|
|
|
cfef07 |
|
|
|
cfef07 |
::rust::repr::PtrLen rpmostreecxx$cxxbridge1$deployment_populate_variant(::rpmostreecxx::OstreeSysroot &sysroot, ::rpmostreecxx::OstreeDeployment &deployment, ::rpmostreecxx::GVariantDict &dict) noexcept;
|
|
|
cfef07 |
@@ -2079,6 +2081,13 @@ void prepare_rpmdb_base_location(::std::int32_t rootfs_dfd, ::rpmostreecxx::GCan
|
|
|
cfef07 |
}
|
|
|
cfef07 |
}
|
|
|
cfef07 |
|
|
|
cfef07 |
+void compose_postprocess_rpm_macro(::std::int32_t rootfs_dfd) {
|
|
|
cfef07 |
+ ::rust::repr::PtrLen error$ = rpmostreecxx$cxxbridge1$compose_postprocess_rpm_macro(rootfs_dfd);
|
|
|
cfef07 |
+ if (error$.ptr) {
|
|
|
cfef07 |
+ throw ::rust::impl<::rust::Error>::error(error$);
|
|
|
cfef07 |
+ }
|
|
|
cfef07 |
+}
|
|
|
cfef07 |
+
|
|
|
cfef07 |
::rust::String deployment_generate_id(::rpmostreecxx::OstreeDeployment &deployment) noexcept {
|
|
|
cfef07 |
::rust::MaybeUninit<::rust::String> return$;
|
|
|
cfef07 |
rpmostreecxx$cxxbridge1$deployment_generate_id(deployment, &return$.value);
|
|
|
cfef07 |
diff --git a/rpmostree-cxxrs-prebuilt.h b/rpmostree-cxxrs-prebuilt.h
|
|
|
cfef07 |
index 631ea2b9..9428089b 100644
|
|
|
cfef07 |
--- a/rpmostree-cxxrs-prebuilt.h
|
|
|
cfef07 |
+++ b/rpmostree-cxxrs-prebuilt.h
|
|
|
cfef07 |
@@ -1249,6 +1249,8 @@ void workaround_selinux_cross_labeling(::std::int32_t rootfs_dfd, ::rpmostreecxx
|
|
|
cfef07 |
|
|
|
cfef07 |
void prepare_rpmdb_base_location(::std::int32_t rootfs_dfd, ::rpmostreecxx::GCancellable &cancellable);
|
|
|
cfef07 |
|
|
|
cfef07 |
+void compose_postprocess_rpm_macro(::std::int32_t rootfs_dfd);
|
|
|
cfef07 |
+
|
|
|
cfef07 |
::rust::String deployment_generate_id(::rpmostreecxx::OstreeDeployment &deployment) noexcept;
|
|
|
cfef07 |
|
|
|
cfef07 |
void deployment_populate_variant(::rpmostreecxx::OstreeSysroot &sysroot, ::rpmostreecxx::OstreeDeployment &deployment, ::rpmostreecxx::GVariantDict &dict);
|
|
|
cfef07 |
|
|
|
cfef07 |
|