From d834f6e06801df8819ae1422b7a4af54698eaa09 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Mon, 25 Oct 2021 08:08:22 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- python-requests_ntlm.spec => python-requests-ntlm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-requests_ntlm.spec => python-requests-ntlm.spec (94%) diff --git a/python-requests_ntlm.spec b/python-requests-ntlm.spec similarity index 94% rename from python-requests_ntlm.spec rename to python-requests-ntlm.spec index 7cc4d52..23cd8f8 100644 --- a/python-requests_ntlm.spec +++ b/python-requests-ntlm.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-requests_ntlm Version: 1.1.0 -Release: 1 +Release: 2 Summary: This package allows for HTTP NTLM authentication using the requests library. License: ISC URL: https://github.com/requests/requests-ntlm @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 25 2021 chenchen - 1.1.0-2 +- change the spec file name to be the same as the repo name + * Tue Aug 17 2021 Python_Bot - 1.1.0-1 - Package Spec generated -- Gitee