Commit Graph

2 Commits

Author SHA1 Message Date
Michal Pospíšil
b8d0759ba0 pcs-0.11.9-3.el9
- Rebased pcs to the latest sources (see CHANGELOG.md)
  Resolves: RHEL-35420, RHEL-76055, RHEL-76059, RHEL-76060, RHEL-76153, RHEL-76154, RHEL-76170, RHEL-76177, RHEL-82894
- Rebased pcs-web-ui to the latest sources
  Resolves: RHEL-76310, RHEL-76311, RHEL-76312, RHEL-79317, RHEL-85196, RHEL-85197, RHEL-85745
- The upstream version of pcs-web-ui can now be queried through RPM - see bundled(pcs-web-ui)
  Resolves: RHEL-86229
- Updated bundled rubygems: backports, childprocess, ffi, puma, rack, rack-protection, rack-session, rack-test, sinatra, tilt
  Resolves: RHEL-90151

- Removed BuildRequires: python >= 3.9 - correct python requirement is generated by rpm based on the system interpreter
- Added BuildRequires: libffi-devel - this is present in upstream, but was missing here
- Removed duplicate BuildRequire: python3-cryptography
- Added BuildRequires: corosync-qdevice-devel - this is a buildroot only package with pc file for corosync-qdevice, without it, autotools use default paths
- Disallowed installation of pcs 0.11 with Pacemaker 3 to prevent incorrect behavior
- Bundled rubygem logger - logger 1.5.0 is required by childprocess 5.1.0. Logger is a standard gem in Ruby 3.0 which is available in RHEL 9, but it only provides logger 1.4.3 failing this requirement. Thus newer logger needs to be bundled
- Simplified tarball versioning mechanism and added tarball-version macro to simplify pcs-web-ui version reporting. Pcs-web-ui reported version uses the new ui_tarball_version macro or ui_version macros depending on whether the first one exists
2025-05-21 12:31:38 +02:00
Michal Pospíšil
8567e883ff pcs-0.11.9-2.el9
- Fixed restarting bundles
  Resolves: RHEL-79055
- Fixed deletion of misconfigured bundles
  Resolves: RHEL-79160
- Fixed filtering of resource clones in web console
  Resolves: RHEL-78653
- Updated bundled rubygem rack
  Resolves: RHEL-79500
2025-02-14 20:36:48 +01:00