diff --git a/conky.spec b/conky.spec index 257843b..ac6484e 100644 --- a/conky.spec +++ b/conky.spec @@ -12,18 +12,18 @@ %bcond_without rss %bcond_without weather %bcond_without weather_xoap -%if 0%{?fedora} < 36 -%bcond_without wlan -%else +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 8 %bcond_with wlan +%else +%bcond_without wlan %endif %bcond_without xdbe %bcond_without xinerama -Name: conky +Name: conky Version: 1.12.2 -Release: 4%{?dist} -Summary: A system monitor for X +Release: 5%{?dist} +Summary: A system monitor for X License: GPLv3+ URL: https://github.com/brndnmtthws/conky @@ -55,7 +55,7 @@ BuildRequires: cmake git BuildRequires: desktop-file-utils %description -A system monitor for X originally based on the torsmo code. but more kickass. +A system monitor for X originally based on the torsmo code. but more kickass. It just keeps on given'er. Yeah. %prep @@ -135,6 +135,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/conky.desktop %changelog +* Thu Jul 28 2022 Jonathan Wright - 1.12.2-5 +- Initial build for EPEL8 and EPEL9 +- Fixes rhbz#1765376 + * Wed Jul 20 2022 Fedora Release Engineering - 1.12.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild