-
Notifications
You must be signed in to change notification settings - Fork 208
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
1 parent
7296482
commit ae7d283
Showing
5 changed files
with
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
3.9 | ||
4.0 | ||
- Drop python2 support | ||
- Drop auvirt and autrace programs | ||
- Drop SysVinit support | ||
|
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,6 +1,6 @@ | ||
Summary: User space tools for kernel auditing | ||
Name: audit | ||
Version: 3.9 | ||
Version: 4.0 | ||
Release: 1%{dist} | ||
License: GPL-2.0-or-later AND LGPL-2.0-or-later | ||
Group: System Environment/Daemons | ||
|
@@ -267,6 +267,6 @@ fi | |
%config(noreplace) %attr(640,root,root) /etc/audit/audit-stop.rules | ||
|
||
%changelog | ||
* Sun Aug 06 2023 Steve Grubb <[email protected]> 3.9-1 | ||
* Tue Jan 16 2024 Steve Grubb <[email protected]> 4.0-1 | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
dnl | ||
define([AC_INIT_NOTICE], | ||
[### Generated automatically using autoconf version] AC_ACVERSION [ | ||
### Copyright 2005-23 Steve Grubb <[email protected]> | ||
### Copyright 2005-24 Steve Grubb <[email protected]> | ||
### | ||
### Permission is hereby granted, free of charge, to any person obtaining a | ||
### copy of this software and associated documentation files (the "Software"), | ||
|
@@ -30,7 +30,7 @@ define([AC_INIT_NOTICE], | |
]) | ||
|
||
AC_REVISION($Revision: 1.3 $)dnl | ||
AC_INIT([audit], [3.9]) | ||
AC_INIT([audit], [4.0]) | ||
AC_PREREQ([2.50])dnl | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
||
|