import booth-1.0-199.2.ac1d34c.git.el8

This commit is contained in:
CentOS Sources 2022-11-08 01:32:09 -05:00 committed by Stepan Oksanichenko
parent 1c65463771
commit 191e7b2dd2
3 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@
%global git_describe_str v1.0-199-gac1d34ce172678a8f5ba415e976cf2366d45e15e
# 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
%global booth_ver %(s=%{git_describe_str}; vver=${s%%%%-*}; echo ${vver:1})
@ -56,15 +56,15 @@
Name: booth
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
License: GPLv2+
Url: https://github.com/%{github_owner}/%{name}
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
Patch1: 0002-pacemaker-Handle-updated-exit-code-of-crm_ticket.patch
Patch2: bz2113967-1-Revert-Refactor-main-substitute-is_auth_req-macro.patch
Patch3: bz2113967-2-config-Add-enable-authfile-option.patch
Patch2: bz2111668-1-Revert-Refactor-main-substitute-is_auth_req-macro.patch
Patch3: bz2111668-2-config-Add-enable-authfile-option.patch
# direct build process dependencies
BuildRequires: autoconf
@ -305,8 +305,8 @@ VERBOSE=1 make check
%{_usr}/lib/ocf/resource.d/booth/sharedrsc
%changelog
* Thu Aug 04 2022 Jan Friesse <jfriesse@redhat.com> - 1.0-199.1.ac1d34c.git.1
- Resolves: rhbz#2113967
* Wed Aug 03 2022 Jan Friesse <jfriesse@redhat.com> - 1.0-199.2.ac1d34c.git
- Resolves: rhbz#2111668
- Fix authfile directive handling in booth config file
(fixes CVE-2022-2553)