From 2f405cec66349b62d408e49daeca95a99539516f Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 15:02:58 +0100 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#325adaceda049b0166ecdcf4493bc1a109b1115f --- ntpstat.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ntpstat.spec b/ntpstat.spec index 825db7a..f3a4012 100644 --- a/ntpstat.spec +++ b/ntpstat.spec @@ -1,6 +1,6 @@ Name: ntpstat Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utility to print NTP synchronization status License: MIT @@ -8,6 +8,7 @@ URL: https://github.com/mlichvar/ntpstat Source0: https://github.com/mlichvar/ntpstat/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch +BuildRequires: make Requires: (ntp or chrony) # ntpstat was split off from the ntp package Conflicts: ntp < 4.2.8p10-4 @@ -31,6 +32,9 @@ make install bindir=$RPM_BUILD_ROOT%{_bindir} mandir=$RPM_BUILD_ROOT%{_mandir} %{_mandir}/man1/%{name}.1* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild