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
|
Name: booth
|
||||||
Version: %{boothver}
|
Version: %{boothver}
|
||||||
Release: %{boothrel}%{?dist}.2
|
Release: %{boothrel}%{?dist}.3
|
||||||
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}
|
||||||
@ -101,6 +101,8 @@ BuildRequires: sed
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
## for autosetup
|
## for autosetup
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
|
# check scriptlet (for perl and netstat)
|
||||||
|
BuildRequires: perl-interpreter net-tools
|
||||||
|
|
||||||
# this is for a composite-requiring-its-components arranged
|
# this is for a composite-requiring-its-components arranged
|
||||||
# as an empty package (empty files section) requiring subpackages
|
# as an empty package (empty files section) requiring subpackages
|
||||||
@ -179,6 +181,8 @@ Requires: %{name}-site = %{version}-%{release}
|
|||||||
Requires: gdb
|
Requires: gdb
|
||||||
Requires: python3
|
Requires: python3
|
||||||
Requires: python3-pexpect
|
Requires: python3-pexpect
|
||||||
|
# runtests.py suite (for perl and netstat)
|
||||||
|
Requires: perl-interpreter net-tools
|
||||||
|
|
||||||
%description test
|
%description test
|
||||||
Automated tests for running Booth, ticket manager for multi-site clusters.
|
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
|
/usr/lib/ocf/resource.d/booth/sharedrsc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 1 2020 Jan Friesse <jfriesse@redhat.com> - 1.0-5.385cc25.git.2
|
||||||
- Package /var/lib/booth where booth can chroot
|
- Package /var/lib/booth where booth can chroot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user