Test build with CI gating enabled
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
fc8cacb111
commit
f5edfe7d50
10
booth.spec
10
booth.spec
@ -61,7 +61,7 @@
|
||||
|
||||
Name: booth
|
||||
Version: %{boothver}
|
||||
Release: %{boothrel}%{?dist}.2
|
||||
Release: %{boothrel}%{?dist}.3
|
||||
Summary: Ticket Manager for Multi-site Clusters
|
||||
License: GPLv2+
|
||||
Url: https://github.com/%{github_owner}/%{name}
|
||||
@ -101,6 +101,8 @@ BuildRequires: sed
|
||||
BuildRequires: systemd
|
||||
## for autosetup
|
||||
BuildRequires: git
|
||||
# check scriptlet (for perl and netstat)
|
||||
BuildRequires: perl-interpreter net-tools
|
||||
|
||||
# this is for a composite-requiring-its-components arranged
|
||||
# as an empty package (empty files section) requiring subpackages
|
||||
@ -179,6 +181,8 @@ Requires: %{name}-site = %{version}-%{release}
|
||||
Requires: gdb
|
||||
Requires: python3
|
||||
Requires: python3-pexpect
|
||||
# runtests.py suite (for perl and netstat)
|
||||
Requires: perl-interpreter net-tools
|
||||
|
||||
%description test
|
||||
Automated tests for running Booth, ticket manager for multi-site clusters.
|
||||
@ -287,6 +291,10 @@ VERBOSE=1 make check
|
||||
/usr/lib/ocf/resource.d/booth/sharedrsc
|
||||
|
||||
%changelog
|
||||
* Mon Jun 1 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git.3
|
||||
- Add CI tests
|
||||
- Enable gating
|
||||
|
||||
* Mon Jun 1 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git.2
|
||||
- Package /var/lib/booth where booth can chroot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user