Skip to content

Commit f9dcec8

Browse files
zjhuntinclaude
authored andcommitted
Include openssl-fips-provider in EL9 openssl downgrade
The openssl 3.5.7-1 workaround from 57f417c excludes openssl-fips-provider-3.5.7-1 but does not downgrade it, causing a depsolve failure when the package is already installed on the box and its dependency on openssl-libs 3.5.7-1 conflicts with the exclude. Add openssl-fips-provider-3.5.5-3.el9 to the downgrade list so all three packages pin to the same known-good NVR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 57f417c commit f9dcec8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/vagrant_workarounds/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
name:
3131
- openssl-3.5.5-3.el9
3232
- openssl-libs-3.5.5-3.el9
33+
- openssl-fips-provider-3.5.5-3.el9
3334
state: present
3435
when:
3536
- ansible_facts['os_family'] == 'RedHat'

0 commit comments

Comments
 (0)