From d11997aaa5d619fa6b7d6da0fdf308b3fde358c5 Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Fri, 18 Jul 2025 05:08:38 +0200 Subject: [PATCH] OCPBUGS-59303: Revert "extensions-rhel-9.{4,6}: unpin libreswan" This reverts commit f0a5e7a4f15a8a05489bf2cda6524eae6af247d5. The unpinning was not intentional and it will be reverted in [1][2]. Let's revert here as well to match. [1] https://github.com/openshift/ovn-kubernetes/pull/2663 [2] https://github.com/openshift/ovn-kubernetes/pull/2663/commits/7427c9822295e70889466d7d50835bc1086c13a2 --- extensions-rhel-9.4.yaml | 4 +++- extensions-rhel-9.6.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/extensions-rhel-9.4.yaml b/extensions-rhel-9.4.yaml index c98f848df..c358d9ade 100644 --- a/extensions-rhel-9.4.yaml +++ b/extensions-rhel-9.4.yaml @@ -15,7 +15,9 @@ extensions: # https://github.com/coreos/fedora-coreos-tracker/issues/1504 ipsec: packages: - - libreswan + # pin to 4.6-3.el9_0.3 for now for https://issues.redhat.com/browse/OCPBUGS-43498 + # we can revert once that's fixed in latest libreswan + - libreswan-4.6-3.el9_0.3 - NetworkManager-libreswan # https://github.com/coreos/fedora-coreos-tracker/issues/326 usbguard: diff --git a/extensions-rhel-9.6.yaml b/extensions-rhel-9.6.yaml index 5b9e38077..6de605ece 100644 --- a/extensions-rhel-9.6.yaml +++ b/extensions-rhel-9.6.yaml @@ -18,7 +18,9 @@ extensions: # https://github.com/coreos/fedora-coreos-tracker/issues/1504 ipsec: packages: - - libreswan + # pin to 4.6-3.el9_0.3 for now for https://issues.redhat.com/browse/OCPBUGS-43498 + # we can revert once that's fixed in latest libreswan + - libreswan-4.6-3.el9_0.3 - NetworkManager-libreswan # https://github.com/coreos/fedora-coreos-tracker/issues/326 usbguard: