From 17a8bf379cdcee2dc4c601e8c4dc750afea40760 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 24 Dec 2021 14:03:09 -0500 Subject: [PATCH] Stop disabling debug packages --- python-aiohttp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index f9fffa1..a94978f 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,9 +1,8 @@ %global srcname aiohttp -%global debug_package %{nil} Name: python-%{srcname} Version: 3.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python HTTP client/server for asyncio License: ASL 2.0 @@ -59,6 +58,9 @@ with middlewares and pluggable routing. %exclude %{python3_sitearch}/examples/ %changelog +* Fri Dec 24 2021 Benjamin A. Beasley - 3.8.1-2 +- Stop disabling debug packages + * Wed Dec 01 2021 Fabian Affolter - 3.8.1-1 - Update to latest upstream release 3.8.1