From 00a995a885bd3853ec856de6980073001b96d093 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 01:48:03 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- libyang.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libyang.spec b/libyang.spec index d3f59b1..12818ab 100644 --- a/libyang.spec +++ b/libyang.spec @@ -8,7 +8,7 @@ Name: libyang Version: 1.0.225 -Release: 1%{?dist} +Release: 2%{?dist} Summary: YANG data modeling language library Url: https://github.com/CESNET/libyang Source: %{url}/archive/v%{version}.tar.gz @@ -138,6 +138,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html %{python3_sitearch}/__pycache__/yang* %changelog +* Fri Apr 16 2021 Mohan Boddu - 1.0.225-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Mar 09 2021 Tomas Korbar - 1.0.225-1 - Rebase to version 1.0.225 - Resolves: rhbz#1936718