From 32fce950ec03cf264e3431bd393727a2020a5dda Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Mar 28 2022 16:30:40 +0000 Subject: Be sure dirs.py is updated Resolves: #2055576 --- diff --git a/openvswitch.spec b/openvswitch.spec index f01e09e..ce37a66 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -45,7 +45,7 @@ Name: openvswitch Summary: Open vSwitch daemon/database/utilities URL: https://www.openvswitch.org/ Version: 2.17.0 -Release: 2%{?dist} +Release: 3%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -191,6 +191,9 @@ This package provides IPsec tunneling support for OVS tunnels. sed -i.old -e "s/^AC_INIT(openvswitch,.*,/AC_INIT(openvswitch, %{version},/" configure.ac %endif +# BZ#2055576 +rm -f python/ovs/dirs.py + ./boot.sh %configure \ %if %{with libcapng} @@ -481,6 +484,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch %{_sysusersdir}/openvswitch.conf %changelog +* Mon Mar 28 2022 Timothy Redaelli - 2.17.0-3 +- Be sure dirs.py is updated (#2055576) + * Tue Mar 15 2022 Christian Glombek - 2.17.0-2 - Provide a sysusers.d file to get user() and group() provides (see https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format).