Add a RHEL conditional
This commit is contained in:
parent
fe30064e6c
commit
9135124630
@ -38,7 +38,10 @@ Requires: flatpak%{?_isa} >= %{flatpak_version}
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
||||
Requires: /usr/bin/bzip2
|
||||
%if ! 0%{?rhel} > 7
|
||||
# No bzr in latest RHEL
|
||||
Requires: /usr/bin/bzr
|
||||
%endif
|
||||
Requires: /usr/bin/eu-strip
|
||||
Requires: /usr/bin/git
|
||||
Requires: /usr/bin/patch
|
||||
|
Loading…
Reference in New Issue
Block a user