fix wrong file name referenced in spec file causing build failure,remove spec file from the source package

This commit is contained in:
li-miaomiao_zhr 2023-05-05 17:44:17 +08:00
parent 340865df3a
commit 48ce8a58c0

View File

@ -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<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
- Unified license name specification