From 226114c4ab054ed1d783898291f3a196141027af Mon Sep 17 00:00:00 2001 From: wangkaiqiang Date: Tue, 29 Aug 2023 14:06:46 +0800 Subject: [PATCH] test build --- curl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index 0dfe4ec..6ba3427 100644 --- a/curl.spec +++ b/curl.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.2 +%define anolis_release .0.3 Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.61.1 @@ -538,6 +538,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %doc docs/TheArtOfHttpScripting docs/TODO %changelog +* Mon Aug 28 2023 Kaiqiang Wang - 7.61.1-30.0.1.3 +- test build + * Wed May 24 2023 Weisson - 7.61.1-30.0.1.2 - Add doc sub package -- Gitee