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