Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 654057b6be | |||
| 472ce20fdb |
BIN
sysctl-logger-0.0.6.tar.gz
LFS
BIN
sysctl-logger-0.0.6.tar.gz
LFS
Binary file not shown.
3
sysctl-logger-0.0.7.tar.gz
Normal file
3
sysctl-logger-0.0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a1df1df833967953838041ee0087389d1359393753fe8516b4da6b2f7ac7052
|
||||||
|
size 12041
|
||||||
@@ -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>
|
Wed Apr 10 03:34:05 UTC 2024 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,9 @@
|
|||||||
%define llvm_major_version %{nil}
|
%define llvm_major_version %{nil}
|
||||||
%else
|
%else
|
||||||
# Hard-code latest LLVM for SLES, the default version is too old
|
# 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
|
%if 0%{?sle_version} == 150600
|
||||||
%define llvm_major_version 17
|
%define llvm_major_version 17
|
||||||
%else
|
%else
|
||||||
@@ -31,10 +34,12 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
Name: sysctl-logger
|
Name: sysctl-logger
|
||||||
Version: 0.0.6
|
Version: 0.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A sysctl monitoring tool based on BPF
|
Summary: A sysctl monitoring tool based on BPF
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
|||||||
Reference in New Issue
Block a user