New upstream feature release
This commit is contained in:
parent
ae3f67fab0
commit
eedfe72ea7
1
.gitignore
vendored
1
.gitignore
vendored
@ -167,3 +167,4 @@ audit-2.0.4.tar.gz
|
||||
/audit-3.0.tar.gz
|
||||
/audit-3.0.1.tar.gz
|
||||
/audit-3.0.2.tar.gz
|
||||
/audit-3.0.3.tar.gz
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -urp audit-3.0.3.orig/src/Makefile.in audit-3.0.3/src/Makefile.in
|
||||
--- audit-3.0.3.orig/src/Makefile.in 2021-06-28 18:04:56.450429090 -0400
|
||||
+++ audit-3.0.3/src/Makefile.in 2021-06-28 18:05:37.325424715 -0400
|
||||
@@ -487,7 +487,7 @@ auditd_SOURCES = auditd.c auditd-event.c
|
||||
$(am__append_1)
|
||||
auditd_CFLAGS = -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign
|
||||
auditd_LDFLAGS = -pie -Wl,-z,relro -Wl,-z,now
|
||||
-auditd_LDADD = @LIBWRAP_LIBS@ ${top_builddir}/src/libev/libev.la ${top_builddir}/audisp/libdisp.la ${top_builddir}/lib/libaudit.la ${top_builddir}/auparse/libauparse.la -lpthread -lrt -lm $(gss_libs) ${top_builddir}/common/libaucommon.la
|
||||
+auditd_LDADD = @LIBWRAP_LIBS@ ${top_builddir}/src/libev/libev.la ${top_builddir}/audisp/libdisp.la ${top_builddir}/lib/libaudit.la ${top_builddir}/auparse/libauparse.la -lpthread -lm $(gss_libs) ${top_builddir}/common/libaucommon.la
|
||||
auditctl_SOURCES = auditctl.c auditctl-llist.c delete_all.c auditctl-listing.c
|
||||
auditctl_CFLAGS = -fPIE -DPIE -g -D_GNU_SOURCE
|
||||
auditctl_LDFLAGS = -pie -Wl,-z,relro -Wl,-z,now
|
@ -1,13 +1,12 @@
|
||||
|
||||
Summary: User space tools for kernel auditing
|
||||
Name: audit
|
||||
Version: 3.0.2
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://people.redhat.com/sgrubb/audit/
|
||||
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
||||
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
|
||||
Patch1: audit-3.0.3-lmrt.patch
|
||||
|
||||
BuildRequires: make gcc swig
|
||||
BuildRequires: openldap-devel
|
||||
@ -88,7 +87,6 @@ Management Facility) database, through an IBM Tivoli Directory Server
|
||||
%prep
|
||||
%setup -q
|
||||
cp %{SOURCE1} .
|
||||
%patch1 -p1
|
||||
|
||||
# Remove the ids code, its not ready
|
||||
sed -i 's/ ids / /' audisp/plugins/Makefile.in
|
||||
@ -247,6 +245,9 @@ fi
|
||||
%attr(750,root,root) %{_sbindir}/audispd-zos-remote
|
||||
|
||||
%changelog
|
||||
* Wed Jul 14 2021 Steve Grubb <sgrubb@redhat.com> 3.0.3-1
|
||||
- New upstream feature release
|
||||
|
||||
* Thu Jun 24 2021 Sergio Correia <scorreia@redhat.com> - 3.0.2-2
|
||||
- Do not use custom sbindir and libdir in configure
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (audit-3.0.2.tar.gz) = 9e831ed6f30ac7d58f028cede97adba431bde18dfd9045c19f5e03eff52cd28db3a6792e5969f555ce51aa562662b59fa5cc5265586c6acf0b3aa1feae4d720f
|
||||
SHA512 (audit-3.0.3.tar.gz) = 7132fd5d90c3745cdb2cd664c8d0b74ad9108bc39940e87fd1ae3ee461c484505d5d33fa5c741caa237e79e3bf9c7e1ccb07cac81b5cbfbe59db8fc8db021fd7
|
||||
|
Loading…
Reference in New Issue
Block a user