Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
rpm-icingaweb2
Commits
b0756e45
Commit
b0756e45
authored
Jul 21, 2021
by
Johannes Meyer
Browse files
Add missing php extension requirements
parent
71974193
Changes
1
Hide whitespace changes
Inline
Side-by-side
icingaweb2.spec
View file @
b0756e45
...
...
@@ -122,6 +122,9 @@ Summary: Icinga Web 2 PHP library
Group: Development/Libraries
Requires: %{php_common} >= %{php_version}
Requires: %{php}-gd %{php}-intl %{php}-mbstring
%if 0%{?sle_version} >= 150200
Requires: %{php}-dom %{php}-curl
%endif
%{?rhel:Requires: %{php}-pdo %{php}-xml}
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 30
Requires: %{php}-json
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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