-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
lkrg (0.9.9-1) unstable; urgency=medium | ||
|
||
* New upstream release. | ||
|
||
-- Solar Designer <[email protected]> Wed, 23 Oct 2024 03:30:00 +0200 | ||
|
||
lkrg (0.9.8-1) unstable; urgency=medium | ||
|
||
* New upstream release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
|
||
Summary: Linux Kernel Runtime Guard (LKRG) | ||
Name: lkrg | ||
Version: 0.9.8 | ||
Release: 2%{?dist} | ||
Version: 0.9.9 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
URL: https://lkrg.org | ||
Source: https://lkrg.org/download/%name-%version.tar.gz | ||
|
@@ -85,6 +85,9 @@ fi | |
%dir %attr(0750,lkrg-logger,lkrg-logger) /var/log/lkrg-logger | ||
|
||
%changelog | ||
* Wed Oct 23 2024 Solar Designer <[email protected]> 0.9.9-1 | ||
- Update to 0.9.9 | ||
|
||
* Wed May 22 2024 Solar Designer <[email protected]> 0.9.8-2 | ||
- Pass direct kernel-devel's build path into make | ||
- Drop "BuildRequires: kernel" as we no longer need /lib/modules/*/build | ||
|