import nmstate-2.0.0-3.el9_0

This commit is contained in:
CentOS Sources 2022-06-28 04:29:56 -04:00 committed by Stepan Oksanichenko
parent 2dd2a5d5c9
commit 13f27ca6db
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: nmstate
Version: 2.0.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Declarative network manager API
License: LGPLv2+
URL: https://github.com/%{srcname}/%{srcname}
@ -149,6 +149,9 @@ popd
/sbin/ldconfig
%changelog
* Wed Jun 15 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 2.0.0-3
- Rebuild in order to fix errata product listing. RHBZ#2097241
* Thu Feb 24 2022 Gris Ge <fge@redhat.com> - 2.0.0-2
- Force python3-libnmstate and nmstate-plugin-ovsdb as noarch. RHBZ#1996575