Skip to content

Commit 2410c2d

Browse files
committed
cryptpilot.spec: fix url of Source0
Signed-off-by: Kun Lai <[email protected]>
1 parent ab2ff84 commit 2410c2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cryptpilot.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
%global debug_package %{nil}
2+
%define release_num 1
23

34
Name: cryptpilot
45
Version: 0.2.2
5-
Release: 1%{?dist}
6+
Release: %{release_num}%{?dist}
67
Summary: A utility for protecting data at rest in confidential environment
78
Group: Applications/System
89
License: ASL 2.0
910
URL: www.alibaba.com
10-
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
1112

1213
Source1: config
1314

0 commit comments

Comments
 (0)