Be sure dirs.py is updated

Resolves: #2055576
f38
Timothy Redaelli 3 years ago
parent a17c9d439d
commit 32fce950ec

@ -45,7 +45,7 @@ Name: openvswitch
Summary: Open vSwitch daemon/database/utilities Summary: Open vSwitch daemon/database/utilities
URL: https://www.openvswitch.org/ URL: https://www.openvswitch.org/
Version: 2.17.0 Version: 2.17.0
Release: 2%{?dist} Release: 3%{?dist}
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the
# lib/sflow*.[ch] files are SISSL # 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 sed -i.old -e "s/^AC_INIT(openvswitch,.*,/AC_INIT(openvswitch, %{version},/" configure.ac
%endif %endif
# BZ#2055576
rm -f python/ovs/dirs.py
./boot.sh ./boot.sh
%configure \ %configure \
%if %{with libcapng} %if %{with libcapng}
@ -481,6 +484,9 @@ chown -R openvswitch:openvswitch /etc/openvswitch
%{_sysusersdir}/openvswitch.conf %{_sysusersdir}/openvswitch.conf
%changelog %changelog
* Mon Mar 28 2022 Timothy Redaelli <tredaelli@redhat.com> - 2.17.0-3
- Be sure dirs.py is updated (#2055576)
* Tue Mar 15 2022 Christian Glombek <lorbus@fedoraproject.org> - 2.17.0-2 * Tue Mar 15 2022 Christian Glombek <lorbus@fedoraproject.org> - 2.17.0-2
- Provide a sysusers.d file to get user() and group() provides - Provide a sysusers.d file to get user() and group() provides
(see https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format). (see https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format).

Loading…
Cancel
Save