From e561549f4f6b198003368a4814b49d69b84bb603 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 04:30:22 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- python-lesscpy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-lesscpy.spec b/python-lesscpy.spec index f2c50ec..dae0298 100644 --- a/python-lesscpy.spec +++ b/python-lesscpy.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.14.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Lesscss compiler License: MIT @@ -69,6 +69,9 @@ ln -s ./lesscpy %{buildroot}/%{_bindir}/py3-lesscpy %changelog +* Fri Apr 16 2021 Mohan Boddu - 0.14.0-6 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Wed Feb 03 2021 Christian Heimes - 0.14.0-5 - Check with pytest instead of nose - Remove build dependency on coverage