Package init

This commit is contained in:
dogsheng 2019-12-25 15:59:35 +08:00
parent bffaffdd25
commit 90d0d8b94b

View File

@ -1,6 +1,6 @@
Name: numad
Version: 0.5
Release: 30
Release: 31
Summary: NUMA user daemon
License: LGPLv2
URL: https://pagure.io/numad
@ -8,6 +8,8 @@ Source0: %{name}-%{version}git.tar.xz
BuildRequires: systemd-units gcc git
Requires: systemd-units
Requires(post): systemd-units
Requires(preun): systemd-units
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
%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
- Type:bugfix
- ID:NA