From a5abee17d5374bacef4ca732cf94003b4f1a3772 Mon Sep 17 00:00:00 2001 From: "gaos50@chinaunicom.cn" Date: Tue, 2 Feb 2021 10:22:52 +0800 Subject: [PATCH] Fix package name error --- python-wsme.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-wsme.spec b/python-wsme.spec index 589fa2f..ed2409b 100644 --- a/python-wsme.spec +++ b/python-wsme.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-wsme Version: 0.10.0 -Release: 2 +Release: 3 Summary: Simplify the writing of REST APIs, and extend them with additional protocols. License: MIT URL: http://git.openstack.org/cgit/openstack/wsme @@ -67,7 +67,7 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-WSME -f filelist.lst +%files -n python3-wsme -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst