|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: pcs
|
|
|
|
|
Version: 0.11.3
|
|
|
|
|
Release: 4%{?dist}.1
|
|
|
|
|
Release: 4%{?dist}.2
|
|
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
|
|
|
|
|
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
|
|
|
|
|
# GPLv2: pcs
|
|
|
|
@ -38,15 +38,15 @@ ExclusiveArch: i686 x86_64 s390x ppc64le aarch64
|
|
|
|
|
%global version_rubygem_ethon 0.15.0
|
|
|
|
|
%global version_rubygem_eventmachine 1.2.7
|
|
|
|
|
%global version_rubygem_ffi 1.15.5
|
|
|
|
|
%global version_rubygem_mustermann 1.1.1
|
|
|
|
|
%global version_rubygem_mustermann 2.0.2
|
|
|
|
|
%global version_rubygem_open4 1.3.4
|
|
|
|
|
%global version_rubygem_rack 2.2.3.1
|
|
|
|
|
%global version_rubygem_rack_protection 2.2.0
|
|
|
|
|
%global version_rubygem_rack 2.2.6.2
|
|
|
|
|
%global version_rubygem_rack_protection 2.2.4
|
|
|
|
|
%global version_rubygem_rack_test 1.1.0
|
|
|
|
|
%global version_rubygem_ruby2_keywords 0.0.5
|
|
|
|
|
%global version_rubygem_sinatra 2.2.0
|
|
|
|
|
%global version_rubygem_sinatra 2.2.4
|
|
|
|
|
%global version_rubygem_thin 1.8.1
|
|
|
|
|
%global version_rubygem_tilt 2.0.10
|
|
|
|
|
%global version_rubygem_tilt 2.0.11
|
|
|
|
|
%global version_rubygem_webrick 1.7.0
|
|
|
|
|
|
|
|
|
|
%global required_pacemaker_version 2.1.0
|
|
|
|
@ -361,7 +361,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/%{pcsd_public_dir}/images/
|
|
|
|
|
ln -fs /etc/favicon.png ${RPM_BUILD_ROOT}%{_libdir}/%{pcsd_public_dir}/images/favicon.png
|
|
|
|
|
|
|
|
|
|
# prepare license files
|
|
|
|
|
# some rubygems do not have a license file (ruby2_keywords, thin)
|
|
|
|
|
# some rubygems do not have a license file (thin)
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/backports-%{version_rubygem_backports}/LICENSE.txt backports_LICENSE.txt
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/daemons-%{version_rubygem_daemons}/LICENSE daemons_LICENSE
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/ethon-%{version_rubygem_ethon}/LICENSE ethon_LICENSE
|
|
|
|
@ -375,6 +375,7 @@ mv %{rubygem_bundle_dir}/gems/open4-%{version_rubygem_open4}/LICENSE open4_LICEN
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/rack-%{version_rubygem_rack}/MIT-LICENSE rack_MIT-LICENSE
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/rack-protection-%{version_rubygem_rack_protection}/License rack-protection_License
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/rack-test-%{version_rubygem_rack_test}/MIT-LICENSE.txt rack-test_MIT-LICENSE.txt
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/ruby2_keywords-%{version_rubygem_ruby2_keywords}/LICENSE ruby2_keywords_LICENSE
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/sinatra-%{version_rubygem_sinatra}/LICENSE sinatra_LICENSE
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/tilt-%{version_rubygem_tilt}/COPYING tilt_COPYING
|
|
|
|
|
mv %{rubygem_bundle_dir}/gems/webrick-%{version_rubygem_webrick}/LICENSE.txt webrick_LICENSE.txt
|
|
|
|
@ -500,6 +501,7 @@ run_all_tests
|
|
|
|
|
%license rack_MIT-LICENSE
|
|
|
|
|
%license rack-protection_License
|
|
|
|
|
%license rack-test_MIT-LICENSE.txt
|
|
|
|
|
%license ruby2_keywords_LICENSE
|
|
|
|
|
%license sinatra_LICENSE
|
|
|
|
|
%license tilt_COPYING
|
|
|
|
|
%license webrick_LICENSE.txt
|
|
|
|
@ -543,6 +545,11 @@ run_all_tests
|
|
|
|
|
%license pyagentx_LICENSE.txt
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* 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
|
|
|
|
|
- Resolves: rhbz#2159426
|
|
|
|
|
|
|
|
|
|
* Mon Dec 19 2022 Michal Pospisil <mpospisi@redhat.com> - 0.11.3-4.el9_1.1
|
|
|
|
|
- Fixed displaying of bool and integer values in `pcs resource config` command
|
|
|
|
|
- Resolves: rhbz#2151575
|
|
|
|
|