Compare commits
10 Commits
337361ca44
...
8cf27ebae9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cf27ebae9 | ||
|
|
2ab475210a | ||
|
|
344d3cecb7 | ||
|
|
9299ddf0d8 | ||
|
|
f8af38c8fb | ||
|
|
c3111fefd2 | ||
|
|
d88dd838ec | ||
|
|
4897e16a04 | ||
|
|
d061a8b4a6 | ||
|
|
2846f02f38 |
Binary file not shown.
BIN
ntpstat-0.6.tar.gz
Normal file
BIN
ntpstat-0.6.tar.gz
Normal file
Binary file not shown.
22
ntpstat.spec
22
ntpstat.spec
@ -1,13 +1,12 @@
|
|||||||
Name: ntpstat
|
Name: ntpstat
|
||||||
Version: 0.5
|
Version: 0.6
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Print NTP synchronisation status
|
Summary: Print NTP synchronisation status
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/mlichvar/ntpstat
|
URL: https://github.com/mlichvar/ntpstat
|
||||||
Source0: https://github.com/mlichvar/ntpstat/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/mlichvar/ntpstat/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: git
|
|
||||||
Requires: (ntp or chrony)
|
Requires: (ntp or chrony)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,7 +22,7 @@ Contains secondary development documentation and interface function
|
|||||||
descriptions, man, info, etc. related documents and manuals for %{name}
|
descriptions, man, info, etc. related documents and manuals for %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1 -S git
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -44,6 +43,21 @@ install -p -m644 ./ntpstat.1 $RPM_BUILD_ROOT%{_mandir}/man1
|
|||||||
%{_mandir}/man1/ntpstat.*
|
%{_mandir}/man1/ntpstat.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2022 yanglu <yanglu72@h-partners.com> - 0.6-4
|
||||||
|
- DESC: delete macros in changelog
|
||||||
|
|
||||||
|
* Thu Apr 28 2022 yanglu <yanglu72@h-partners.com> - 0.6-3
|
||||||
|
- DESC: rebuild ntpstat
|
||||||
|
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.6-2
|
||||||
|
- DESC: delete -S git from autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
|
* Wed Jul 22 2020 yuboyun<yuboyun@huawei.com> - 0.6-1
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: update to 0.6
|
||||||
|
|
||||||
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.5-3
|
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.5-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
4
ntpstat.yaml
Normal file
4
ntpstat.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: mlichvar/ntpstat
|
||||||
|
tag_prefix: ^
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user