Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 6f5b1d7

Browse files
committed
another try
1 parent 7522321 commit 6f5b1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-ec2-ssh.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define version %{jenkins_version}
33
%define release %{jenkins_release}%{?dist}
44
%define archive %{jenkins_archive}
5-
%define suffix %{jenkins_suffix}
5+
%define archivedir aws-ec2-ssh-%{jenkins_suffix}
66

77
Name: %{name}
88
Summary: Manage AWS EC2 SSH access with IAM
@@ -24,7 +24,7 @@ Use your IAM user's public SSH key to get access via SSH to an EC2 instance.
2424

2525

2626
%prep
27-
%setup -q -n %{name}-%{suffix}
27+
%setup -q -n %{archivedir}
2828

2929

3030
%build

0 commit comments

Comments
 (0)