diff --git a/python-wrapt.spec b/python-wrapt.spec
index 92ed5d6e1969163bbecfecf944240e4d91116ba1..c89eef61ae858d94e4e580027023c1e825372ee9 100644
--- a/python-wrapt.spec
+++ b/python-wrapt.spec
@@ -1,11 +1,11 @@
 %global _empty_manifest_terminate_build 0
 Name:           python-wrapt
 Version:        1.14.0
-Release:        1
+Release:        2
 Summary:        A Python module for decorators, wrappers and monkey patching
 License:        BSD-2-Clause
 URL:            https://github.com/GrahamDumpleton/wrapt
-Source0:        https://github.com/GrahamDumpleton/%{sname}/archive/%{version}.tar.gz
+source0:        https://github.com/GrahamDumpleton/wrapt/archive/refs/tags/%{version}.tar.gz
 
 %description
 The aim of the wrapt module is to provide a transparent object proxy for Python,
@@ -60,6 +60,9 @@ popd
 %doc docs/build/html
 
 %changelog
+* Tue Nov 22 2022 xu_ping <xuping33@h-partners.com> - 1.14.0-2
+- Modify invalid source
+
 * Fri Oct 21 2022 caodongxia <caodongxia@h-partners.com> - 1.14.0-1
 - Update to 1.14.0