-
Notifications
You must be signed in to change notification settings - Fork 3
/
argo-probe-poem.spec
59 lines (46 loc) · 1.46 KB
/
argo-probe-poem.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# sitelib
%define dir /usr/libexec/argo/probes/poem
Name: argo-probe-poem
Summary: Multi-tenant aware probes checking ARGO POEM.
Version: 0.2.1
Release: 1%{?dist}
License: ASL 2.0
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Group: Network/Monitoring
BuildArch: noarch
BuildRequires: python3-devel
%if 0%{?el7}
Requires: python36-requests, python36-pyOpenSSL
%else
Requires: python3-requests, python3-pyOpenSSL
%endif
%description
This package includes probes that check ARGO POEM component.
Currently it contains three probes:
- poem-cert-probe
- poem-metricapi-probe
- poem-probecandidate-probe
%prep
%setup -q
%build
%{py3_build}
%install
%{py3_install "--record=INSTALLED_FILES" }
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%{python3_sitelib}/argo_probe_poem
%{dir}
%changelog
* Thu Apr 4 2024 Katarina Zailac <kzailac@srce.hr> - 0.2.1-1%{?dist}
- AO-926 Create Rocky 9 rpm for argo-probe-poem
* Thu Jul 6 2023 Katarina Zailac <kzailac@srce.hr> - 0.2.0-1%{?dist}
- ARGO-4319 Create probe that checks if there are pending probe candidates
- ARGO-4125 Configure POEM probe test execution
- ARGO-4120 Various poem-sensor fixes
- ARGO-4118 Bump poem sensor to Python3 and use TLSv1.2
- ARGO-3988 Switch argo-probe-poem to Py3
* Thu Jun 9 2021 Katarina Zailac <kzailac@gmail.com> - 0.1.0-1%{?dist}
- AO-650 Harmonize argo-mon probes