2 Commits

4 changed files with 17 additions and 4 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a1df1df833967953838041ee0087389d1359393753fe8516b4da6b2f7ac7052
size 12041

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 16 03:57:26 UTC 2025 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
- Update to v0.0.7
* Add systemd hardenings
* Make output directory visible
- Specify LLVM version to use for SLES 15 SP7
-------------------------------------------------------------------
Wed Apr 10 03:34:05 UTC 2024 - Shung-Hsi Yu <shung-hsi.yu@suse.com>

View File

@@ -20,6 +20,9 @@
%define llvm_major_version %{nil}
%else
# Hard-code latest LLVM for SLES, the default version is too old
%if 0%{?sle_version} == 150700
%define llvm_major_version 19
%else
%if 0%{?sle_version} == 150600
%define llvm_major_version 17
%else
@@ -31,10 +34,12 @@
%endif
%endif
%endif
%endif
%endif
Name: sysctl-logger
Version: 0.0.6
Version: 0.0.7
Release: 0
Summary: A sysctl monitoring tool based on BPF
License: GPL-2.0-only