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