XPost: linux.debian.devel.release
This is a multi-part MIME message sent by reportbug.
Package: release.debian.org
Severity: normal
X-Debbugs-Cc:
[email protected]
Control: affects -1 + src:puppet-module-voxpupuli-corosync
User:
[email protected]
Usertags: unblock
Please unblock package puppet-module-voxpupuli-corosync
[ Reason ]
Without the change, the "missing" (ie: the rexml isn't seen by
puppetserver), it takes 3 runs until puppetserver can compile
successfully the catalog for the agent. On each of the first
3 runs, the agent complains that it cannot load the provider.
Note this is reproducible by just doing:
"puppetserver reload"
Please note that this is a known issue in the puppetserver
itself that we intend to fix in the puppetserver itself later
on (during the development cycle of Forky), however, this
fix is especially targeted for Trixie and seem more straitforward
and appropriate in the puppet-module-voxpupuli-corosync for
the moment.
[ Impact ]
First 3 runs of the puppet agent fail.
[ Tests ]
Manually tested the fix.
[ Risks ]
Minimal risk, as we don't see any other package clashing
with the symlink I'm adding in the postinst of this package.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock puppet-module-voxpupuli-corosync/6.0.1-4
diff --git a/debian/changelog b/debian/changelog
index e7eb648..d98762a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+puppet-module-voxpupuli-corosync (6.0.1-6) unstable; urgency=medium
+
+ * Also remove /usr/lib/puppetserver/vendored-jruby-gems/gems/rexml-3.3.9
+ symlink in postrm.
+
+ -- Thomas Goirand <
[email protected]> Wed, 23 Jul 2025 13:52:42 +0200
+
+puppet-module-voxpupuli-corosync (6.0.1-5) unstable; urgency=medium
+
+ * Add a rexml-3.3.9.gemspec symlink.
+ * Runtime depends on libruby3.3 to make sure the gem rexml-3.3.9 is present. +
+ -- Thomas Goirand <
[email protected]> Wed, 23 Jul 2025 12:19:20 +0200
+
puppet-module-voxpupuli-corosync (6.0.1-4) unstable; urgency=medium
* Add fix-compat-with-latest-puppetserver.patch.
diff --git a/debian/control b/debian/control
index f29fa94..b63c645 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Homepage:
https://github.com/voxpupuli/puppet-corosync
Package: puppet-module-voxpupuli-corosync
Architecture: all
Depends:
+ libruby3.3,
puppet,
puppet-mo