From 7305143d823dab9fd3806f4f1692d19e6e727c41 Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Mon, 10 Jul 2023 17:07:02 +0800 Subject: [PATCH] Add the package extra file --- python-black.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python-black.spec b/python-black.spec index affddcb..f9ab754 100644 --- a/python-black.spec +++ b/python-black.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 23.3.0 -Release: 4 +Release: 5 Summary: The uncompromising code formatter License: MIT URL: https://github.com/psf/black @@ -59,14 +59,15 @@ done %{_bindir}/black-%{python3_version} %{_bindir}/blackd %{_bindir}/blackd-%{python3_version} -%{python3_sitelib}/__pycache__/* -%{python3_sitelib}/black-%{version}.dist-info/* %{python3_sitelib}/_black_version.py -%{python3_sitelib}/black/* -%{python3_sitelib}/blackd/* +%{python3_sitelib}/__pycache__/* +%{python3_sitelib}/black* %{python3_sitelib}/blib2to3/* %changelog +* Mon Jul 10 2023 Dongxing Wang - 23.3.0-5 +- Add the black extra package file list + * Fri Jul 7 2023 Dongxing Wang - 23.3.0-4 - Fix the black package name