From b017cb433b4c0373be57ce6a790eb0e3feaadc74 Mon Sep 17 00:00:00 2001 From: Ricardo Noriega Date: Mon, 6 Feb 2023 16:41:23 +0100 Subject: [PATCH] Add minimum CRIO version as rpm requirement Signed-off-by: Ricardo Noriega --- packaging/rpm/microshift.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/rpm/microshift.spec b/packaging/rpm/microshift.spec index 300f35ccef..695dfaaa67 100644 --- a/packaging/rpm/microshift.spec +++ b/packaging/rpm/microshift.spec @@ -50,8 +50,8 @@ BuildRequires: make BuildRequires: policycoreutils BuildRequires: systemd -Requires: cri-o -Requires: cri-tools +Requires: cri-o >= 1.25 +Requires: cri-tools >= 1.25 Requires: iptables Requires: microshift-selinux Requires: microshift-networking @@ -273,6 +273,9 @@ systemctl enable --now --quiet openvswitch || true # Use Git command to generate the log and replace the VERSION string # LANG=C git log --date="format:%a %b %d %Y" --pretty="tformat:* %cd %an <%ae> VERSION%n- %s%n" packaging/rpm/microshift.spec %changelog +* Mon Feb 06 2023 Ricardo Noriega de Soto 4.13.0 +- Require minimum CRIO version + * Fri Jan 27 2023 Miguel Angel Ajo Pelayo 4.12.0 - Add firewalld systemd service override configuration to avoid access to iptables