-
Notifications
You must be signed in to change notification settings - Fork 211
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
b2ae69b
commit 81c813f
Showing
3 changed files
with
5 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
|
||
Summary: User space tools for kernel auditing | ||
Name: audit | ||
Version: 3.1 | ||
Release: 1%{dist} | ||
License: GPLv2+ | ||
License: GPL-2.0-or-later AND LGPL-2.0-or-later | ||
Group: System Environment/Daemons | ||
URL: http://people.redhat.com/sgrubb/audit/ | ||
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz | ||
|
@@ -263,6 +262,6 @@ fi | |
|
||
|
||
%changelog | ||
* Thu Feb 08 2023 Steve Grubb <[email protected]> 3.1-1 | ||
* Thu Feb 09 2023 Steve Grubb <[email protected]> 3.1-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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dnl | ||
define([AC_INIT_NOTICE], | ||
[### Generated automatically using autoconf version] AC_ACVERSION [ | ||
### Copyright 2005-22 Steve Grubb <[email protected]> | ||
### Copyright 2005-23 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"), | ||
|
@@ -29,7 +29,7 @@ define([AC_INIT_NOTICE], | |
]) | ||
|
||
AC_REVISION($Revision: 1.3 $)dnl | ||
AC_INIT(audit,3.0.10) | ||
AC_INIT(audit,3.1) | ||
AC_PREREQ(2.12)dnl | ||
AM_CONFIG_HEADER(config.h) | ||
|
||
|