From c9f09234a5e5f816b19b79ff77e26ce785c42abe Mon Sep 17 00:00:00 2001 From: wangli Date: Thu, 12 Mar 2020 11:16:36 +0800 Subject: [PATCH] enable developer use cases --- ntp.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ntp.spec b/ntp.spec index 986f75e..f7e2c1f 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p13 -Release: 4 +Release: 5 Summary: A protocol designed to synchronize the clocks of computers over a network License: MIT and BSD and BSD with advertising URL: https://www.ntp.org/ @@ -135,6 +135,9 @@ echo 'ntpd.service' > .%{_prefix}/lib/systemd/ntp-units.d/60-ntpd.list popd +%check +make check + %pre /usr/sbin/groupadd -g 38 ntp 2> /dev/null || : /usr/sbin/useradd -u 38 -g 38 -s /sbin/nologin -M -r -d %{_sysconfdir}/ntp ntp 2>/dev/null || : @@ -206,6 +209,12 @@ popd %{_mandir}/man8/*.8* %changelog +* Thu Mar 12 2020 openEuler Buildteam - 4.2.8p13-5 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:enable developer use cases + * Sat Jan 18 2020 openEuler Buildteam - 4.2.8p13-4 - Type:enhancement - Id:NA