diff --git a/openvswitch.spec b/openvswitch.spec index 0c132ebf2487967d2e02d25e8cef92a1ad6d128c..ec666e06370e6fd6976f19ba9b5fb62dbbd19567 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -13,7 +13,7 @@ Name: openvswitch Summary: Open vSwitch daemon/database/utilities URL: https://www.openvswitch.org/ Version: 2.17.5 -Release: 3 +Release: 4 License: ASL 2.0 and LGPLv2+ and SISSL Source0: https://www.openvswitch.org/releases/%{name}-%{version}.tar.gz @@ -307,10 +307,12 @@ done %pre if ! getent group openvswith > /dev/null; then groupadd --system openvswith + groupadd openvswith fi if ! getent passwd openvswith > /dev/null; then useradd --system -g openvswith openvswith + useradd -g openvswith openvswith fi %post @@ -454,6 +456,9 @@ fi %{_sysusersdir}/openvswitch.conf %changelog +* Wed Jun 07 2023 wangxiyuan - 2.17.5-4 +- Fix package install warning + * Wed Apr 12 2023 zhangpan - 2.17.5-3 - fix CVE-2023-1668