From 10927f43f08609aa55ee724f37bfa974a5c76456 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 15 Oct 2025 04:03:19 +0000 Subject: automatic import of python-celery --- python-celery.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-celery.spec b/python-celery.spec index 71e5f1e..21aa01f 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -1,7 +1,9 @@ %global _empty_manifest_terminate_build 0 +%define dist_tag %(sed -n 's/.*release \\([0-9]*\\)\.\\([0-9]*\\).*[Ss][Pp]\\([0-9]*\\).*/oe\\1\\2sp\\3/p; t; s/.*release \\([0-9]*\\)\.\\([0-9]*\\).*/oe\\1\\2/p' /etc/openEuler-release) + Name: python-celery Version: 5.3.4 -Release: 1 +Release: 1.%{?dist_tag} Summary: Distributed Task Queue. License: BSD-3-Clause and CC-BY-SA-4.0 URL: https://github.com/celery/celery -- cgit v1.2.3