Package: pacemaker / 3.0.1-1
Metadata
Package | Version | Patches format |
---|---|---|
pacemaker | 3.0.1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Enable redirecting etc init.d script calls to system.patch | (download) |
daemons/execd/pacemaker_remote.in |
4 4 + 0 - 0 ! |
enable redirecting /etc/init.d/$script calls to systemd |
Enable the init scripts on multi user runlevels.patch | (download) |
daemons/execd/pacemaker_remote.in |
4 2 + 2 - 0 ! |
enable the init scripts on multi-user runlevels Upstream does not find this a good idea (see 5b5acab vs fc11a46 and also https://github.com/ClusterLabs/pacemaker/pull/656), but Debian runs installed daemons by default. |
alerts make the scripts executable.patch | (download) |
agents/alerts/Makefile.am |
2 1 + 1 - 0 ! |
alerts: make the scripts executable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Wgner <wferi@niif.hu> |
Fix typos resouce resource.patch | (download) |
cts/cts-exec.in |
2 1 + 1 - 0 ! |
fix typos: resouce -> resource |
Remove references to the build directory.patch | (download) |
agents/stonith/fence_legacy.in |
9 0 + 9 - 0 ! |
remove references to the build directory These break reproducibility. Running programs from the source directory can be solved by setting environment variables. |
cts do not capture the build directory.patch | (download) |
cts/cts-attrd.in |
10 0 + 10 - 0 ! |
cts: do not capture the build directory |
python clean up the __pycache__ directories.patch | (download) |
python/pacemaker/Makefile.am |
3 3 + 0 - 0 ! |
python: clean up the __pycache__ directories |
Find libcrmcommon without embedding the build path.patch | (download) |
agents/stonith/Makefile.am |
2 2 + 0 - 0 ! |
find libcrmcommon without embedding the build path The Sphinx call was particularly insidious, because its failure did not abort the build. |