From b831143e4b2218cf97493b48816f2ecc27a1c0d4 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 8 Feb 2021 08:46:53 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ntpstat.git#e13bd3322f28aefac3a4269a6e2e003b273dc463 --- ntpstat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ntpstat.spec b/ntpstat.spec index f3a4012..43f0d65 100644 --- a/ntpstat.spec +++ b/ntpstat.spec @@ -1,6 +1,6 @@ Name: ntpstat Version: 0.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utility to print NTP synchronization status License: MIT @@ -9,7 +9,7 @@ Source0: https://github.com/mlichvar/ntpstat/archive/%{version}/%{name}-%{versio BuildArch: noarch BuildRequires: make -Requires: (ntp or chrony) +Requires: (ntpsec or chrony) # ntpstat was split off from the ntp package Conflicts: ntp < 4.2.8p10-4 @@ -32,6 +32,9 @@ make install bindir=$RPM_BUILD_ROOT%{_bindir} mandir=$RPM_BUILD_ROOT%{_mandir} %{_mandir}/man1/%{name}.1* %changelog +* Mon Feb 08 2021 Miroslav Lichvar 0.6-4 +- switch dependency from ntp to ntpsec + * Tue Jan 26 2021 Fedora Release Engineering - 0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild