diff options
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} |