244 lines
8.9 KiB
Plaintext
244 lines
8.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Sep 15 12:51:05 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
|
|
|
|
- Update to version 2.4.4:
|
|
* powerman: fix segfault if unspecified host reports status
|
|
* redfishpower: do not report errors on dependent hosts
|
|
* Update hostlist library to fix potential array out of bounds error.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 25 20:02:41 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
|
|
|
|
- Update to version 2.4.3:
|
|
* powerman: increase maximum line length
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 14 19:04:31 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
|
|
|
|
- Update to version 2.4.2:
|
|
* New features
|
|
* redfishpower: cache host resolution lookups (#190)
|
|
* redfishpower: support new --resolve-hosts option (#188)
|
|
* redfishpower: support message timeout config (#186)
|
|
* Fixes
|
|
* redfishpower: increase default message timeout (#191)
|
|
* redfishpower: output more detailed error messages (#183)
|
|
- Changelog for 2.4.1 and 2.4.0:
|
|
* Too many changes, see NEWS.md
|
|
- Removed patches:
|
|
* service-dynamic-user-autofiles.patch
|
|
* service-dynamic-user-configure.patch
|
|
- Refreshed patches:
|
|
* Replace-deprecated-usmHMACMD5AuthProtocol-Protocol-by-SNMP_DEFAULT_AUTH_PROTO.patch
|
|
* harden_powerman.service.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 29 14:48:34 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 28 17:36:06 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
|
|
|
|
- Version update to 2.3.27
|
|
* Add redfish support for Cray r272z30, Cray windom, and Supermicro
|
|
* H12DSG-O-CPU (#55, #47)
|
|
* CI: Enable github workflow (#59, #58, #57, #56)
|
|
* Misc fixes (#54, #52, #50, #46)
|
|
- Add file permissions for %{_tmpfilesdir}/powerman.conf
|
|
- Modified patch service-dynamic-user-configure.patch (refreshed)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 4 07:01:36 UTC 2023 - Egbert Eich <eich@suse.com>
|
|
|
|
- Replace-deprecated-usmHMACMD5AuthProtocol-Protocol-by-SNMP_DEFAULT_AUTH_PROTO.patch
|
|
Replace deprecated usmHMACMD5AuthProtocol Protocol by
|
|
SNMP_DEFAULT_AUTH_PROTO.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 15 14:20:41 UTC 2021 - Egbert Eich <eich@suse.com>
|
|
|
|
- Utilize sysuser infrastructure to set user/group powerman.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 19 13:06:07 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
|
|
|
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
|
|
* harden_powerman.service.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 13 07:54:21 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 2.3.26
|
|
* Log power state changes to syslog (Olaf Faaland, PR #37)
|
|
* Fix default systemd unit file path for 'make distcheck'
|
|
* Add etc/rancid-cisco-poe.dev (Daniel Rich, PR #28)
|
|
* Add etc/openbmc.dev (Albert Chu, PR #33)
|
|
* Add etc/kvm.dev & etc/kvm-ssh.dev (tisbeok, PR #8)
|
|
* Fix misinterpretation of error strings in ipmipower.dev.
|
|
- fix [bsc#1185071] -- PIDFile under /run
|
|
- modified patches
|
|
% service-dynamic-user-autofiles.patch (refreshed)
|
|
% service-dynamic-user-configure.patch (refreshed)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 25 09:48:37 UTC 2018 - eich@suse.com
|
|
|
|
- For SLE-12 set user/group to daemon/root for backward
|
|
compatibility.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 15 13:22:50 UTC 2017 - eich@suse.com
|
|
|
|
- Minor specfile cosmetics:
|
|
* Simplified the entry for %{_sysconfdir}/powerman.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 11 19:47:51 UTC 2017 - eich@suse.com
|
|
|
|
- This package should not provide the user/group powerman
|
|
as it is the only user of this group: powermand runs as
|
|
this user/group and writes its data as this user/group.
|
|
This gives the sysadmin some control over who to give
|
|
access. There is no other application requiring this
|
|
user/group.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 11 18:04:54 UTC 2017 - eich@suse.com
|
|
|
|
- run systemd-tmpfiles --create ... before starting service (bsc#1053481).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 15 15:20:21 UTC 2017 - jjolly@suse.com
|
|
|
|
- powerman service configured to start as powerman:powerman user
|
|
- Fixed autoconf files to allow for dynamic user and group in
|
|
powerman.service file
|
|
- service-dynamic-user-autofiles.patch
|
|
- Updated configure file with only necessary changes from
|
|
autoconf changes
|
|
- service-dynamic-user-configure.patch
|
|
- Added %config to /etc/powerman/*.dev files
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 2 21:28:34 UTC 2017 - meissner@suse.com
|
|
|
|
- prequire daemon user for new factory userhandling
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 15 17:24:43 UTC 2017 - eich@suse.com
|
|
|
|
- Create /usr/lib/tmpfiles.d/powerman.conf:
|
|
Add systemd handling for temporary directory /var/run/powerman.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 4 18:16:09 UTC 2017 - eich@suse.com
|
|
|
|
- Added support for snmp, tcpwrappers and genders to be compatible
|
|
with the powerman package from openHPC.community (latter one is
|
|
currently disabled).
|
|
To use tcpwrappers, they need to be enabled in /etc/powerman/powerman.conf
|
|
- the default is 'off'.
|
|
- Don't create /run/powerman - systemd will do this for us.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 13 18:40:43 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Update to 2.3.24
|
|
* Don't package /var/run/powerman; let systemd manage it
|
|
[TOSS-2987]
|
|
* Cleanup: drop trailing whitespace
|
|
- Changes for 2.3.23
|
|
* Build: silence CC lines, fix AC_LANG_CONFTEST warnings, fix
|
|
$(EXEEXT) warnings.
|
|
* Build: install System V init scripts if
|
|
--with-systemdsystemunitdir is not configured and include both
|
|
in EXTRA_DIST.
|
|
* Build: re-enable 'make check' unit tests.
|
|
* Build: fix some 'make distcheck' issues, but until unit tests
|
|
are fixed to find *.exp and *.conf files in $(srcdir), this will still fail.
|
|
* RPM: configure genders, httppower, snmppower, and tcp-wrappers
|
|
unconditionally; update URL.
|
|
- Cleanups spec file with spec-cleaner
|
|
- Drop powerman.service and use bundled one
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 12 09:45:27 UTC 2015 - p.drouand@gmail.com
|
|
|
|
- Update to version 2.3.20
|
|
* add dist tag to release (TOSS-2667)
|
|
* Minor automake updates
|
|
- Move to systemd
|
|
- Remove unneeded patchs
|
|
* powerman-piddir.patch
|
|
* powerman-runlevel.patch
|
|
- Update project and download Urls; project has moved to github
|
|
- Some cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 4 16:54:41 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Updates in 2.3.16
|
|
* Fix duplicate node name (Issue 35)
|
|
Pulled in another hotlist fix (Mark Grondona)
|
|
* Fix powerman stonith OFF should verify plug state (chaos bz 1439)
|
|
- Updated powerman-pidfile.patch to reflect /run instead of /var/run
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 30 02:43:19 UTC 2014 - sfalken@opensuse.org
|
|
|
|
- Updated to 2.3.16
|
|
* Changed /var/run to /run in .spec to fix rpmlint check failures
|
|
Updated URL in .spec file
|
|
* Added:
|
|
powerman-2.3.16.tar.gz
|
|
* Removed:
|
|
powerman-2.3.9.tar.bz2
|
|
* Updated:
|
|
powerman.spec
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 8 13:04:25 UTC 2011 - coolo@suse.com
|
|
|
|
- the COPYING is GPL-2.0+
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 28 19:29:35 CEST 2011 - sbrabec@suse.cz
|
|
|
|
- Update to version 2.3.9:
|
|
* Add MIB support to snmppower.
|
|
* Add eaton-epdu-blue-switched.dev.
|
|
* Add support for SNMP power controllers.
|
|
* Add SNMP dev files for 8-port APC, 8-port Baytech, and 20 port
|
|
Eaton Revelation PDU.
|
|
* Add support for APC 7900 revision 3 firmware.
|
|
* Add support for Appro Greenblade.
|
|
* Add support for APC 7920.
|
|
* Add Support for ranged beacon on/off device scripts, and beacon
|
|
support for ipmipower.
|
|
- Make heartbeat support optional as it is dropped now.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 19 02:38:24 CEST 2010 - ro@suse.de
|
|
|
|
- keep /var/run/powerman only as ghost in filelist
|
|
and create it in initscript if missing
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 18 19:42:02 UTC 2010 - aj@suse.de
|
|
|
|
- Add pkg-config as build requires.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 14 15:00:56 CEST 2009 - sbrabec@suse.cz
|
|
|
|
- PreReq fix.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 10 17:24:08 CEST 2009 - sbrabec@suse.cz
|
|
|
|
- New SuSE package, version 2.3.5.
|
|
|