diff options
| author | linxin <[email protected]> | 2023-04-27 20:20:35 +0800 |
|---|---|---|
| committer | linxin <[email protected]> | 2023-04-27 20:20:35 +0800 |
| commit | 4fca4691fc86e0e8be8e2fdef4bc6a8369230250 (patch) | |
| tree | a6ee2ff910f0e27734dcbcdc194322a28e23e882 /script | |
| parent | 5d1b2caf33c54e33f6d6ca92e37a570b8eff1c9b (diff) | |
修改脚本
Diffstat (limited to 'script')
| -rw-r--r-- | script/coredump.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/script/coredump.spec b/script/coredump.spec index e571478..69e5d66 100644 --- a/script/coredump.spec +++ b/script/coredump.spec @@ -1,13 +1,13 @@ Name: coredump-tools -Version: {_version} -Release: {_release} +Version: %{_version} +Release: %{_release} Summary: tsg's coredump handler and tools Group: Applications/Internet License: GPL URL: https://git.mesalab.cn/linxin/coredump-handler -Source0: coredump-tools-{_version}.tar.gz +Source0: coredump-tools-%{_version}.tar.gz %define debug_package %{nil} %description This package contains the binary executable for coredump-handler and coredump-tool, as well as its configuration files. |
