-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathargo-probe-webapi.spec
55 lines (42 loc) · 1.3 KB
/
argo-probe-webapi.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
# sitelib
%define dir /usr/libexec/argo/probes/webapi
%global __python %{python3}
Name: argo-probe-webapi
Summary: Probe checking ARGO WEB-API component.
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
%else
Requires: python3-requests
%endif
%description
This package includes probe that checks ARGO WEB-API.
%prep
%setup -q
%build
%{py3_build}
%install
%{py3_install "--record=INSTALLED_FILES"}
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%{python3_sitelib}/argo_probe_webapi
%{dir}
%changelog
* Thu Apr 4 2024 Katarina Zailac <kzailac@srce.hr> - 0.2.1-1%{?dist}
- AO-927 Create Rocky 9 rpm for argo-probe-webapi
* Thu Mar 7 2024 Katarina Zailac <kzailac@srce.hr> - 0.2.0-1%{?dist}
- ARGO-4477 Improve message when using single tenant
- ARGO-4478 Bug when having problems with status report
- ARGO-4474 Add performance data to argo-probe-webapi
- ARGO-4443 Refactor of argo-probe-webapi report print
* Fri Jun 10 2022 Katarina Zailac <kzailac@gmail.com> - 0.1.0-1%{?dist}
- AO-650 Harmonize argo-mon probes