Blame SOURCES/0007-adjust-prebuilt-bindings.patch

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