Skip to content

Commit

Permalink
Require the SELinux policies if SELinux is present
Browse files Browse the repository at this point in the history
This uses RPM rich dependency syntax.
  • Loading branch information
DemiMarie committed Dec 23, 2022
1 parent f955f2f commit 1b1711a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm_spec/core-agent.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ BuildRequires: redhat-lsb
# for update-mime-database
BuildRequires: shared-mime-info
Source0: %{name}-%{version}.tar.gz
%if %{with selinux}
Requires: (%{name}-selinux if selinux-policy)
%endif

%description
The Qubes core files for installation inside a Qubes VM.
Expand Down

0 comments on commit 1b1711a

Please sign in to comment.