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

Commit a4de9a8

Browse files
committed
still using to build master branch
1 parent 925ae16 commit a4de9a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

aws-ec2-ssh.spec

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

67
Name: %{name}
78
Summary: Manage AWS EC2 SSH access with IAM
@@ -12,9 +13,7 @@ Group: System/Administration
1213
License: MIT
1314
URL: https://cloudonaut.io/manage-aws-ec2-ssh-access-with-iam/
1415
Source0: https://github.com/widdix/aws-ec2-ssh/archive/%{archive}.tar.gz
15-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
1616
BuildArch: noarch
17-
BuildRoot: %{_tmppath}/%{name}-root}
1817
Vendor: widdix GmbH
1918
Packager: Michiel van Baak
2019

@@ -25,7 +24,7 @@ Use your IAM user's public SSH key to get access via SSH to an EC2 instance.
2524

2625

2726
%prep
28-
%setup -q
27+
%setup -q -n %{name}-${suffix}
2928

3029

3130
%build

0 commit comments

Comments
 (0)