From f722f55830f965457f3cf226fc3f37ff451acdf3 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Wed, 28 Dec 2022 09:30:42 +0800 Subject: [PATCH] update the patching momde --- chrony.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/chrony.spec b/chrony.spec index 73915a0..d9236ea 100644 --- a/chrony.spec +++ b/chrony.spec @@ -2,7 +2,7 @@ Name: chrony Version: 4.1 -Release: 3 +Release: 4 Summary: An NTP client/server License: GPLv2 URL: https://chrony.tuxfamily.org @@ -32,10 +32,7 @@ service to other computers in the network. %prep -%setup -q -n %{name}-%{version} -a 6 -%patch1 -p1 -%patch6000 -p1 -%patch6001 -p1 +%autosetup -p1 -n %{name}-%{version} -a 6 mv clknetsim-%{clknetsim_ver}* test/simulation/clknetsim %build @@ -142,6 +139,12 @@ fi %{_mandir}/man[158]/%{name}*.[158]* %changelog +* Wed DEC 28 2022 chengyechun - 4.1-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update the patching mode + * Fri Dec 23 2022 yaoguangzhong - 4.1-3 - Type:bugfix - Id:NA -- Gitee