diff --git a/atune_bpf_collection.spec b/atune_bpf_collection.spec index f461d71..8ef7e3e 100644 --- a/atune_bpf_collection.spec +++ b/atune_bpf_collection.spec @@ -1,6 +1,6 @@ Name: A-Tune-BPF-Collection Version: 1.0.0 -Release: 5 +Release: 6 License: MulanPSL-2.0 Summary: BPF program collection to adjust fine-grained kernel mode to get better performance 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 make %{?_smp_mflags} +%define __os_install_post %{nil} %install 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 %changelog +* Fri May 5 2023 li-miaomiao_zhr - 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 - 1.0.0-5 - Unified license name specification