Package init
This commit is contained in:
parent
bffaffdd25
commit
90d0d8b94b
@ -1,6 +1,6 @@
|
|||||||
Name: numad
|
Name: numad
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 30
|
Release: 31
|
||||||
Summary: NUMA user daemon
|
Summary: NUMA user daemon
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://pagure.io/numad
|
URL: https://pagure.io/numad
|
||||||
@ -8,6 +8,8 @@ Source0: %{name}-%{version}git.tar.xz
|
|||||||
|
|
||||||
BuildRequires: systemd-units gcc git
|
BuildRequires: systemd-units gcc git
|
||||||
Requires: systemd-units
|
Requires: systemd-units
|
||||||
|
Requires(post): systemd-units
|
||||||
|
Requires(preun): systemd-units
|
||||||
|
|
||||||
Patch0: numad-0.5git-m-option.patch
|
Patch0: numad-0.5git-m-option.patch
|
||||||
|
|
||||||
@ -53,6 +55,9 @@ install -m 644 numad.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
|||||||
%systemd_postun numad.service
|
%systemd_postun numad.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.5-31
|
||||||
|
- Add missing post/pre requires
|
||||||
|
|
||||||
* Thu Mar 7 2019 Feilong Lin<linfielong@huawei.com> - 0.5-30
|
* Thu Mar 7 2019 Feilong Lin<linfielong@huawei.com> - 0.5-30
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user