diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-10-15 04:03:19 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-10-15 04:03:19 +0000 |
| commit | 10927f43f08609aa55ee724f37bfa974a5c76456 (patch) | |
| tree | 3a61169413862082645e3b334f3282e056465e2b | |
| parent | 6626a13013a4aef0ecc1466667f64652056e3c30 (diff) | |
automatic import of python-celeryopeneuler24.03_LTS_SP2openeuler24.03_LTS_SP1openeuler24.03_LTS
| -rw-r--r-- | python-celery.spec | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
