diff --git a/gitea.container b/gitea.container index 9b1f7bc..56597c0 100644 --- a/gitea.container +++ b/gitea.container @@ -2,7 +2,7 @@ Description=Gitea - Git with a cup of tea [Container] -Image=docker.io/gitea/gitea:1.26.4-rootless +Image=docker.io/gitea/gitea:1.27.1-rootless ContainerName=gitea Pod=gitea.pod Volume=/var/lib/gitea:/var/lib/gitea:z diff --git a/gitea.spec b/gitea.spec index 50be626..923509b 100644 --- a/gitea.spec +++ b/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.26.4 +Version: 1.27.1 Release: 1%{?dist} Summary: Gitea - Git with a cup of tea License: MIT @@ -211,5 +211,8 @@ fi %config(noreplace) %{_sysconfdir}/containers/systemd/gitea-db.container.d/credentials.conf %changelog +* Sat Aug 01 2026 Zoran Pericic - 1.27.1-1 +- Update to 1.27.1 + * Wed Mar 18 2026 Zoran Pericic - 1.25.4-1 - Initial package with service, container and postgresql subpackages