fix source0 err

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2022-11-10 09:55:48 +08:00
parent 82de076bf8
commit 8760174f36

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-asgiref Name: python-asgiref
Version: 3.5.2 Version: 3.5.2
Release: 1 Release: 2
Summary: ASGI specs, helper code, and adapters Summary: ASGI specs, helper code, and adapters
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/django/asgiref/ URL: https://github.com/django/asgiref/
Source0: https://github.com/django/asgired/archive/refs/tags/3.5.2.tar.gz Source0: https://github.com/django/asgiref/archive/refs/tags/3.5.2.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
ASGI is a standard for Python asynchronous web apps and servers to communicate ASGI is a standard for Python asynchronous web apps and servers to communicate
@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Nov 10 2022 xu_ping <xuping33@h-partners.com> - 3.5.2-2
- fix source0 err
* Fri Oct 14 2022 Ge Wang <wangge20@h-partners.com> - 3.5.2-1 * Fri Oct 14 2022 Ge Wang <wangge20@h-partners.com> - 3.5.2-1
- Upgrade to version 3.5.2 - Upgrade to version 3.5.2