Package: powerman / 2.4.4-4

Metadata

Package Version Patches format
powerman 2.4.4-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix configure.ac.patch | (download)

configure.ac | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix configure.ac

* Avoid "git describe" invocation

usrmerge.patch | (download)

config/systemd.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix computation of with_systemdsystemunitdir

The value for systemdsystemunitdir reported by systemd.pc already accounts for
${prefix} and will include it in future. Thus the current value would install a
unit into /usr/usr/lib/systemd/system which is not what we want.

0003 device.c Unconditionally cast tv_ sec usec to lld fo.patch | (download)

src/powerman/device.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 device.c: unconditionally cast tv_{sec,usec} to lld for printf

This avoids FTBFS due to mismatch between 64-bit time_t and printf
formatter when -Werror=format is enabled.

Bug: https://github.com/chaos/powerman/issues/199
Signed-off-by: Boyuan Yang <byang@debian.org>

0004 Disable large tests as suggested upstream.patch | (download)

t/t0039-llnl-el-capitan-cluster.t | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 disable large tests as suggested upstream

See https://github.com/chaos/powerman/issues/206 .

0005 curl_easy_setopt_to_long.patch | (download)

src/httppower/httppower.c | 14 7 + 7 - 0 !
src/redfishpower/redfishpower.c | 8 4 + 4 - 0 !
2 files changed, 11 insertions(+), 11 deletions(-)

 cast curl options to long int