Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ntpstat-0.5.tar.gz
|
/ntpstat-0.6.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
cb8ccc71c5b036bdefe9af8911ea4202dee84a54 SOURCES/ntpstat-0.5.tar.gz
|
|
||||||
@ -1,51 +0,0 @@
|
|||||||
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 <mlichvar@redhat.com> 0.5-2
|
|
||||||
- don't require ntp in boolean dependency (#1561527)
|
|
||||||
|
|
||||||
* Tue Mar 20 2018 Miroslav Lichvar <mlichvar@redhat.com> 0.5-1
|
|
||||||
- update to 0.5
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Dec 04 2017 Miroslav Lichvar <mlichvar@redhat.com> 0.4-3
|
|
||||||
- fix more issues found in package review (#1510565)
|
|
||||||
|
|
||||||
* Thu Nov 23 2017 Miroslav Lichvar <mlichvar@redhat.com> 0.4-2
|
|
||||||
- fix issues found in package review (#1510565)
|
|
||||||
|
|
||||||
* Tue Nov 07 2017 Miroslav Lichvar <mlichvar@redhat.com> 0.4-1
|
|
||||||
- update to 0.4
|
|
||||||
- split ntpstat off from ntp package
|
|
||||||
25
gating.yaml
Normal file
25
gating.yaml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_testing
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||||
|
|
||||||
|
#Rawhide
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_stable
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||||
|
|
||||||
|
#gating rhel
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||||
101
ntpstat.spec
Normal file
101
ntpstat.spec
Normal file
@ -0,0 +1,101 @@
|
|||||||
|
Name: ntpstat
|
||||||
|
Version: 0.6
|
||||||
|
Release: 13%{?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
|
||||||
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.6-13
|
||||||
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.6-12
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Feb 08 2021 Miroslav Lichvar <mlichvar@redhat.com> 0.6-4
|
||||||
|
- switch dependency from ntp to ntpsec
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 11 2020 Miroslav Lichvar <mlichvar@redhat.com> 0.6-1
|
||||||
|
- update to 0.6
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Mar 20 2018 Miroslav Lichvar <mlichvar@redhat.com> 0.5-1
|
||||||
|
- update to 0.5
|
||||||
|
|
||||||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Dec 04 2017 Miroslav Lichvar <mlichvar@redhat.com> 0.4-3
|
||||||
|
- fix more issues found in package review (#1510565)
|
||||||
|
|
||||||
|
* Thu Nov 23 2017 Miroslav Lichvar <mlichvar@redhat.com> 0.4-2
|
||||||
|
- fix issues found in package review (#1510565)
|
||||||
|
|
||||||
|
* Tue Nov 07 2017 Miroslav Lichvar <mlichvar@redhat.com> 0.4-1
|
||||||
|
- update to 0.4
|
||||||
|
- split ntpstat off from ntp package
|
||||||
36
plans.fmf
Normal file
36
plans.fmf
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
/tier1-internal:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/ntpstat.git
|
||||||
|
name: /plans/tier1/internal
|
||||||
|
|
||||||
|
/tier1-public:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/ntpstat.git
|
||||||
|
name: /plans/tier1/public
|
||||||
|
|
||||||
|
/tier2-tier3-internal:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/ntpstat.git
|
||||||
|
name: /plans/tier2-tier3/internal
|
||||||
|
|
||||||
|
/tier2-tier3-public:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/ntpstat.git
|
||||||
|
name: /plans/tier2-tier3/public
|
||||||
|
|
||||||
|
/others-internal:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/ntpstat.git
|
||||||
|
name: /plans/others/internal
|
||||||
|
|
||||||
|
/others-public:
|
||||||
|
plan:
|
||||||
|
import:
|
||||||
|
url: https://gitlab.com/redhat/centos-stream/tests/ntpstat.git
|
||||||
|
name: /plans/others/public
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user