From 7da6956b598df2d7f9dfcc1f141bfcb251eb863c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9C=87=E5=AE=87?= Date: Mon, 25 Mar 2024 17:05:41 +0800 Subject: [PATCH] Raise the release number to 2 to avoid n-v-r conflicts --- curl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index e4415c7..e0aaa1a 100644 --- a/curl.spec +++ b/curl.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Epoch: 1 @@ -365,6 +365,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/fish %doc docs/TheArtOfHttpScripting.md %changelog +* Mon Mar 25 2024 Zhenyu Wang - 8.4.0-2 +- Raise the release number to 2 to avoid n-v-r conflicts + * Mon Mar 25 2024 Zhenyu Wang - 8.4.0-1 - Fallback version to 8.4.0 -- Gitee