File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 21
21
%endif
22
22
23
23
%if 0%{?rhel } >= 10
24
+ # https://docs.fedoraproject.org/en-US/packaging-guidelines/#_brp_buildroot_policy_scripts
24
25
%global __brp_check_rpaths %{nil }
25
26
%endif
26
27
@@ -172,7 +173,14 @@ Provides: ea-apache24-mmn = %{oldmmnisa}
172
173
Requires: ea-apache24-tools = %{version }-%{release }
173
174
Requires: ea-apache24-mod_proxy_http
174
175
Requires: ea-apache24-mod_proxy
176
+
177
+
178
+ %if 0%{?rhel } == 10
179
+ # ea-cpanel-tools needs cpanel perl which is not yet available on Almalinux 10
180
+ %else
175
181
Requires: ea-cpanel-tools
182
+ %endif
183
+
176
184
%if 0%{?rhel } < 8
177
185
Requires: elinks
178
186
%endif
@@ -1272,7 +1280,12 @@ BuildRequires: openssl, openssl-devel
1272
1280
Requires(post): openssl
1273
1281
%endif
1274
1282
1283
+ %if 0%{?rhel } >= 10
1284
+ Requires(post): /usr/bin/cat
1285
+ %else
1275
1286
Requires(post): /bin/cat
1287
+ %endif
1288
+
1276
1289
Requires(pre): ea-apache24
1277
1290
Requires: ea-apache24 = 0:%{version }-%{release }, ea-apache24-mmn = %{mmnisa }
1278
1291
Obsoletes: stronghold-mod_ssl, mod_ssl
You can’t perform that action at this time.
0 commit comments