From 7826eafce92d4c184f6d2556218cbb4fff0b43f4 Mon Sep 17 00:00:00 2001 From: Stephen Curry Date: Mon, 13 Oct 2025 15:43:35 +0800 Subject: [PATCH] add new build requires Signed-off-by: Stephen Curry --- llama.cpp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/llama.cpp.spec b/llama.cpp.spec index ff63426..75e863b 100644 --- a/llama.cpp.spec +++ b/llama.cpp.spec @@ -3,7 +3,7 @@ Name: llama.cpp Version: 20251009 -Release: 6 +Release: 2 License: MIT Summary: Port of English large model LLaMA implemented in C/C++ @@ -12,7 +12,7 @@ Source0: https://github.com/ggerganov/llama.cpp/archive/refs/tags/%{llama BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: cmake +BuildRequires: cmake libcurl libcurl-devel %description Port of English large model LLaMA implemented in C/C++, @@ -55,7 +55,10 @@ find %{buildroot} -type d -empty -delete %{_libdir}/*.so %changelog -* Thu Oct 9 2025 Stephen Curry - 20251009-6 +* Thu Oct 13 2025 Stephen Curry - 20251009-2 +- Add new build requires libcurl and libcurl-devel + +* Thu Oct 9 2025 Stephen Curry - 20251009-1 - Upgrade to b6602 * Thu Jul 10 2025 PshySimon - 20230815-5 -- Gitee