From da370b8add53d058c7395efa0fca8b7841c4736cd40f0f499064c269c7c32aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Cal=C3=A1bkov=C3=A1?= Date: Tue, 24 Sep 2024 14:37:59 +0200 Subject: [PATCH] fix python-sitelib-glob-in-files --- python-celery-batches.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-celery-batches.spec b/python-celery-batches.spec index 4aabdac..c33732e 100644 --- a/python-celery-batches.spec +++ b/python-celery-batches.spec @@ -17,7 +17,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define _pkgname celery-batches Name: python-%{_pkgname} Version: 0.9 @@ -63,6 +62,7 @@ with any other form application. %files %{python_files} %doc README.rst CHANGELOG.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/celery_batches +%{python_sitelib}/celery_batches-%{version}*info %changelog