mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
Merge pull request #40 from praiskup/selinux-optional-dep
Don't depend on dist-git-selinux inside containers
This commit is contained in:
commit
c30673c51c
1 changed files with 4 additions and 0 deletions
|
@ -21,7 +21,11 @@ BuildRequires: systemd
|
|||
|
||||
Requires: httpd
|
||||
Requires: perl(Sys::Syslog)
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
Requires: (dist-git-selinux if selinux-policy-targeted)
|
||||
%else
|
||||
Requires: dist-git-selinux
|
||||
%endif
|
||||
Requires: git
|
||||
Requires: git-daemon
|
||||
Requires: mod_ssl
|
||||
|
|
Loading…
Add table
Reference in a new issue