From 0fc86cf351967cb4235913e9e4b2c93469943e18 Mon Sep 17 00:00:00 2001 From: Renbo Date: Fri, 28 Jun 2024 15:29:20 +0800 Subject: [PATCH] update release Signed-off-by: Renbo --- curl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index 26017b5..406180a 100644 --- a/curl.spec +++ b/curl.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.61.1 @@ -592,7 +592,7 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %doc docs/TheArtOfHttpScripting docs/TODO %changelog -* Fri Jun 28 2024 Weisson - 7.61.1-34.0.1 +* Fri Jun 28 2024 Weisson - 7.61.1-34.0.2 - Add doc sub package - Generate pubkey pinned certs (Liwei Ge) -- Gitee