File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 65
65
id : finder
66
66
67
67
- name : Add Coverage PR Comment
68
+ if : steps.finder.outputs.number
68
69
uses : 5monkeys/cobertura-action@master
69
70
with :
70
71
path : coverage.xml
Original file line number Diff line number Diff line change 1
- SSHPROXY_VERSION ?= 2.0.0
1
+ SSHPROXY_VERSION ?= 2.0.1
2
2
SSHPROXY_GIT_URL ?= github.com/cea-hpc/sshproxy
3
3
4
4
prefix ?= /usr
Original file line number Diff line number Diff line change 3
3
%global debug_package %{nil }
4
4
5
5
Name: sshproxy
6
- Version: 2.0.0
6
+ Version: 2.0.1
7
7
Release: 1%{?dist }
8
8
Summary: SSH proxy
9
9
License: CeCILL-B
@@ -51,6 +51,9 @@ install -p -m 0644 config/sshproxy.yaml %{buildroot}%{_sysconfdir}/sshproxy
51
51
%{_mandir }/man8/sshproxy-replay.8*
52
52
53
53
%changelog
54
+ * Mon Jun 02 2025 Cyril Servant <cyril.servant@cea.fr> - 2.0.1-1
55
+ - sshproxy 2.0.1
56
+
54
57
* Mon May 26 2025 Cyril Servant <cyril.servant@cea.fr> - 2.0.0-1
55
58
- sshproxy 2.0.0
56
59
You can’t perform that action at this time.
0 commit comments