From a6202a327650ca1ee84d451af3a3d6ce10bd11f6 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 4 Jun 2021 16:20:17 +0800 Subject: [PATCH] fix files --- openstack-keystone.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-keystone.spec b/openstack-keystone.spec index 3ded636..43808b9 100644 --- a/openstack-keystone.spec +++ b/openstack-keystone.spec @@ -263,7 +263,7 @@ chmod 660 %{_localstatedir}/log/keystone/keystone.log %{python2_sitelib}/keystone-*.egg-info %exclude %{python2_sitelib}/%{service}/tests -%files -n python-%{service}-tests +%files -n python2-%{service}-tests %license LICENSE %{python2_sitelib}/%{service}/tests -- Gitee