Stop disabling debug packages

This commit is contained in:
Benjamin A. Beasley 2021-12-24 14:03:09 -05:00
parent af1bb808fd
commit 17a8bf379c
1 changed files with 4 additions and 2 deletions

View File

@ -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 <code@musicinmybrain.net> - 3.8.1-2
- Stop disabling debug packages
* Wed Dec 01 2021 Fabian Affolter <mail@fabian-affolter.ch> - 3.8.1-1
- Update to latest upstream release 3.8.1