File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,11 @@ Conflicts: mock-core-configs < 33
33
33
# Requires 'mock-core-configs', or replacement (GitHub PR#544).
34
34
Requires: mock-configs
35
35
Requires: %{name }-filesystem = %{version }-%{release }
36
- %if 0%{?fedora } || 0%{?rhel } >= 8
37
36
# This is still preferred package providing 'mock-configs'
38
37
Suggests: mock-core-configs
39
- %endif
40
38
41
39
Requires: systemd
42
- %if 0%{?fedora } || 0%{?rhel } >= 8
40
+ %if 0%{?fedora } || 0%{?rhel }
43
41
Requires: systemd-container
44
42
%endif
45
43
Requires: coreutils
@@ -93,7 +91,7 @@ BuildRequires: python%{python3_pkgversion}-requests
93
91
BuildRequires: python%{python3_pkgversion }-templated-dictionary
94
92
%endif
95
93
96
- %if 0%{?fedora } || 0%{?rhel } >= 8
94
+ %if 0%{?fedora } || 0%{?rhel }
97
95
BuildRequires: perl-interpreter
98
96
%else
99
97
BuildRequires: perl
You can’t perform that action at this time.
0 commit comments