From 75822e2e4a75f19b6067937331d5a0ec14d6122a Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:52:51 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- python-uwsgi.spec => uwsgi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-uwsgi.spec => uwsgi.spec (93%) diff --git a/python-uwsgi.spec b/uwsgi.spec similarity index 93% rename from python-uwsgi.spec rename to uwsgi.spec index e63b12a..42baabf 100644 --- a/python-uwsgi.spec +++ b/uwsgi.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-uWSGI Version: 2.0.19.1 -Release: 3 +Release: 4 Summary: The uWSGI server License: GPL2 URL: https://uwsgi-docs.readthedocs.io/en/latest/ @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Tue Oct 26 2021 chenchen - 2.0.19.1-4 +- change the spec file name to be the same as the repo name + * Tue Aug 31 2021 chenyanpanHW - 2.0.19.1-3 - DESC: uwsgi add BuildRequires openssl-devel to support --https -- Gitee