We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2ff84 commit 2410c2dCopy full SHA for 2410c2d
cryptpilot.spec
@@ -1,13 +1,14 @@
1
%global debug_package %{nil}
2
+%define release_num 1
3
4
Name: cryptpilot
5
Version: 0.2.2
-Release: 1%{?dist}
6
+Release: %{release_num}%{?dist}
7
Summary: A utility for protecting data at rest in confidential environment
8
Group: Applications/System
9
License: ASL 2.0
10
URL: www.alibaba.com
-Source0: https://github.com/openanolis/cryptpilot/releases/download/v%{version}/cryptpilot-%{version}.tar.gz
11
+Source0: https://github.com/openanolis/cryptpilot/releases/download/v%{version}-%{release_num}/cryptpilot-%{version}.tar.gz
12
13
Source1: config
14
0 commit comments