From 0991bd858a19f4a00c0da68846bb86b839ee98aa Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 13:02:31 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libyang.git#5c0bf837e68af35c2772dc31c1f120759757bce5 --- libyang.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libyang.spec b/libyang.spec index 8bc9776..81d858b 100644 --- a/libyang.spec +++ b/libyang.spec @@ -8,7 +8,7 @@ Name: libyang Version: 1.0.184 -Release: 3%{?dist} +Release: 4%{?dist} Summary: YANG data modeling language library Url: https://github.com/CESNET/libyang Source: %{url}/archive/v%{version}.tar.gz @@ -29,6 +29,7 @@ BuildRequires: python3-devel BuildRequires: flex BuildRequires: bison BuildRequires: graphviz +BuildRequires: make %package devel Summary: Development files for libyang @@ -137,6 +138,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html %{python3_sitearch}/__pycache__/yang* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.0.184-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Sep 02 2020 Merlin Mathesius - 1.0.184-3 - Fix FTBFS by disabling valgrind on power since it finds bogus invalid writes in libcmocka