diff options
author | CoprDistGit <infra@openeuler.org> | 2025-10-15 02:42:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-10-15 02:42:16 +0000 |
commit | 395eb3f81d3ad1c1e576b15c0eb058132ce216d3 (patch) | |
tree | bac7b1e78681105b6e814e202f56165d1d8b6226 /authHub.spec | |
parent | 634d3e1e6a1633c2a66411b7589a76e6be255b52 (diff) |
automatic import of authHub
Diffstat (limited to 'authHub.spec')
-rw-r--r-- | authHub.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/authHub.spec b/authHub.spec index a6c8356..2145ed6 100644 --- a/authHub.spec +++ b/authHub.spec @@ -1,7 +1,9 @@ %define _unitdir /usr/lib/systemd/system +%define dist_tag %(sed -n 's/.* release \\([0-9]\\{2\\}\\)\\.\\([0-9]\\{2\\}\\).*LTS-SP\\([0-9]\\).*/oe\\1\\2sp\\3/p' /etc/openEuler-release) + Name: authHub Version: v2.2.0 -Release: 3 +Release: 3.%{?dist_tag} Summary: Authentication authority based on oauth2 License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} |