Add %description for help sub-package to fix obs build error

This commit is contained in:
zhangy1317 2022-07-07 08:04:44 +00:00 committed by Gitee
parent 659589a7e9
commit 63be908727
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-aiodns Name: python-aiodns
Version: 2.0.0 Version: 2.0.0
Release: 1 Release: 2
Summary: Simple DNS resolver for asyncio Summary: Simple DNS resolver for asyncio
License: MIT License License: MIT License
URL: http://github.com/saghul/aiodns URL: http://github.com/saghul/aiodns
@ -25,6 +25,8 @@ Simple DNS resolver for asyncio
%package help %package help
Summary: Development documents and examples for aiodns Summary: Development documents and examples for aiodns
Provides: python3-aiodns-doc Provides: python3-aiodns-doc
%description help
Simple DNS resolver for asyncio
%prep %prep
%autosetup -n aiodns-2.0.0 %autosetup -n aiodns-2.0.0
@ -67,5 +69,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jul 04 2022 zhangy <zhangy1317@foxmail.com> - 2.0.0-2
- Add %description for help sub-package to fix obs build error
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated