Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpftune: packaging support
bump to 0.1-2 after package review.

Orabug: 35385703

Signed-off-by: Alan Maguire <[email protected]>
Reviewed-by: Laurence Rochfort <[email protected]>
  • Loading branch information
alan-maguire committed May 24, 2023
commit 06355d6b57ea29dfccc8c8fe0d8fd4333d479dce
6 changes: 4 additions & 2 deletions buildrpm/bpftune.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BPF-based auto-tuning SPEC file

%define name bpftune
%define rel 1
%define rel 2
%define release %{rel}%{?dist}
%define version 0.1
%global _unitdir /usr/lib/systemd/system/
Expand Down Expand Up @@ -70,5 +70,7 @@ rm -Rf %{buildroot}
%license LICENSE.txt

%changelog
* Wed May 24 2023 Alan Maguire <[email protected]> - 0.1-2
- Spec file reviewed [Orabug: 35385703]
* Mon May 30 2022 Alan Maguire <[email protected]> - 0.1-1
- Initial packaging support [Orabug: 35385703]
- Initial packaging support