import OL pcs-0.11.10-1.el9_7.2
This commit is contained in:
parent
20382a34cf
commit
70af970117
4
.gitignore
vendored
4
.gitignore
vendored
@ -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.tar.gz
|
||||
SOURCES/pcs-web-ui-node-modules-0.1.23.tar.xz
|
||||
SOURCES/pcs-web-ui-0.1.23.1.tar.gz
|
||||
SOURCES/pcs-web-ui-node-modules-0.1.23.1.tar.xz
|
||||
SOURCES/puma-6.6.0.gem
|
||||
SOURCES/pyagentx-0.4.pcs.2.tar.gz
|
||||
SOURCES/rack-3.2.3.gem
|
||||
|
||||
@ -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
|
||||
6ce5e06811ffcaa492fce44383e1576219812096 SOURCES/pcs-web-ui-0.1.23.tar.gz
|
||||
ada7c4bba63a59195aee0780256773ebc2370d2e SOURCES/pcs-web-ui-node-modules-0.1.23.tar.xz
|
||||
0c2e9ec44c5fbacb0c654323fa50a90198212154 SOURCES/pcs-web-ui-0.1.23.1.tar.gz
|
||||
9bf33c4d9520794c6a1e6e8ace445d4ab1670a27 SOURCES/pcs-web-ui-node-modules-0.1.23.1.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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: pcs
|
||||
Version: 0.11.10
|
||||
Release: 1%{?dist}.1
|
||||
Release: 1%{?dist}.2
|
||||
# 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
|
||||
%global ui_version 0.1.23.1
|
||||
# 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
|
||||
%global ui_modules_version 0.1.23.1
|
||||
|
||||
%global ui_version_or_commit %{ui_version}
|
||||
%if 0%{?ui_branch_or_commit:1}
|
||||
@ -625,6 +625,10 @@ run_all_tests
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Thu Oct 23 2025 Michal Pospíšil <mpospisi@redhat.com> - 0.11.10-1%{?dist}.1
|
||||
- Fixed CVE-2025-59830, CVE-2025-61770, CVE-2025-61771, CVE-2025-61772, CVE-2025-61919 by updating bundled rubygem rack
|
||||
Resolves: RHEL-120945, RHEL-121035, RHEL-123630, RHEL-123642, RHEL-124938
|
||||
|
||||
Loading…
Reference in New Issue
Block a user