From cb9c93a33cd363c07d72a6cf77c1d97bf82b3e54 Mon Sep 17 00:00:00 2001 From: cunshunxia Date: Thu, 23 May 2024 16:18:57 +0800 Subject: [PATCH] enable %check for further building --- python-importlib-metadata.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-importlib-metadata.spec b/python-importlib-metadata.spec index 9bb2153..d40b3c3 100644 --- a/python-importlib-metadata.spec +++ b/python-importlib-metadata.spec @@ -1,9 +1,9 @@ -%bcond_with tests +%bcond_without tests Summary: Library to access the metadata for a Python package Name: python-importlib-metadata Version: 6.8.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://importlib-metadata.readthedocs.io/ Source0: %{pypi_source importlib_metadata} @@ -56,6 +56,9 @@ Python versions. %doc README.rst %changelog +* Thu May 23 2024 cunshunxia - 6.8.0-2 +- enable %%check for further building. + * Mon Sep 25 2023 Wang Guodong - 6.8.0-1 - Upgrade to version 6.8.0 -- Gitee