From 8131b3225a72abf05353733ce38f41b2ec132c40 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:49:58 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- python-pywinrm.spec => python-winrm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-pywinrm.spec => python-winrm.spec (95%) diff --git a/python-pywinrm.spec b/python-winrm.spec similarity index 95% rename from python-pywinrm.spec rename to python-winrm.spec index 73ef9fc..c229105 100644 --- a/python-pywinrm.spec +++ b/python-winrm.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pywinrm Version: 0.4.2 -Release: 1 +Release: 2 Summary: Python library for Windows Remote Management License: MIT URL: http://github.com/diyan/pywinrm/ @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 0.4.2-2 +- change the spec file name to be the same as the repo name + * Tue Aug 17 2021 Python_Bot - 0.4.2-1 - Package Spec generated -- Gitee