Steve Grubb 943e1d
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Steve Grubb c56912
Steve Grubb cb9ea2
Summary: User space tools for 2.6 kernel auditing
cvsdist 2c6ba5
Name: audit
Steve Grubb aee41b
Version: 3.0
Steve Grubb aee41b
Release: 0.1.20180717gitacd53d1%{?dist}
Steve Grubb 7c6e7f
License: GPLv2+
Steve Grubb c5201d
URL: http://people.redhat.com/sgrubb/audit/
Steve Grubb aee41b
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}-alpha.tar.gz
Tom Callaway ff9bb3
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
Peter Robinson f9c3db
Steve Grubb e58e3b
BuildRequires: gcc swig
Peter Robinson c89913
BuildRequires: openldap-devel
Steve Grubb de51fe
BuildRequires: krb5-devel libcap-ng-devel
Peter Robinson c89913
BuildRequires: kernel-headers >= 2.6.29
Steve Grubb bb8dcf
BuildRequires: python2 python-unversioned-command
Peter Robinson c89913
%ifarch %{golang_arches}
Peter Robinson a0ab08
BuildRequires: golang
Peter Robinson a0ab08
# Temporary fix for make check in golang. Needs libaudit.so
Peter Robinson a0ab08
BuildRequires: audit-libs-devel
Peter Robinson a0ab08
%endif
Peter Robinson c89913
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Steve f0d4c9
BuildRequires: systemd
Peter Robinson 2d5cd5
Requires(post): systemd coreutils
Peter Robinson 2d5cd5
Requires(preun): systemd
Peter Robinson 2d5cd5
Requires(postun): systemd coreutils
cvsdist 2c6ba5
cvsdist 2c6ba5
%description
cvsdist 2c6ba5
The audit package contains the user space utilities for
sgrubb 87e497
storing and searching the audit records generated by
sgrubb 87e497
the audit subsystem in the Linux 2.6 and later kernels.
cvsdist 2c6ba5
Steve Grubb 75f480
%package libs
Steve Grubb 75f480
Summary: Dynamic library for libaudit
Steve Grubb 7c6e7f
License: LGPLv2+
Steve Grubb c5201d
Steve Grubb 75f480
%description libs
Steve Grubb 75f480
The audit-libs package contains the dynamic libraries needed for 
Steve Grubb 75f480
applications to use the audit framework.
Steve Grubb 75f480
Steve Grubb 75f480
%package libs-devel
Steve Grubb 36cd75
Summary: Header files for libaudit
Steve Grubb 7c6e7f
License: LGPLv2+
Peter Robinson c89913
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Steve Grubb b9f018
Requires: kernel-headers >= 2.6.29
Steve Grubb 75f480
Steve Grubb 75f480
%description libs-devel
Steve Grubb 36cd75
The audit-libs-devel package contains the header files needed for
Steve Grubb 36cd75
developing applications that need to use the audit framework libraries.
Steve Grubb 36cd75
Steve Grubb 36cd75
%package libs-static
Steve Grubb 36cd75
Summary: Static version of libaudit library
Steve Grubb 36cd75
License: LGPLv2+
Steve Grubb 36cd75
Requires: kernel-headers >= 2.6.29
Steve Grubb 36cd75
Steve Grubb 36cd75
%description libs-static
Steve Grubb 36cd75
The audit-libs-static package contains the static libraries
Steve Grubb 36cd75
needed for developing applications that need to use static audit
Steve Grubb 36cd75
framework libraries
Steve Grubb c5201d
Pete Walter b8fb3a
%package -n python2-audit
Pete Walter b8fb3a
Summary: Python2 bindings for libaudit
Steve Grubb 7c6e7f
License: LGPLv2+
Steve Grubb 1a1bf0
BuildRequires: python2-devel
Peter Robinson c89913
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Steve Grubb 93a9f1
Provides: audit-libs-python = %{version}-%{release}
Pete Walter b8fb3a
Provides: audit-libs-python%{?_isa} = %{version}-%{release}
Pete Walter b8fb3a
Obsoletes: audit-libs-python < %{version}-%{release}
Pete Walter b8fb3a
Provides: audit-libs-python2 = %{version}-%{release}
Pete Walter b8fb3a
Provides: audit-libs-python2%{?_isa} = %{version}-%{release}
Pete Walter b8fb3a
Obsoletes: audit-libs-python2 < %{version}-%{release}
Pete Walter b8fb3a
Pete Walter b8fb3a
%description -n python2-audit
Pete Walter b8fb3a
The python2-audit package contains the bindings so that libaudit
Steve Grubb 1a1bf0
and libauparse can be used by python2.
Steve Grubb 9fb940
Pete Walter b8fb3a
%package -n python3-audit
sgrubb 0798e4
Summary: Python3 bindings for libaudit
sgrubb 0798e4
License: LGPLv2+
Steve Grubb 1a1bf0
BuildRequires: python3-devel
Peter Robinson c89913
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Pete Walter b8fb3a
Provides: audit-libs-python3 = %{version}-%{release}
Pete Walter b8fb3a
Provides: audit-libs-python3%{?_isa} = %{version}-%{release}
Pete Walter b8fb3a
Obsoletes: audit-libs-python3 < %{version}-%{release}
sgrubb 0798e4
Pete Walter b8fb3a
%description -n python3-audit
Pete Walter b8fb3a
The python3-audit package contains the bindings so that libaudit
sgrubb 0798e4
and libauparse can be used by python3.
sgrubb 0798e4
Steve Grubb 597027
%package -n audispd-plugins
Steve Grubb 597027
Summary: Plugins for the audit event dispatcher
Steve Grubb 597027
License: GPLv2+
Peter Robinson c89913
Requires: %{name}%{?_isa} = %{version}-%{release}
Peter Robinson c89913
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Steve Grubb 597027
Steve Grubb 597027
%description -n audispd-plugins
Steve Grubb 597027
The audispd-plugins package provides plugins for the real-time
Steve Grubb 597027
interface to the audit system, audispd. These plugins can do things
sgrubb d9ee9f
like relay events to remote machines.
sgrubb d9ee9f
sgrubb d9ee9f
%package -n audispd-plugins-zos
sgrubb e3e52f
Summary: z/OS plugin for the audit event dispatcher
sgrubb d9ee9f
License: GPLv2+
sgrubb d9ee9f
Requires: %{name}%{?_isa} = %{version}-%{release}
sgrubb d9ee9f
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
sgrubb d9ee9f
Requires: openldap
sgrubb d9ee9f
sgrubb d9ee9f
%description -n audispd-plugins-zos
sgrubb d9ee9f
The audispd-plugins-zos package provides a plugin that will forward all
sgrubb d9ee9f
incoming audit events, as they happen, to a configured z/OS SMF (Service
sgrubb d9ee9f
Management Facility) database, through an IBM Tivoli Directory Server
sgrubb d9ee9f
(ITDS) set for Remote Audit service.
Steve Grubb 597027
cvsdist 2c6ba5
%prep
sgrubb 276084
%setup -q
Tom Callaway ff9bb3
cp %{SOURCE1} .
Steve Grubb 7e0621
cvsdist 2c6ba5
%build
Peter Robinson a0ab08
%configure --sbindir=/sbin --libdir=/%{_lib} --with-python=yes \
Steve Grubb aee41b
           --with-python3=yes \
Steve Grubb aee41b
	   --enable-gssapi-krb5=yes --with-arm --with-aarch64 \
Steve Grubb aee41b
           --with-libcap-ng=yes --enable-zos-remote \
Peter Robinson c89913
%ifarch %{golang_arches}
Peter Robinson a0ab08
           --with-golang \
Peter Robinson a0ab08
%endif
Peter Robinson c89913
           --enable-systemd
Steve 963a8b
Peter Robinson c89913
make CFLAGS="%{optflags}" %{?_smp_mflags}
cvsdist 2c6ba5
cvsdist 2c6ba5
%install
Steve Grubb aee41b
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/audit/plugins.d,etc/audit/rules.d}
Steve Grubb 597027
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/{man5,man8}
Steve Grubb 57646a
mkdir -p $RPM_BUILD_ROOT/%{_lib}
Daniel J Walsh 965e81
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/audit
sgrubb c8a4d2
mkdir -p --mode=0700 $RPM_BUILD_ROOT/%{_var}/log/audit
Steve f205d2
mkdir -p $RPM_BUILD_ROOT/%{_var}/spool/audit
Steve Grubb 7b312b
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist 2c6ba5
Steve Grubb c5201d
mkdir -p $RPM_BUILD_ROOT/%{_libdir}
Steve Grubb aad931
# This winds up in the wrong place when libtool is involved
Steve Grubb 19531f
mv $RPM_BUILD_ROOT/%{_lib}/libaudit.a $RPM_BUILD_ROOT%{_libdir}
Steve Grubb 7ea761
mv $RPM_BUILD_ROOT/%{_lib}/libauparse.a $RPM_BUILD_ROOT%{_libdir}
Steve Grubb 21c8b7
curdir=`pwd`
Steve Grubb 21c8b7
cd $RPM_BUILD_ROOT/%{_libdir}
Steve Grubb ff137c
LIBNAME=`basename \`ls $RPM_BUILD_ROOT/%{_lib}/libaudit.so.1.*.*\``
Tomáš Mráz f9356b
ln -s ../../%{_lib}/$LIBNAME libaudit.so
Steve Grubb ff137c
LIBNAME=`basename \`ls $RPM_BUILD_ROOT/%{_lib}/libauparse.so.0.*.*\``
Steve Grubb 7ea761
ln -s ../../%{_lib}/$LIBNAME libauparse.so
Steve Grubb 21c8b7
cd $curdir
Steve Grubb 64cb26
# Remove these items so they don't get picked up.
Steve Grubb 64cb26
rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.so
Steve Grubb 7ea761
rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.so
Peter Robinson c89913
Peter Robinson c89913
find $RPM_BUILD_ROOT -name '*.la' -delete
Peter Robinson c89913
find $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages -name '*.a' -delete
Steve Grubb 21c8b7
sgrubb a5088d
# Move the pkgconfig file
sgrubb a5088d
mv $RPM_BUILD_ROOT/%{_lib}/pkgconfig $RPM_BUILD_ROOT%{_libdir}
sgrubb a5088d
Steve Grubb 0b8b4a
# On platforms with 32 & 64 bit libs, we need to coordinate the timestamp
Steve Grubb 0b8b4a
touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
Steve Grubb 028898
touch -r ./audit.spec $RPM_BUILD_ROOT/usr/share/man/man5/libaudit.conf.5.gz
Steve Grubb 0b8b4a
Steve Grubb fffe22
%check
sgrubb a90199
%ifarch %{golang_arches}
Steve Grubb fffe22
make check
Steve Grubb 0a9e32
%endif
sgrubb a90199
# Get rid of make files so that they don't get packaged.
sgrubb a90199
rm -f rules/Makefile*
Steve Grubb 559824
Steve Grubb 7a408f
%post libs -p /sbin/ldconfig
Steve Grubb 75f480
Steve Grubb c5201d
%post
Steve c377c3
# Copy default rules into place on new installation
sgrubb 57623a
files=`ls /etc/audit/rules.d/ 2>/dev/null | wc -w`
sgrubb 57623a
if [ "$files" -eq 0 ] ; then
sgrubb 57623a
# FESCO asked for audit to be off by default. #1117953
sgrubb ff7d76
	if [ -e /usr/share/doc/audit/rules/10-no-audit.rules ] ; then
sgrubb ff7d76
	        cp /usr/share/doc/audit/rules/10-no-audit.rules /etc/audit/rules.d/audit.rules
sgrubb ff7d76
	else
sgrubb ff7d76
		touch /etc/audit/rules.d/audit.rules
sgrubb ff7d76
	fi
sgrubb e399a8
	chmod 0600 /etc/audit/rules.d/audit.rules
Steve c377c3
fi
Steve 963a8b
%systemd_post auditd.service
Steve Grubb c5201d
Steve Grubb c5201d
%preun
Steve 963a8b
%systemd_preun auditd.service
Steve Grubb c5201d
Steve Grubb 9893d2
%postun libs -p /sbin/ldconfig
Steve Grubb 75f480
Steve Grubb c5201d
%postun
Steve 963a8b
if [ $1 -ge 1 ]; then
Steve 963a8b
   /sbin/service auditd condrestart > /dev/null 2>&1 || :
Steve Grubb c5201d
fi
Steve 8b5d58
Steve 2d98cf
%files libs
Tom Callaway ff9bb3
%{!?_licensedir:%global license %%doc}
Tom Callaway ff9bb3
%license lgpl-2.1.txt
sgrubb a5088d
/%{_lib}/libaudit.so.1*
sgrubb a5088d
/%{_lib}/libauparse.*
Steve Grubb ca97eb
%config(noreplace) %attr(640,root,root) /etc/libaudit.conf
Steve Grubb 05d70e
%{_mandir}/man5/libaudit.conf.5.gz
Steve Grubb 75f480
Steve Grubb 75f480
%files libs-devel
Steve Grubb aee41b
%doc contrib/plugin
Steve Grubb 21c8b7
%{_libdir}/libaudit.so
Steve Grubb 7ea761
%{_libdir}/libauparse.so
Peter Robinson c89913
%ifarch %{golang_arches}
sgrubb a5088d
%dir %{_prefix}/lib/golang/src/pkg/redhat.com/audit
sgrubb a5088d
%{_prefix}/lib/golang/src/pkg/redhat.com/audit/audit.go
Peter Robinson a0ab08
%endif
Steve Grubb c5201d
%{_includedir}/libaudit.h
Steve Grubb 7ea761
%{_includedir}/auparse.h
Steve Grubb 7ea761
%{_includedir}/auparse-defs.h
sgrubb 773238
%{_datadir}/aclocal/audit.m4
sgrubb a5088d
%{_libdir}/pkgconfig/audit.pc
sgrubb 0798e4
%{_libdir}/pkgconfig/auparse.pc
Steve Grubb 72b129
%{_mandir}/man3/*
Steve Grubb c5201d
Steve Grubb 36cd75
%files libs-static
Tom Callaway ff9bb3
%{!?_licensedir:%global license %%doc}
Tom Callaway ff9bb3
%license lgpl-2.1.txt
Steve Grubb 36cd75
%{_libdir}/libaudit.a
Steve Grubb 36cd75
%{_libdir}/libauparse.a
Steve Grubb 36cd75
Pete Walter b8fb3a
%files -n python2-audit
Steve Grubb 943e1d
%attr(755,root,root) %{python_sitearch}/_audit.so
Steve Grubb 943e1d
%attr(755,root,root) %{python_sitearch}/auparse.so
Steve Grubb 943e1d
%{python_sitearch}/audit.py*
Steve Grubb dbe1b8
Pete Walter b8fb3a
%files -n python3-audit
sgrubb 0798e4
%attr(755,root,root) %{python3_sitearch}/*
sgrubb 0798e4
cvsdist 2c6ba5
%files
sgrubb 57623a
%doc README ChangeLog rules init.d/auditd.cron
Tom Callaway ff9bb3
%{!?_licensedir:%global license %%doc}
Tom Callaway ff9bb3
%license COPYING
Steve Grubb 597027
%attr(644,root,root) %{_mandir}/man8/auditctl.8.gz
Steve Grubb 597027
%attr(644,root,root) %{_mandir}/man8/auditd.8.gz
Steve Grubb 597027
%attr(644,root,root) %{_mandir}/man8/aureport.8.gz
Steve Grubb 597027
%attr(644,root,root) %{_mandir}/man8/ausearch.8.gz
Steve Grubb 597027
%attr(644,root,root) %{_mandir}/man8/autrace.8.gz
Steve Grubb 26bdc0
%attr(644,root,root) %{_mandir}/man8/aulast.8.gz
Steve Grubb 61abc7
%attr(644,root,root) %{_mandir}/man8/aulastlog.8.gz
Steve 0eebef
%attr(644,root,root) %{_mandir}/man8/auvirt.8.gz
Steve 463eea
%attr(644,root,root) %{_mandir}/man8/augenrules.8.gz
Steve Grubb f2add7
%attr(644,root,root) %{_mandir}/man8/ausyscall.8.gz
Steve Grubb 52a483
%attr(644,root,root) %{_mandir}/man7/audit.rules.7.gz
Steve Grubb 597027
%attr(644,root,root) %{_mandir}/man5/auditd.conf.5.gz
Steve Grubb 8b5ee2
%attr(644,root,root) %{_mandir}/man5/ausearch-expression.5.gz
sgrubb f1901c
%attr(755,root,root) /sbin/auditctl
sgrubb f1901c
%attr(755,root,root) /sbin/auditd
Steve Grubb 1dbd16
%attr(755,root,root) /sbin/ausearch
Steve Grubb 1dbd16
%attr(755,root,root) /sbin/aureport
Steve Grubb 7a408f
%attr(750,root,root) /sbin/autrace
sgrubb c8a4d2
%attr(755,root,root) /sbin/augenrules
Steve Grubb 52a483
%attr(755,root,root) %{_bindir}/aulast
Steve Grubb 52a483
%attr(755,root,root) %{_bindir}/aulastlog
Steve Grubb f2add7
%attr(755,root,root) %{_bindir}/ausyscall
Steve 0eebef
%attr(755,root,root) %{_bindir}/auvirt
sgrubb 57623a
%attr(644,root,root) %{_unitdir}/auditd.service
Steve 463eea
%attr(750,root,root) %dir %{_libexecdir}/initscripts/legacy-actions/auditd
Steve Grubb ac6442
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/condrestart
Steve Grubb ac6442
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/reload
Steve Grubb ac6442
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/restart
Steve 463eea
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/resume
Steve 463eea
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/rotate
Steve Grubb 032e4c
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/state
Steve ab4228
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/stop
Steve Grubb aee41b
ghost %{_localstatedir}/run/auditd.state
Steve f205d2
%attr(750,root,root) %dir %{_var}/log/audit
Steve Grubb 835c19
%attr(750,root,root) %dir /etc/audit
Steve 463eea
%attr(750,root,root) %dir /etc/audit/rules.d
Steve Grubb aee41b
%attr(750,root,root) %dir /etc/audit/plugins.d
Steve Grubb ca188d
%config(noreplace) %attr(640,root,root) /etc/audit/auditd.conf
sgrubb 57623a
%ghost %config(noreplace) %attr(640,root,root) /etc/audit/rules.d/audit.rules
sgrubb 223f9f
%ghost %config(noreplace) %attr(640,root,root) /etc/audit/audit.rules
sgrubb 771681
%config(noreplace) %attr(640,root,root) /etc/audit/audit-stop.rules
Steve Grubb 312d6c
%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/af_unix.conf
Steve Grubb 597027
Steve Grubb 597027
%files -n audispd-plugins
Steve Grubb aee41b
%config(noreplace) %attr(640,root,root) /etc/audit/audisp-remote.conf
Steve Grubb aee41b
%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/au-remote.conf
Steve Grubb aee41b
%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/syslog.conf
Steve Grubb 8efb1f
%attr(750,root,root) /sbin/audisp-remote
Steve Grubb aee41b
%attr(750,root,root) /sbin/audisp-syslog
Steve f205d2
%attr(700,root,root) %dir %{_var}/spool/audit
Steve Grubb 8efb1f
%attr(644,root,root) %{_mandir}/man5/audisp-remote.conf.5.gz
Steve Grubb 8efb1f
%attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz
cvsdist 2c6ba5
sgrubb d9ee9f
%files -n audispd-plugins-zos
sgrubb d9ee9f
%attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
sgrubb d9ee9f
%attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
Steve Grubb 312d6c
%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/audispd-zos-remote.conf
Steve Grubb 312d6c
%config(noreplace) %attr(640,root,root) /etc/audit/zos-remote.conf
sgrubb d9ee9f
%attr(750,root,root) /sbin/audispd-zos-remote
sgrubb d9ee9f
cvsdist 2c6ba5
%changelog
Steve Grubb aee41b
* Tue Jul 17 2018 Steve Grubb <sgrubb@redhat.com> 3.0-0.1.20180717gitacd53d1
Steve Grubb aee41b
- New upstream feature prerelease
Steve Grubb aee41b
Fedora Release Engineering 89658b
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-4
Fedora Release Engineering 89658b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Fedora Release Engineering 89658b
Peter Robinson 2d5cd5
* Wed Jul  4 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.8.4-3
Peter Robinson 2d5cd5
- Remove unused sys V initscripts legacy bits
Peter Robinson 2d5cd5
Miro Hrončok a442fe
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2.8.4-2
Miro Hrončok a442fe
- Rebuilt for Python 3.7
Miro Hrončok a442fe
Steve Grubb 032e4c
* Tue Jun 19 2018 Steve Grubb <sgrubb@redhat.com> 2.8.4-1
Steve Grubb 032e4c
- New upstream bugfix release
Steve Grubb 032e4c
Miro Hrončok c198d1
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.8.3-4
Miro Hrončok c198d1
- Rebuilt for Python 3.7
Miro Hrončok c198d1
Pete Walter b8fb3a
* Tue Apr 10 2018 Pete Walter <pwalter@fedoraproject.org> - 2.8.3-3
Pete Walter b8fb3a
- Rename Python 2 and 3 subpackages to python2-audit and python3-audit as per guidelines
Pete Walter b8fb3a
Steve Grubb ca33b8
* Mon Mar 26 2018 Steve Grubb <sgrubb@redhat.com> 2.8.3-2
Steve Grubb ca33b8
- Fix Obsoletion of audit-libs-python not handled properly (#1559674)
Steve Grubb ca33b8
Steve Grubb e58e3b
* Sat Mar 10 2018 Steve Grubb <sgrubb@redhat.com> 2.8.3-1
Steve Grubb e58e3b
- New upstream bugfix release
Steve Grubb e58e3b
Fedora Release Engineering d65010
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-4
Fedora Release Engineering d65010
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Fedora Release Engineering d65010
Steve Grubb 595be3
* Mon Feb 05 2018 Steve Grubb <sgrubb@redhat.com> 2.8.2-3
Steve Grubb 595be3
- Add a Provides audit-libs-python (#1537864)
Steve Grubb de51fe
- Remove tcp_wrappers support?
Steve Grubb 93a9f1
Steve Grubb 1a1bf0
* Thu Dec 14 2017 Steve Grubb <sgrubb@redhat.com> 2.8.2-2
Steve Grubb 1a1bf0
- Rename things from python to python2
Steve Grubb 1a1bf0
Steve Grubb 77cf62
* Thu Dec 14 2017 Steve Grubb <sgrubb@redhat.com> 2.8.2-1
Steve Grubb 77cf62
- New upstream bugfix release
Steve Grubb 77cf62
sgrubb 19f9f1
* Thu Oct 12 2017 Steve Grubb <sgrubb@redhat.com> 2.8.1-1
sgrubb 19f9f1
- New upstream bugfix release
sgrubb 19f9f1
sgrubb c8a4d2
* Tue Oct 10 2017 Steve Grubb <sgrubb@redhat.com> 2.8-1
sgrubb c8a4d2
- New upstream feature release
sgrubb c8a4d2
sgrubb f4ae10
* Mon Sep 18 2017 Steve Grubb <sgrubb@redhat.com> 2.7.8-1
sgrubb f4ae10
- New upstream bugfix release
sgrubb f4ae10
Fedora Release Engineering e912c3
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.7-5
Fedora Release Engineering e912c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Fedora Release Engineering e912c3
Fedora Release Engineering af2188
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.7-4
Fedora Release Engineering af2188
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Fedora Release Engineering af2188
sgrubb 7cf524
* Fri Jul 14 2017 Steve Grubb <sgrubb@redhat.com> 2.7.7-3
sgrubb 7cf524
- undo scratch build
sgrubb 7cf524
sgrubb 082d50
* Fri Jun 16 2017 Steve Grubb <sgrubb@redhat.com> 2.7.7-1
sgrubb 082d50
- New upstream bugfix release
sgrubb 082d50
sgrubb 123b93
* Wed Apr 19 2017 Steve Grubb <sgrubb@redhat.com> 2.7.6-1
sgrubb 123b93
- New upstream bugfix release
sgrubb 123b93
sgrubb ddf6a9
* Mon Apr 10 2017 Steve Grubb <sgrubb@redhat.com> 2.7.5-1
sgrubb ddf6a9
- New upstream bugfix release
sgrubb ddf6a9
sgrubb 8363eb
* Tue Mar 28 2017 Steve Grubb <sgrubb@redhat.com> 2.7.4-1
sgrubb 8363eb
- New upstream feature and bugfix release
sgrubb 8363eb
sgrubb 1627ca
* Fri Feb 24 2017 Steve Grubb <sgrubb@redhat.com> 2.7.3-1
sgrubb 1627ca
- New upstream feature and bugfix release
sgrubb 1627ca
sgrubb eec1b6
* Mon Feb 13 2017 Steve Grubb <sgrubb@redhat.com> 2.7.2-2
sgrubb eec1b6
- Fix ausearch csv output
sgrubb eec1b6
sgrubb 7088af
* Mon Feb 13 2017 Steve Grubb <sgrubb@redhat.com> 2.7.2-1
sgrubb 7088af
- New upstream feature and bugfix release
sgrubb 7088af
Fedora Release Engineering 46040b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2
Fedora Release Engineering 46040b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Fedora Release Engineering 46040b
sgrubb f2c912
* Fri Jan 13 2017 Steve Grubb <sgrubb@redhat.com> 2.7.1-1
sgrubb f2c912
- New upstream bugfix release
sgrubb f2c912
Miro Hrončok ac9304
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.7-2
Miro Hrončok ac9304
- Rebuild for Python 3.6
Miro Hrončok ac9304
sgrubb f39546
* Thu Dec 15 2016 Steve Grubb <sgrubb@redhat.com> 2.7-1
sgrubb f39546
- New upstream feature release
sgrubb f39546
sgrubb 627d33
* Sun Sep 11 2016 Steve Grubb <sgrubb@redhat.com> 2.6.7-1
sgrubb 627d33
- New upstream bugfix release
sgrubb 627d33
sgrubb 213bb1
* Mon Aug 01 2016 Steve Grubb <sgrubb@redhat.com> 2.6.6-1
sgrubb 213bb1
- New upstream bugfix release
sgrubb 213bb1
Fedora Release Engineering 5ece6c
* Thu Jul 21 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.5-3
Fedora Release Engineering 5ece6c
- https://fedoraproject.org/wiki/Changes/golang1.7
Fedora Release Engineering 5ece6c
Fedora Release Engineering 868153
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.5-2
Fedora Release Engineering 868153
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
Fedora Release Engineering 868153
sgrubb e399a8
* Thu Jul 14 2016 Steve Grubb <sgrubb@redhat.com> 2.6.5-1
sgrubb e399a8
- New upstream bugfix release
sgrubb e399a8
sgrubb c7215b
* Fri Jul 08 2016 Steve Grubb <sgrubb@redhat.com> 2.6.4-2
sgrubb c7215b
- Correct size information of dispatched event
sgrubb c7215b
sgrubb a68689
* Fri Jul 08 2016 Steve Grubb <sgrubb@redhat.com> 2.6.4-1
sgrubb a68689
- New upstream bugfix release
sgrubb a68689
sgrubb da7ba8
* Tue Jul 05 2016 Steve Grubb <sgrubb@redhat.com> 2.6.3-2
sgrubb da7ba8
- Fix sockaddr event interpretation
sgrubb da7ba8
sgrubb 671bfc
* Tue Jul 05 2016 Steve Grubb <sgrubb@redhat.com> 2.6.3-1
sgrubb 671bfc
- New upstream bugfix release
sgrubb 671bfc
sgrubb 6c3bc1
* Fri Jul 01 2016 Steve Grubb <sgrubb@redhat.com> 2.6.2-1
sgrubb d1fd3b
- New upstream bugfix release
sgrubb d1fd3b
- Fixes 1351954 - prevents virtual machine from starting up in GNOME Boxes
sgrubb d1fd3b
sgrubb ed3ced
* Tue Jun 28 2016 Steve Grubb <sgrubb@redhat.com> 2.6.1-1
sgrubb 771681
- New upstream bugfix release
sgrubb 771681
sgrubb 5d244b
* Wed Jun 22 2016 Steve Grubb <sgrubb@redhat.com> 2.6-3
sgrubb 99a1db
- New upstream release
sgrubb 99a1db
sgrubb e3e52f
* Fri Apr 29 2016 Steve Grubb <sgrubb@redhat.com> 2.5.2-1
sgrubb e3e52f
- New upstream release
sgrubb e3e52f
sgrubb d9ee9f
* Thu Apr 28 2016 Steve Grubb <sgrubb@redhat.com> 2.5.1-2
sgrubb d9ee9f
- Refactor plugins to split out zos-remote to lower dependencies
sgrubb d9ee9f
sgrubb 3d5932
* Wed Apr 13 2016 Steve Grubb <sgrubb@redhat.com> 2.5.1-1
sgrubb 3d5932
- New upstream release
sgrubb 3d5932
sgrubb ead3cf
* Fri Mar 18 2016 Steve Grubb <sgrubb@redhat.com> 2.5-4
sgrubb ff7d76
- Fixes #1313152 - post script fails on dnf --setopt=tsflags=nodocs install
sgrubb ff7d76
Peter Robinson 80968c
* Mon Feb 22 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
Peter Robinson 80968c
- https://fedoraproject.org/wiki/Changes/golang1.6
Peter Robinson 80968c
Dennis Gilmore 8eef73
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
Dennis Gilmore 8eef73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Dennis Gilmore 8eef73
sgrubb ead3cf
* Mon Jan 11 2016 Steve Grubb <sgrubb@redhat.com> 2.5-1
sgrubb 57623a
- New upstream release
sgrubb 57623a
- Fixes #1241565 - still logs way too much
sgrubb 57623a
- Fixes #1238051 - audit.rules should be generated from by augenrules
sgrubb 57623a
sgrubb 773238
* Fri Dec 18 2015 Steve Grubb <sgrubb@redhat.com> 2.4.4-1
sgrubb 773238
- New upstream bugfix release
sgrubb 773238
Robert Kuska 8f6102
* Wed Nov 04 2015 Robert Kuska <rkuska@redhat.com> - 2.4.4-3
Robert Kuska 8f6102
- Rebuilt for Python3.5 rebuild
Robert Kuska 8f6102
Peter Robinson c89913
* Wed Sep 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.4-2
Peter Robinson c89913
- Fix FTBFS with hardened flags by using the distro CFLAGS
Peter Robinson c89913
- Tighten deps with the _isa macro
Peter Robinson c89913
- Use goarches macro to define supported GO architectures
Peter Robinson c89913
- Minor cleanups
Peter Robinson c89913
sgrubb dadb96
* Thu Aug 13 2015 Steve Grubb <sgrubb@redhat.com> 2.4.4-1
sgrubb dadb96
- New upstream bugfix release
sgrubb dadb96
- Fixes CVE-2015-5186 Audit: log terminal emulator escape sequences handling
sgrubb dadb96
sgrubb 0798e4
* Thu Jul 16 2015 Steve Grubb <sgrubb@redhat.com> 2.4.3-1
sgrubb 0798e4
- New upstream bugfix release
sgrubb 0798e4
- Adds python3 support
sgrubb 0798e4
Dennis Gilmore 908daf
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
Dennis Gilmore 908daf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore 908daf
sgrubb 9b4735
* Tue Apr 28 2015 Steve Grubb <sgrubb@redhat.com> 2.4.2-1
sgrubb 9b4735
- New upstream bugfix release
sgrubb 9b4735
Till Maas e562ad
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.4.1-2
Till Maas e562ad
- Rebuilt for Fedora 23 Change
Till Maas e562ad
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
Till Maas e562ad
sgrubb 0e13f6
* Tue Oct 28 2014 Steve Grubb <sgrubb@redhat.com> 2.4.1-1
sgrubb 0e13f6
- New upstream feature and bugfix release
sgrubb 0e13f6
Karsten Hopp e76e54
* Mon Oct 06 2014 Karsten Hopp <karsten@redhat.com> 2.4-2
Karsten Hopp e76e54
- bump release and rebuild for upgradepath
Karsten Hopp e76e54
sgrubb 276084
* Sun Aug 24 2014 Steve Grubb <sgrubb@redhat.com> 2.4-1
sgrubb 276084
- New upstream feature and bugfix release
sgrubb 276084
Peter Robinson c28ae1
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-0.3.svn20140803
Peter Robinson c28ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Peter Robinson c28ae1
Peter Robinson a0ab08
* Mon Aug  4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.8-0.2.svn20140803
Peter Robinson a0ab08
- aarch64/PPC/s390 don't have golang
Peter Robinson a0ab08
sgrubb e957ec
* Sat Aug 02 2014 Steve Grubb <sgrubb@redhat.com> 2.3.8-0.1.svn20140803
sgrubb a5088d
- New upstream svn snapshot
sgrubb a5088d
sgrubb fd34ac
* Tue Jul 22 2014 Steve Grubb <sgrubb@redhat.com> 2.3.7-4
sgrubb 97cac8
- Bug 1117953 - Per fesco#1311, please disable syscall auditing by default
sgrubb 97cac8
Tom Callaway ff9bb3
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.7-3
Tom Callaway ff9bb3
- mark license files properly
Tom Callaway ff9bb3
Dennis Gilmore a2d02b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-2
Dennis Gilmore a2d02b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore a2d02b
sgrubb 829f6c
* Tue Jun 03 2014 Steve Grubb <sgrubb@redhat.com> 2.3.7-1
sgrubb 829f6c
- New upstream bugfix release
sgrubb 829f6c
sgrubb b20e8a
* Fri Apr 11 2014 Steve Grubb <sgrubb@redhat.com> 2.3.6-1
sgrubb b20e8a
- New upstream bugfix/enhancement release
sgrubb b20e8a
sgrubb bdb657
* Mon Mar 17 2014 Steve Grubb <sgrubb@redhat.com> 2.3.5-1
sgrubb bdb657
- New upstream bugfix/enhancement release
sgrubb bdb657
sgrubb bd9346
* Thu Feb 27 2014 Steve Grubb <sgrubb@redhat.com> 2.3.4-1
sgrubb bd9346
- New upstream bugfix/enhancement release
sgrubb bd9346
sgrubb 3a011d
* Thu Jan 16 2014 Steve Grubb <sgrubb@redhat.com> 2.3.3-1
sgrubb 3a011d
- New upstream bugfix/enhancement release
sgrubb 3a011d
Steve 87e424
* Mon Jul 29 2013 Steve Grubb <sgrubb@redhat.com> 2.3.2-1
Steve 87e424
- New upstream bugfix/enhancement release
Steve 87e424
Steve 2daa5c
* Fri Jun 21 2013 Steve Grubb <sgrubb@redhat.com> 2.3.1-3
Steve 2daa5c
- Drop prelude support
Steve 2daa5c
Steve 17ff0f
* Fri May 31 2013 Steve Grubb <sgrubb@redhat.com> 2.3.1-2
Steve 17ff0f
- Fix unknown lvalue in auditd.service (#969345)
Steve 17ff0f
Steve b672a0
* Thu May 30 2013 Steve Grubb <sgrubb@redhat.com> 2.3.1-1
Steve ab4228
- New upstream bugfix/enhancement release
Steve ab4228
Steve c377c3
* Fri May 03 2013 Steve Grubb <sgrubb@redhat.com> 2.3-2
Steve c377c3
- If no rules exist, copy shipped rules into place
Steve c377c3