From 06f5320800412c7df75fac000353e8eefb1e513b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 04 2021 18:14:07 +0000 Subject: Rebuilt for Python 3.10 --- diff --git a/openvswitch.spec b/openvswitch.spec index ff0723e..4ac83ea 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -45,7 +45,7 @@ Name: openvswitch Summary: Open vSwitch daemon/database/utilities URL: http://www.openvswitch.org/ Version: 2.15.0 -Release: 5%{?commit0:.%{date}git%{shortcommit0}}%{?dist} +Release: 6%{?commit0:.%{date}git%{shortcommit0}}%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -485,6 +485,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch %endif %changelog +* Fri Jun 04 2021 Python Maint - 2.15.0-6 +- Rebuilt for Python 3.10 + * Wed Feb 24 2021 Timothy Redaelli - 2.15.0-5 - Move scripts that requires python in python3-openvswitch (#1901144)