!22 fix wrong file name referenced in spec file causing build failure,remove spec file from the source package
From: @li-miaomiao_zhr Reviewed-by: @hubin95, @lvying6 Signed-off-by: @lvying6, @hubin95
This commit is contained in:
commit
22560aeff3
@ -1,6 +1,6 @@
|
|||||||
Name: A-Tune-BPF-Collection
|
Name: A-Tune-BPF-Collection
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 5
|
Release: 6
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
Summary: BPF program collection to adjust fine-grained kernel mode to get better performance
|
Summary: BPF program collection to adjust fine-grained kernel mode to get better performance
|
||||||
URL: https://gitee.com/openeuler/A-Tune-BPF-Collection
|
URL: https://gitee.com/openeuler/A-Tune-BPF-Collection
|
||||||
@ -25,6 +25,7 @@ readahead_tune: trace file reading characteristics, then ajust file read mode to
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
%define __os_install_post %{nil}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -D -p -m 0755 readahead_tune %{buildroot}/%{_sbindir}/readahead_tune
|
install -D -p -m 0755 readahead_tune %{buildroot}/%{_sbindir}/readahead_tune
|
||||||
@ -41,6 +42,12 @@ install -D -p -m 0644 readahead_tune.conf %{buildroot}%{_sysconfdir}/sysconfig/r
|
|||||||
%config(noreplace) %{_sysconfdir}/sysconfig/readahead_tune.conf
|
%config(noreplace) %{_sysconfdir}/sysconfig/readahead_tune.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 5 2023 li-miaomiao_zhr<mmlidc@isoftstone.com> - 1.0.0-6
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: fix wrong file name referenced in spec file causing build failure,remove spec file from the source package
|
||||||
|
|
||||||
* Fri Aug 05 2022 fushanqing <fushanqing@kylinos.cn> - 1.0.0-5
|
* Fri Aug 05 2022 fushanqing <fushanqing@kylinos.cn> - 1.0.0-5
|
||||||
- Unified license name specification
|
- Unified license name specification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user