From 55f9c6a9837834494402a011bf8952128ada71fb Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 19 Aug 2024 09:48:06 +0800 Subject: [PATCH] Delete unnecessary help information --- python-pywinrm.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/python-pywinrm.spec b/python-pywinrm.spec index 3ff3d56..66797ed 100644 --- a/python-pywinrm.spec +++ b/python-pywinrm.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pywinrm Version: 0.5.0 -Release: 1 +Release: 2 Summary: Python library for Windows Remote Management License: MIT URL: http://github.com/diyan/pywinrm/ @@ -28,12 +28,6 @@ BuildRequires: python3-wheel %description -n python3-pywinrm pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python. -%package help -Summary: Development documents and examples for pywinrm -Provides: python3-pywinrm-doc -%description help -pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python. - %prep %autosetup -n pywinrm-%{version} -p1 @@ -50,6 +44,9 @@ pywinrm is a Python client for the Windows Remote Management (WinRM) service. It %{python3_sitelib}/winrm/ %changelog +* Mon Aug 19 2024 yaoxin - 0.5.0-2 +- Delete unnecessary help information + * Wed Aug 14 2024 yaoxin - 0.5.0-1 - Update to 0.5.0: * Migrate to PEP 517 compliant build. -- Gitee