File tree 1 file changed +12
-3
lines changed
toolkit/perfsonar-toolkit/unibuild-packaging/rpm
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 17
17
%define crontab_1 cron-service_watcher
18
18
19
19
%define perfsonar_auto_version 5.0.7
20
- %define perfsonar_auto_relnum 1
20
+ %define perfsonar_auto_relnum 2
21
21
22
22
Name: perfsonar-toolkit
23
23
Version: %{perfsonar_auto_version }
@@ -146,8 +146,12 @@ Requires(post): coreutils
146
146
Requires(post): httpd
147
147
Requires(post): iperf
148
148
Requires(post): mod_ssl
149
+ #EL8 puts this in systemd, EL7 and EL9 in systemd-resolved
150
+ %if 0%{?el8 }
151
+ Requires(post): systemd
152
+ %else
149
153
Requires(post): systemd-resolved
150
-
154
+ %endif
151
155
152
156
%description
153
157
The perfSONAR Toolkit web GUI and associated services.
@@ -156,7 +160,12 @@ The perfSONAR Toolkit web GUI and associated services.
156
160
Summary: perfSONAR Testpoint System Configuration
157
161
Group: Development/Tools
158
162
Requires: perfsonar-psconfig-pscheduler
159
- Requires: systemd-resolved
163
+ #EL8 puts this in systemd, EL7 and EL9 in systemd-resolved
164
+ %if 0%{?el8 }
165
+ Requires: systemd
166
+ %else
167
+ Requires: systemd-resolved
168
+ %endif
160
169
%if 0%{?el7 }
161
170
Requires: yum-cron
162
171
%else
You can’t perform that action at this time.
0 commit comments