commit d5cb52f88f81a7b5a9283b54b80039668c942d7e Author: CentOS Sources Date: Tue May 17 05:51:04 2022 -0400 import ntpstat-0.6-6.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71598c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ntpstat-0.6.tar.gz diff --git a/.ntpstat.metadata b/.ntpstat.metadata new file mode 100644 index 0000000..d18f870 --- /dev/null +++ b/.ntpstat.metadata @@ -0,0 +1 @@ +c4c130d616c8b22a58082eb57bea6fab4fa97ae1 SOURCES/ntpstat-0.6.tar.gz diff --git a/SPECS/ntpstat.spec b/SPECS/ntpstat.spec new file mode 100644 index 0000000..76946a7 --- /dev/null +++ b/SPECS/ntpstat.spec @@ -0,0 +1,80 @@ +Name: ntpstat +Version: 0.6 +Release: 6%{?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 + +BuildRequires: make +Requires: (ntpsec or 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 +* Mon Aug 09 2021 Mohan Boddu - 0.6-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 0.6-5 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* 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 + +* Tue Jul 28 2020 Fedora Release Engineering - 0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 11 2020 Miroslav Lichvar 0.6-1 +- update to 0.6 + +* Wed Jan 29 2020 Fedora Release Engineering - 0.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 0.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* 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