From decef8ade2995f5948eeceea5537ac96b2bbc03d Mon Sep 17 00:00:00 2001 From: chengyechun Date: Sat, 24 Dec 2022 11:19:48 +0800 Subject: [PATCH] update the patching momde --- chrony.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/chrony.spec b/chrony.spec index d1696b7..4b27722 100644 --- a/chrony.spec +++ b/chrony.spec @@ -2,7 +2,7 @@ Name: chrony Version: 4.2 -Release: 2 +Release: 3 Summary: An NTP client/server License: GPLv2 URL: https://chrony.tuxfamily.org @@ -28,9 +28,7 @@ service to other computers in the network. %prep -%setup -q -n %{name}-%{version} -a 6 -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 -n %{name}-%{version} -a 6 mv clknetsim-%{clknetsim_ver}* test/simulation/clknetsim %build @@ -137,6 +135,12 @@ fi %{_mandir}/man[158]/%{name}*.[158]* %changelog +* Sat Dec 24 2022 chengyechun - 4.2-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update the patching mode + * Mon Jul 04 2022 qiaoyujie - 4.2-2 - Add chrony-services.patch -- Gitee