From 00e666a4653a1300b4d737bfa796f3bde30d4983 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 03:12:51 -0400 Subject: [PATCH] import ntpstat-0.5-2.el8 --- .gitignore | 1 + .ntpstat.metadata | 1 + SPECS/ntpstat.spec | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 .gitignore create mode 100644 .ntpstat.metadata create mode 100644 SPECS/ntpstat.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8ba65e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ntpstat-0.5.tar.gz diff --git a/.ntpstat.metadata b/.ntpstat.metadata new file mode 100644 index 0000000..f8af604 --- /dev/null +++ b/.ntpstat.metadata @@ -0,0 +1 @@ +cb8ccc71c5b036bdefe9af8911ea4202dee84a54 SOURCES/ntpstat-0.5.tar.gz diff --git a/SPECS/ntpstat.spec b/SPECS/ntpstat.spec new file mode 100644 index 0000000..0e79d14 --- /dev/null +++ b/SPECS/ntpstat.spec @@ -0,0 +1,51 @@ +Name: ntpstat +Version: 0.5 +Release: 2%{?dist} +Summary: Utility to print NTP synchronization status + +License: MIT +URL: https://github.com/mlichvar/ntpstat +Source0: https://github.com/mlichvar/ntpstat/archive/%{version}/%{name}-%{version}.tar.gz +BuildArch: noarch + +Requires: chrony +# ntpstat was split off from the ntp package +Conflicts: ntp < 4.2.8p10-4 + +%description +This package contains a script which prints a brief summary of the system +clock's synchronisation status when the ntpd or chronyd daemon is running. + +%prep +%setup -q + +%build + +%install +make install bindir=$RPM_BUILD_ROOT%{_bindir} mandir=$RPM_BUILD_ROOT%{_mandir} + +%files +%license COPYING +%doc NEWS README +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* + +%changelog +* Tue Apr 17 2018 Miroslav Lichvar 0.5-2 +- don't require ntp in boolean dependency (#1561527) + +* Tue Mar 20 2018 Miroslav Lichvar 0.5-1 +- update to 0.5 + +* Thu Feb 08 2018 Fedora Release Engineering - 0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Dec 04 2017 Miroslav Lichvar 0.4-3 +- fix more issues found in package review (#1510565) + +* Thu Nov 23 2017 Miroslav Lichvar 0.4-2 +- fix issues found in package review (#1510565) + +* Tue Nov 07 2017 Miroslav Lichvar 0.4-1 +- update to 0.4 +- split ntpstat off from ntp package