Skip to content

Commit

Permalink
Add dependency to java-devel for pki-server package
Browse files Browse the repository at this point in the history
The CLI `pki-server ca-audit-event-find` fails because it requires the `jar` command
provided by the java devel package which is not in the dependency list.
A direct dependency added.
  • Loading branch information
fmarco76 committed Sep 22, 2023
1 parent d3ab85b commit 02a77e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ca-basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
run: |
docker exec pki openssl x509 -text -noout -in /root/.dogtag/pki-tomcat/ca_admin.cert
- name: Check CA audit events
run: |
docker exec pki pki-server ca-audit-event-find
- name: Run PKI healthcheck
run: docker exec pki pki-healthcheck --failures-only

Expand Down
2 changes: 2 additions & 0 deletions pki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ Requires: openldap-clients
Requires: openssl
Requires: %{product_id}-tools = %{version}-%{release}

Requires: %{java_devel}

Requires: keyutils

Requires: policycoreutils-python-utils
Expand Down

0 comments on commit 02a77e4

Please sign in to comment.