From fac1e47dd6b6644427291ba16e86141d82211fb1 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Mon, 24 Nov 2025 21:34:02 -0600 Subject: [PATCH] 13.0.2 Signed-off-by: Jason Rothstein --- forgejo.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/forgejo.spec b/forgejo.spec index 5861969..14381f4 100644 --- a/forgejo.spec +++ b/forgejo.spec @@ -5,15 +5,21 @@ ExclusiveArch: %{go_arches} %if 0%{?el9} %global debug_package %{nil} %endif +%if 0%{?el10} +%global debug_package %{nil} +%endif %if 0%{?fc41} %global debug_package %{nil} %endif %if 0%{?fc42} %global debug_package %{nil} %endif +%if 0%{?fc43} +%global debug_package %{nil} +%endif Name: forgejo -Version: 13.0.1 +Version: 13.0.2 Release: 1%{?dist} Summary: Beyond coding. We forge. @@ -94,6 +100,9 @@ fi %changelog +* Thu Oct 30 2025 Jason Rothstein +- 13.0.2 + * Thu Oct 23 2025 Jason Rothstein - 13.0.1