Skip to content

Commit

Permalink
clean up of macros referencing rhel7
Browse files Browse the repository at this point in the history
  • Loading branch information
xsuchy authored and praiskup committed Aug 14, 2024
1 parent 8001a15 commit 0b0905c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mock/mock.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ Conflicts: mock-core-configs < 33
# Requires 'mock-core-configs', or replacement (GitHub PR#544).
Requires: mock-configs
Requires: %{name}-filesystem = %{version}-%{release}
%if 0%{?fedora} || 0%{?rhel} >= 8
# This is still preferred package providing 'mock-configs'
Suggests: mock-core-configs
%endif

Requires: systemd
%if 0%{?fedora} || 0%{?rhel} >= 8
%if 0%{?fedora} || 0%{?rhel}
Requires: systemd-container
%endif
Requires: coreutils
Expand Down Expand Up @@ -93,7 +91,7 @@ BuildRequires: python%{python3_pkgversion}-requests
BuildRequires: python%{python3_pkgversion}-templated-dictionary
%endif

%if 0%{?fedora} || 0%{?rhel} >= 8
%if 0%{?fedora} || 0%{?rhel}
BuildRequires: perl-interpreter
%else
BuildRequires: perl
Expand Down

0 comments on commit 0b0905c

Please sign in to comment.