diff --git a/librtas.spec b/librtas.spec index 82df539..4cca9a2 100644 --- a/librtas.spec +++ b/librtas.spec @@ -1,7 +1,7 @@ Summary: Libraries to provide access to RTAS calls and RTAS events Name: librtas Version: 2.0.2 -Release: 8%{?dist} +Release: 9%{?dist} URL: https://github.com/nfont/librtas License: LGPL @@ -14,7 +14,7 @@ BuildRequires: make Patch0: librtas-2.0.1-libversion.patch Patch1: librtas-2.0.2-coverity.patch -#ExclusiveArch: %{power64} +ExclusiveArch: %{power64} %description The librtas shared library provides userspace with an interface @@ -68,6 +68,9 @@ rm -f %{buildroot}/%{_docdir}/librtas/* %{_includedir}/librtasevent_v6.h %changelog +* Thu Mar 25 2021 Than Ngo - 2.0.2-9 +- Undo ExclusiveArch + * Thu Mar 25 2021 Than Ngo - 2.0.2-8 - Resolves: #1938786, coverity issues