New upstream feature and bugfix release
This commit is contained in:
parent
eec1b60e85
commit
1627ca5b6c
1
.gitignore
vendored
1
.gitignore
vendored
@ -145,3 +145,4 @@ audit-2.0.4.tar.gz
|
|||||||
/audit-2.7.tar.gz
|
/audit-2.7.tar.gz
|
||||||
/audit-2.7.1.tar.gz
|
/audit-2.7.1.tar.gz
|
||||||
/audit-2.7.2.tar.gz
|
/audit-2.7.2.tar.gz
|
||||||
|
/audit-2.7.3.tar.gz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -urp audit-2.7.2/src/ausearch-report.c audit-2.7.3/src/ausearch-report.c
|
|
||||||
--- audit-2.7.2/src/ausearch-report.c 2017-02-13 09:22:49.618094389 -0500
|
|
||||||
+++ audit-2.7.3/src/ausearch-report.c 2017-02-13 10:55:50.000000000 -0500
|
|
||||||
@@ -484,7 +484,7 @@ static void csv_event(auparse_state_t *a
|
|
||||||
fprintf(stderr, "error normalizing %s\n", type);
|
|
||||||
|
|
||||||
// Just dump an empty frame
|
|
||||||
- printf(",,,,,,,,%s%s\n", extra_labels ? ",," : "",
|
|
||||||
+ printf(",,,,,,,,,%s%s\n", extra_labels ? ",," : "",
|
|
||||||
extra_keys ? "," : "");
|
|
||||||
return;
|
|
||||||
}
|
|
@ -2,14 +2,13 @@
|
|||||||
|
|
||||||
Summary: User space tools for 2.6 kernel auditing
|
Summary: User space tools for 2.6 kernel auditing
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 2.7.2
|
Version: 2.7.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://people.redhat.com/sgrubb/audit/
|
URL: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
||||||
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
|
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
|
||||||
Patch1: audit-2.7.3-csv.patch
|
|
||||||
BuildRequires: openldap-devel
|
BuildRequires: openldap-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -114,7 +113,6 @@ Management Facility) database, through an IBM Tivoli Directory Server
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --sbindir=/sbin --libdir=/%{_lib} --with-python=yes \
|
%configure --sbindir=/sbin --libdir=/%{_lib} --with-python=yes \
|
||||||
@ -310,6 +308,9 @@ fi
|
|||||||
%attr(750,root,root) /sbin/audispd-zos-remote
|
%attr(750,root,root) /sbin/audispd-zos-remote
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 24 2017 Steve Grubb <sgrubb@redhat.com> 2.7.3-1
|
||||||
|
- New upstream feature and bugfix release
|
||||||
|
|
||||||
* Mon Feb 13 2017 Steve Grubb <sgrubb@redhat.com> 2.7.2-2
|
* Mon Feb 13 2017 Steve Grubb <sgrubb@redhat.com> 2.7.2-2
|
||||||
- Fix ausearch csv output
|
- Fix ausearch csv output
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (audit-2.7.2.tar.gz) = a3974547a6da15e87c9070f3aa8a40232555afbd8d6cdf41e6d3c2a059f766ae75febbe8ff72fdadb522222eefda08e55f10dd8d20a3cee2625a6048d38c152b
|
SHA512 (audit-2.7.3.tar.gz) = 0f504169e1a41078a2244d47418b37f714003e637656af53548bb041f48bbab2422c9e25f78fcf48fa7e57aa6a47336f4b37428df7676b13b3df64d20cd1a2f2
|
||||||
|
Loading…
Reference in New Issue
Block a user