From 66d96e0e2eaeae8f756a6fd75c5221167008b7b6 Mon Sep 17 00:00:00 2001 From: liqiuyu123 Date: Tue, 2 Aug 2022 14:27:08 +0800 Subject: [PATCH] Generate pythonX.Ydist(CANONICAL_NAME) tag --- python-humanize.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-humanize.spec b/python-humanize.spec index f57b966..f450547 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,6 +1,6 @@ Name: python-humanize Version: 4.1.0 -Release: 1 +Release: 2 Summary: python humanize module License: MIT URL: https://github.com/jmoiron/humanize @@ -47,13 +47,16 @@ popd %files -n python3-humanize -f %{py3dir}/humanize.lang %doc LICENCE -%dir %{python3_sitelib}/humanize +%dir %{python3_sitelib}/* %{python3_sitelib}/humanize/*.py %{python3_sitelib}/humanize/__pycache__ %{python3_sitelib}/humanize-0.0.0-py3.10.egg-info/* %exclude %{_usr}/lib/python*/site-packages/humanize/locale/*/LC_MESSAGES/*.po %changelog +* Tue Aug 02 2022 liqiuyu - 4.1.0-2 +- Generate pythonX.Ydist(CANONICAL_NAME) tag + * Fri Jun 17 2022 houyingchao - 4.1.0-1 - Upgrade to version 4.1.0