diff --git a/SPECS/openvswitch3.1.spec b/SPECS/openvswitch3.1.spec index 02860e1..162bb8e 100644 --- a/SPECS/openvswitch3.1.spec +++ b/SPECS/openvswitch3.1.spec @@ -63,7 +63,7 @@ Summary: Open vSwitch Group: System Environment/Daemons daemon/database/utilities URL: http://www.openvswitch.org/ Version: 3.1.0 -Release: 155%{?dist} +Release: 156%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -271,7 +271,7 @@ This package provides IPsec tunneling support for OVS tunnels. mv dpdk-*/ %{dpdkdir}/ -%patch0 -p1 +%patch -P0 -p1 %build %if 0%{?rhel} && 0%{?rhel} < 9 @@ -759,6 +759,10 @@ exit 0 %endif %changelog +* Fri Jan 31 2025 Timothy Redaelli - 3.1.0-156 +- template: use %patch -P0 instead of %patch0 [RH git: e2f8ea1555] + + * Fri Jan 31 2025 Kevin Traynor - 3.1.0-155 - redhat: update ovsci Jenkins URL [RH git: 75199712c6] Signed-off-by: Kevin Traynor