|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: pcs
|
|
|
|
|
Version: 0.11.3
|
|
|
|
|
Release: 4%{?dist}.2
|
|
|
|
|
Release: 4%{?dist}.3
|
|
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
|
|
|
|
|
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
|
|
|
|
|
# GPLv2: pcs
|
|
|
|
@ -24,8 +24,8 @@ ExclusiveArch: i686 x86_64 s390x ppc64le aarch64
|
|
|
|
|
%global pcs_source_name %{name}-%{version_or_commit}
|
|
|
|
|
|
|
|
|
|
# ui_commit can be determined by hash, tag or branch
|
|
|
|
|
%global ui_commit 0.1.14
|
|
|
|
|
%global ui_modules_version 0.1.14
|
|
|
|
|
%global ui_commit 0.1.14.1
|
|
|
|
|
%global ui_modules_version 0.1.14.1
|
|
|
|
|
%global ui_src_name pcs-web-ui-%{ui_commit}
|
|
|
|
|
|
|
|
|
|
%global pcs_snmp_pkg_name pcs-snmp
|
|
|
|
@ -545,6 +545,10 @@ run_all_tests
|
|
|
|
|
%license pyagentx_LICENSE.txt
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 24 2023 Michal Pospisil <mpospisi@redhat.com> - 0.11.3-4.el9_1.3
|
|
|
|
|
- Fixed a vulnerability in pcs-web-ui-node-modules
|
|
|
|
|
- Resolves: rhbz#2179900
|
|
|
|
|
|
|
|
|
|
* Thu Jan 26 2023 Michal Pospisil <mpospisi@redhat.com> - 0.11.3-4.el9_1.2
|
|
|
|
|
- Updated bundled rubygems: mustermann, rack, rack_protection, sinatra, tilt
|
|
|
|
|
- Added license for rubygem ruby2_keywords
|
|
|
|
|