From 8207d5a45614a368f18998571292adede2bf86d3 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 4 Jul 2022 13:30:48 +0300 Subject: [PATCH] Fix compilation error --- SPECS/libyang.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SPECS/libyang.spec b/SPECS/libyang.spec index 5c4625f..bd4c133 100644 --- a/SPECS/libyang.spec +++ b/SPECS/libyang.spec @@ -8,7 +8,7 @@ Name: libyang Version: 1.0.184 -Release: 1%{?dist} +Release: 1%{?dist}.alma Summary: YANG data modeling language library Url: https://github.com/CESNET/libyang Source: %{url}/archive/libyang-%{version}.tar.gz @@ -78,7 +78,6 @@ mkdir build %build cd build %cmake \ - %{?_smp_mflags} \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_BUILD_TYPE:String="Package" \ -DENABLE_LYD_PRIV=ON \ @@ -91,7 +90,7 @@ make doc %check cd build -ctest --output-on-failure -V %{?_smp_mflags} +ctest --output-on-failure -V %install pushd build @@ -133,6 +132,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html %{python3_sitearch}/__pycache__/yang* %changelog +* Mon Jul 04 2022 Eduard Abdullin - 1.0.184-1.alma +- Remove _smp_mflags + * Thu Jan 07 2021 Michal Ruprich - 1.0.184-1 - Resolves: #1910046 - [RFE] Rebase libyang to 1.0.184