From 8b6cb1ab2ac1022d3392af8fbfc5ed87538696f4 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 19 Oct 2024 04:27:33 -0700 Subject: [PATCH] fix: gcm-core (#2241) (#2243) Signed-off-by: madomado (cherry picked from commit 4c66db865249dfde18ea26b750e0544d5687289b) Co-authored-by: madomado --- anda/tools/gcm-core/gcm-core.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/gcm-core/gcm-core.spec b/anda/tools/gcm-core/gcm-core.spec index 07374b640f..7dca6665f6 100644 --- a/anda/tools/gcm-core/gcm-core.spec +++ b/anda/tools/gcm-core/gcm-core.spec @@ -8,7 +8,7 @@ Name: gcm-core Version: 2.6.0 %forgemeta -Release: 1%?dist +Release: 2%?dist Summary: Secure, cross-platform Git credential storage License: MIT @@ -22,7 +22,7 @@ BuildRequires: dotnet-sdk-8.0 # Require DPKG, so that we can use the `dpkg-architecture` command. which makes the build script happy. # TODO: Better solution: Patch out the debian-specific packaging code. BuildRequires: dpkg-dev -Requires: dotnet-runtime-7.0 +Requires: dotnet-runtime-8.0 %description