Merge pull request 'act runner release 0.6.1' (#4) from upgrade/0.6.1 into main
Build and provide rpm of the Gitea act_runner / Start build on COPR (f44) (release) Successful in 2m42s
Build and provide rpm of the Gitea act_runner / Start build on COPR (rawhide) (release) Successful in 2m49s

Reviewed-on: demus/gitea-act-runner-rpm#4
This commit was merged in pull request #4.
This commit is contained in:
2026-05-15 18:40:01 +02:00
+10 -6
View File
@@ -1,6 +1,3 @@
%global common_description %{expand:
A runner for Gitea based on act.}
%global dockerd dockerd
%global rootless rootless
%global dockerd_rootless %{dockerd}-%{rootless}
@@ -14,8 +11,15 @@ A runner for Gitea based on act.}
%global godocs examples README.md
%global goipath gitea.com/gitea/act_runner
%global common_description %{expand:
A runner for Gitea based on nectos/act.}
%global major 0
%global minor 6
%global revision 1
Name: gitea-act-runner
Version: 0.6.0
Version: %{major}.%{minor}.%{revision}
Release: %autorelease
Summary: A runner for Gitea based on act.
@@ -23,8 +27,8 @@ Summary: A runner for Gitea based on act.
%global act_runner_rootless_service %{name}-%{rootless}.service
License: MIT
URL: https://gitea.com/gitea/act_runner
Source0: https://gitea.com/gitea/act_runner/archive/v%{version}.tar.gz
URL: https://gitea.com/gitea/runner
Source0: https://gitea.com/gitea/runner/archive/v%{version}.tar.gz
Source1: %{act_runner_service}
Source2: %{act_runner_rootless_service}
Source3: %{dockerd_rootless_service}