Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Packages
rpms
isc-bind
Commits
434d4d8a
Commit
434d4d8a
authored
Oct 25, 2019
by
Michał Kępień
Browse files
Fix dependencies on RHEL/CentOS 8
parent
00fef0f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
isc-bind.spec
View file @
434d4d8a
...
...
@@ -13,11 +13,15 @@ Summary: Package that installs %scl
Name: %scl_name
Epoch: 1
Version: 2
Release:
1
%{?dist}
Release:
2
%{?dist}
License: MPL 2.0
Requires: %{scl_prefix}bind
Requires: %{scl_prefix}bind-utils
%if 0%{?rhel} >= 8
Requires: policycoreutils-python-utils
%else
Requires: policycoreutils-python
%endif
BuildRequires: scl-utils-build
%description
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment