From 63be90872760783d13ac66627d146cbe1920ff72 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Thu, 7 Jul 2022 08:04:44 +0000 Subject: [PATCH] Add %description for help sub-package to fix obs build error --- python-aiodns.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-aiodns.spec b/python-aiodns.spec index 9e9d6f7..b2533ee 100644 --- a/python-aiodns.spec +++ b/python-aiodns.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-aiodns Version: 2.0.0 -Release: 1 +Release: 2 Summary: Simple DNS resolver for asyncio License: MIT License URL: http://github.com/saghul/aiodns @@ -25,6 +25,8 @@ Simple DNS resolver for asyncio %package help Summary: Development documents and examples for aiodns Provides: python3-aiodns-doc +%description help +Simple DNS resolver for asyncio %prep %autosetup -n aiodns-2.0.0 @@ -67,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 04 2022 zhangy - 2.0.0-2 +- Add %description for help sub-package to fix obs build error + * Mon Jul 06 2020 Python_Bot - Package Spec generated -- Gitee