From dbd6a57c1ed46c132e7c055f2cddb0221c12c8b5 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 9 Feb 2022 16:29:34 +0100 Subject: [PATCH] Resolves: #2039517, add librtas-devel to compose --- librtas.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/librtas.spec b/librtas.spec index f96574c..674acf0 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: 13%{?dist} +Release: 14%{?dist} URL: https://github.com/nfont/librtas License: LGPLv2+ @@ -68,6 +68,9 @@ rm -f %{buildroot}/%{_docdir}/librtas/* %{_includedir}/librtasevent_v6.h %changelog +* Wed Feb 09 2022 Than Ngo - 2.0.2-14 +- Resolves: #2039517, add librtas-devel to compose + * Mon Aug 09 2021 Mohan Boddu - 2.0.2-13 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688