diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-10-15 02:34:45 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-10-15 02:34:45 +0000 |
| commit | ce9da7a010607a0ca285e5ac33cc1e7d42b9f4d2 (patch) | |
| tree | 57773ff8912253bee535b4a5395258f20208a16b | |
| parent | df390b1210333011ad8f23d99ecbf413a660a296 (diff) | |
automatic import of aops-apollo
| -rw-r--r-- | aops-apollo.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aops-apollo.spec b/aops-apollo.spec index b462ff1..9b3799f 100644 --- a/aops-apollo.spec +++ b/aops-apollo.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: aops-apollo Version: v2.2.0 -Release: 1 +Release: 1.%{?dist_tag} Summary: Cve management service, monitor machine vulnerabilities and provide fix functions. License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} |
