-
Notifications
You must be signed in to change notification settings - Fork 7
/
rig.spec
50 lines (38 loc) · 1.14 KB
/
rig.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
Name: rig
Summary: Monitor a system for events and trigger specific actions
Version: 2.0a
Release: 1%{?dist}
Url: https://github.com/TurboTurtle/rig
Source0: %{url}/archive/%{name}-%{version}.tar.gz
License: GPLv2
BuildArch: noarch
Requires: python3dist(systemd-python)
Requires: python3dist(psutil)
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3dist(systemd-python)
BuildRequires: python3dist(psutil)
%description
Rig is a utility designed to watch or monitor specific system resources (e.g.
log files, journals, system activity, etc...) and then take specific action
when the trigger condition is met. Its primary aim is to assist in
troubleshooting and data collection for randomly occurring events.
%prep
%setup -q
%build
%py3_build
%install
%py3_install
%files
%{_bindir}/rig
%{_mandir}/man1/*
%{_mandir}/man7/*
%{python3_sitelib}/rig-*.egg-info/
%{python3_sitelib}/rigging/
%license LICENSE
%doc README.md
%changelog
* Fri Apr 22 2022 Jake Hunsaker <[email protected]> - 1.1-1
- New upstream release
* Tue Jul 28 2020 Jake Hunsaker <[email protected]> - 1.0-1
- Version 1.0 release