import Oracle_OSS pcs-0.11.10-1.el9_7.3

This commit is contained in:
AlmaLinux RelEng Bot 2026-04-27 05:29:13 -04:00
parent 70af970117
commit 2e9130ac5b
3 changed files with 11 additions and 7 deletions

4
.gitignore vendored
View File

@ -8,8 +8,8 @@ SOURCES/logger-1.7.0.gem
SOURCES/mustermann-3.0.3.gem
SOURCES/nio4r-2.7.4.gem
SOURCES/pcs-0.11.10.tar.gz
SOURCES/pcs-web-ui-0.1.23.1.tar.gz
SOURCES/pcs-web-ui-node-modules-0.1.23.1.tar.xz
SOURCES/pcs-web-ui-0.1.23.2.tar.gz
SOURCES/pcs-web-ui-node-modules-0.1.23.2.tar.xz
SOURCES/puma-6.6.0.gem
SOURCES/pyagentx-0.4.pcs.2.tar.gz
SOURCES/rack-3.2.3.gem

View File

@ -8,8 +8,8 @@ abfa641d98ab2e71bc8102b0aab2f466569668d2 SOURCES/logger-1.7.0.gem
249a573022dde130372f0ebbeaf2430f36c2b664 SOURCES/mustermann-3.0.3.gem
34b5b1cb50f18d6ec6c5d5cbcb823e7f81f54290 SOURCES/nio4r-2.7.4.gem
75ffdc7ecaad560d26ce453cbc6d05ec755dbdcc SOURCES/pcs-0.11.10.tar.gz
0c2e9ec44c5fbacb0c654323fa50a90198212154 SOURCES/pcs-web-ui-0.1.23.1.tar.gz
9bf33c4d9520794c6a1e6e8ace445d4ab1670a27 SOURCES/pcs-web-ui-node-modules-0.1.23.1.tar.xz
ea881230e887cc27676a36d450cbe9303e103736 SOURCES/pcs-web-ui-0.1.23.2.tar.gz
f7036a321a52f9acb13ab693ad5c71224dff9408 SOURCES/pcs-web-ui-node-modules-0.1.23.2.tar.xz
0b7e5a3f71fc28d19e4758a44ffe07d20eff1e8e SOURCES/puma-6.6.0.gem
3176b2f2b332c2b6bf79fe882e83feecf3d3f011 SOURCES/pyagentx-0.4.pcs.2.tar.gz
d5b8c814183f606adaeaca1251d0af6c91c41974 SOURCES/rack-3.2.3.gem

View File

@ -1,6 +1,6 @@
Name: pcs
Version: 0.11.10
Release: 1%{?dist}.2
Release: 1%{?dist}.3
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
# GPL-2.0-only: pcs
@ -30,10 +30,10 @@ ExclusiveArch: i686 x86_64 s390x ppc64le aarch64
# To build an official pcs-web-ui release, comment out ui_branch_or_commit
# Last tagged version, also used as fallback version for untagged tarballs
%global ui_version 0.1.23.1
%global ui_version 0.1.23.2
# Use long commit hash or branch name to build an unreleased version
# %%global ui_branch_or_commit 54730df523389a3c87abad7e47c44e30b33a2647
%global ui_modules_version 0.1.23.1
%global ui_modules_version 0.1.23.2
%global ui_version_or_commit %{ui_version}
%if 0%{?ui_branch_or_commit:1}
@ -625,6 +625,10 @@ run_all_tests
%changelog
* Tue Apr 14 2026 Michal Pospíšil <mpospisi@redhat.com> - 0.11.10-1%{?dist}.3
- Fixed CVE-2026-4800 by updating pcs-web-ui to 0.1.23.2
Resolves: RHEL-164191
* Fri Feb 6 2026 Michal Pospíšil <mpospisi@redhat.com> - 0.11.10-1%{?dist}.2
- Fixed CVE-2025-13465 by updating pcs-web-ui to 0.1.23.1
Resolves: RHEL-144292