Skip to content

Commit 0671a55

Browse files
committed
Updating ci and spec files.
1 parent f461da6 commit 0671a55

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
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]

recodex-monitor.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
Summary: Publish ZeroMQ messages through WebSockets
88
Name: %{name}
@@ -18,7 +18,7 @@ Url: https://github.com/ReCodEx/monitor
1818

1919
BuildRequires: 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}
2222
Requires(post): systemd
2323
Requires(preun): systemd
2424
Requires(postun): systemd
@@ -68,5 +68,5 @@ exit 0
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

0 commit comments

Comments
 (0)