Skip to content

Commit 30b0291

Browse files
committed
Bump version number for second test build
[ci skip]
1 parent 267e5c6 commit 30b0291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apel-ssm.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
Name: apel-ssm
77
Version: 2.1.3
8-
Release: 0.1.alpha%{?dist}
8+
Release: 0.2.alpha1%{?dist}
99
Summary: Secure stomp messenger
1010

1111
Group: Development/Languages
1212
License: ASL 2.0
1313
URL: https://wiki.egi.eu/wiki/APEL/SSM
1414
# Value between %{version} and extension must match "Release" without %{dist}
15-
Source0: %{name}-%{version}-0.1.alpha.tar.gz
15+
Source0: %{name}-%{version}-0.2.alpha1.tar.gz
1616
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1717
BuildArch: noarch
1818

@@ -31,7 +31,7 @@ The SSM is written in python.
3131

3232
%prep
3333
# Value after %{version} must match "Release" without %{dist}
34-
%setup -q -n %{name}-%{version}-0.1.alpha
34+
%setup -q -n %{name}-%{version}-0.2.alpha1
3535

3636
%build
3737

0 commit comments

Comments
 (0)