New upstream release
- Update to current snapshot (commit 385cc25) to fix build warnings Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
6754bd09f1
commit
1c033bd3f0
11
booth.spec
11
booth.spec
@ -25,11 +25,11 @@
|
||||
# Disable automatic compilation of Python files in extra directories
|
||||
%global _python_bytecompile_extra 0
|
||||
|
||||
%global specver 4
|
||||
%global specver 5
|
||||
%global boothver 1.0
|
||||
# set following to the actual commit or, for final release, concatenate
|
||||
# "boothver" macro to "v" (will yield a tag per the convention)
|
||||
%global commit 5d837d2b5bf1c240a5f1c5efe4e8d79f55727cca
|
||||
%global commit 385cc25a37694934848a8a7647471c82fcdad317
|
||||
%global lparen (
|
||||
%global rparen )
|
||||
%global shortcommit %(c=%{commit}; case ${c} in
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: booth
|
||||
Version: %{boothver}
|
||||
Release: %{boothrel}%{?dist}.2
|
||||
Release: %{boothrel}%{?dist}
|
||||
Summary: Ticket Manager for Multi-site Clusters
|
||||
License: GPLv2+
|
||||
Url: https://github.com/%{github_owner}/%{name}
|
||||
@ -192,6 +192,8 @@ Automated tests for running Booth, ticket manager for multi-site clusters.
|
||||
%{!?with_glue:--without-glue} \
|
||||
PYTHON=%{__python3}
|
||||
%{make_build}
|
||||
# Build testsuite files
|
||||
%{make_build} test/runtests.py
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
@ -265,6 +267,9 @@ VERBOSE=1 make check
|
||||
/usr/lib/ocf/resource.d/booth/sharedrsc
|
||||
|
||||
%changelog
|
||||
* Wed May 27 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git
|
||||
- Update to current snapshot (commit 385cc25) to fix build warnings
|
||||
|
||||
* Wed May 13 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-4.5d837d2.git.2
|
||||
- Rebuild for the new libqb
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (booth-5d837d2.tar.gz) = 3118dd43796415c603ad200247c7905ccb3bcb71cc705848f0762f3dfeb5dcb7d3b1a935d2cee70da81328f0555d7b776eda7587c4c755fc570496a7a1dd8c49
|
||||
SHA512 (booth-385cc25.tar.gz) = a8005eab1b12a5ab77284df3a1b7d7cdf2014f41640925133d1d7e63c4c88e9c09f778d54a1880ba0ede470121f87ccb5293e9e063854d79eb7d152421509227
|
||||
|
Loading…
Reference in New Issue
Block a user