Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/pcs.git#7247eb7cfbdcaa5179627d7fe30b1c491dc48b16
This commit is contained in:
DistroBaker 2021-02-03 21:08:26 +00:00
parent 60f139c3bb
commit 7a8343c058

View File

@ -1,6 +1,6 @@
Name: pcs
Version: 0.10.7
Release: 2%{?dist}
Release: 4%{?dist}
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
# GPLv2: pcs
# MIT: ember, handlebars, jquery, jquery-ui
@ -50,6 +50,7 @@ Source101: https://github.com/idevat/pcs-web-ui/releases/download/%{ui_commit}/p
Patch0: fix-getting-type-hints-annotations-in-python-3.10.patch
# git for patches
BuildRequires: make
BuildRequires: git
#printf from coreutils is used in makefile
BuildRequires: coreutils
@ -73,6 +74,7 @@ BuildRequires: rubygem-open4
BuildRequires: rubygem-rack
BuildRequires: rubygem-rack-protection
BuildRequires: rubygem-rack-test
BuildRequires: rubygem(rexml)
BuildRequires: rubygem-sinatra
BuildRequires: rubygem-tilt
# ruby libraries for tests
@ -110,6 +112,7 @@ Requires: rubygem-open4
Requires: rubygem-rack
Requires: rubygem-rack-protection
Requires: rubygem-rack-test
Requires: rubygem(rexml)
Requires: rubygem-sinatra
Requires: rubygem-tilt
# ruby and gems for pcsd-ruby
@ -394,6 +397,12 @@ remove_all_tests
%license pyagentx_LICENSE.txt
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Jan 7 2021 Vít Ondruch <vondruch@redhat.com> - 0.10.7-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_3.0
* Thu Nov 26 2020 Ondrej Mular <omular@redhat.com> - 0.10.7-2
- Python 3.10 related fix