import booth-1.0-199.2.ac1d34c.git.el8
This commit is contained in:
parent
1c65463771
commit
191e7b2dd2
@ -30,7 +30,7 @@
|
|||||||
%global git_describe_str v1.0-199-gac1d34ce172678a8f5ba415e976cf2366d45e15e
|
%global git_describe_str v1.0-199-gac1d34ce172678a8f5ba415e976cf2366d45e15e
|
||||||
|
|
||||||
# Set this to 1 when rebasing (changing git_describe_str) and increase otherwise
|
# Set this to 1 when rebasing (changing git_describe_str) and increase otherwise
|
||||||
%global release 1
|
%global release 2
|
||||||
|
|
||||||
# Run shell script to parse git_describe str into version, numcomm and sha1 hash
|
# Run shell script to parse git_describe str into version, numcomm and sha1 hash
|
||||||
%global booth_ver %(s=%{git_describe_str}; vver=${s%%%%-*}; echo ${vver:1})
|
%global booth_ver %(s=%{git_describe_str}; vver=${s%%%%-*}; echo ${vver:1})
|
||||||
@ -56,15 +56,15 @@
|
|||||||
|
|
||||||
Name: booth
|
Name: booth
|
||||||
Version: %{booth_ver}
|
Version: %{booth_ver}
|
||||||
Release: %{booth_numcomm}.%{release}.%{booth_short_sha1}.git%{?dist}.1
|
Release: %{booth_numcomm}.%{release}.%{booth_short_sha1}.git%{?dist}
|
||||||
Summary: Ticket Manager for Multi-site Clusters
|
Summary: Ticket Manager for Multi-site Clusters
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: https://github.com/%{github_owner}/%{name}
|
Url: https://github.com/%{github_owner}/%{name}
|
||||||
Source0: https://github.com/%{github_owner}/%{name}/archive/%{booth_short_sha1}/%{booth_archive_name}.tar.gz
|
Source0: https://github.com/%{github_owner}/%{name}/archive/%{booth_short_sha1}/%{booth_archive_name}.tar.gz
|
||||||
Patch0: 0001-build-Do-not-link-with-pcmk-libraries.patch
|
Patch0: 0001-build-Do-not-link-with-pcmk-libraries.patch
|
||||||
Patch1: 0002-pacemaker-Handle-updated-exit-code-of-crm_ticket.patch
|
Patch1: 0002-pacemaker-Handle-updated-exit-code-of-crm_ticket.patch
|
||||||
Patch2: bz2113967-1-Revert-Refactor-main-substitute-is_auth_req-macro.patch
|
Patch2: bz2111668-1-Revert-Refactor-main-substitute-is_auth_req-macro.patch
|
||||||
Patch3: bz2113967-2-config-Add-enable-authfile-option.patch
|
Patch3: bz2111668-2-config-Add-enable-authfile-option.patch
|
||||||
|
|
||||||
# direct build process dependencies
|
# direct build process dependencies
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -305,8 +305,8 @@ VERBOSE=1 make check
|
|||||||
%{_usr}/lib/ocf/resource.d/booth/sharedrsc
|
%{_usr}/lib/ocf/resource.d/booth/sharedrsc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 04 2022 Jan Friesse <jfriesse@redhat.com> - 1.0-199.1.ac1d34c.git.1
|
* Wed Aug 03 2022 Jan Friesse <jfriesse@redhat.com> - 1.0-199.2.ac1d34c.git
|
||||||
- Resolves: rhbz#2113967
|
- Resolves: rhbz#2111668
|
||||||
|
|
||||||
- Fix authfile directive handling in booth config file
|
- Fix authfile directive handling in booth config file
|
||||||
(fixes CVE-2022-2553)
|
(fixes CVE-2022-2553)
|
||||||
|
Loading…
Reference in New Issue
Block a user