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