File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push, pull_request]
44
55jobs :
66 test :
7- runs-on : ubuntu-20 .04
7+ runs-on : ubuntu-22 .04
88 strategy :
99 matrix :
1010 python-version : [3.6, 3.9]
Original file line number Diff line number Diff line change 22%define short_name monitor
33%define version 1.0.1
44%define unmangled_version fb200283e9c7fde3c196baced0c61b7bf1a51029
5- %define release 12
5+ %define release 15
66
77Summary: Publish ZeroMQ messages through WebSockets
88Name: %{name }
@@ -18,7 +18,7 @@ Url: https://github.com/ReCodEx/monitor
1818
1919BuildRequires: systemd
2020%{?fedora:BuildRequires: python3 python3-devel python3-setuptools}
21- %{?rhel:BuildRequires: python36 python3-devel python3-setuptools}
21+ %{?rhel:BuildRequires: python3 python3-devel python3-setuptools}
2222Requires(post): systemd
2323Requires(preun): systemd
2424Requires(postun): systemd
6868%{python3_sitelib }/monitor/
6969%{python3_sitelib }/recodex_monitor-%{version }-py?.?.egg-info/
7070%{_bindir }/recodex-monitor
71- %config(noreplace) %attr(- ,recodex,recodex) %{_sysconfdir }/recodex/monitor/config.yml
71+ %config(noreplace) %attr(0600 ,recodex,recodex) %{_sysconfdir }/recodex/monitor/config.yml
7272/lib/systemd/system/recodex-monitor.service
You can’t perform that action at this time.
0 commit comments