f10f4f
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
f10f4f
dd3bb8
Summary: User space tools for kernel auditing
f10f4f
Name: audit
9a5350
Version: 3.0.7
d12fa4
Release: 4%{?dist}
f10f4f
License: GPLv2+
f10f4f
URL: http://people.redhat.com/sgrubb/audit/
9a5350
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
f10f4f
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
f10f4f
9a5350
Patch1: audit-3.0.8-auparse-path-norm.patch
9a5350
Patch2: audit-3.0.8-drop-protecthome.patch
9a5350
9a5350
BuildRequires: gcc swig make
f10f4f
BuildRequires: openldap-devel
f10f4f
BuildRequires: krb5-devel libcap-ng-devel
f10f4f
BuildRequires: kernel-headers >= 2.6.29
f10f4f
BuildRequires: systemd
dd3bb8
dd3bb8
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
f10f4f
Requires(post): systemd coreutils
63d665
Requires(preun): systemd initscripts
63d665
Requires(postun): systemd coreutils initscripts
f10f4f
f10f4f
%description
f10f4f
The audit package contains the user space utilities for
f10f4f
storing and searching the audit records generated by
f10f4f
the audit subsystem in the Linux 2.6 and later kernels.
f10f4f
f10f4f
%package libs
f10f4f
Summary: Dynamic library for libaudit
f10f4f
License: LGPLv2+
f10f4f
f10f4f
%description libs
d12fa4
The audit-libs package contains the dynamic libraries needed for 
f10f4f
applications to use the audit framework.
f10f4f
f10f4f
%package libs-devel
f10f4f
Summary: Header files for libaudit
f10f4f
License: LGPLv2+
f10f4f
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
f10f4f
Requires: kernel-headers >= 2.6.29
f10f4f
f10f4f
%description libs-devel
f10f4f
The audit-libs-devel package contains the header files needed for
f10f4f
developing applications that need to use the audit framework libraries.
f10f4f
f10f4f
%package -n python3-audit
f10f4f
Summary: Python3 bindings for libaudit
f10f4f
License: LGPLv2+
f10f4f
BuildRequires: python3-devel
f10f4f
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
f10f4f
Provides: audit-libs-python3 = %{version}-%{release}
f10f4f
Provides: audit-libs-python3%{?_isa} = %{version}-%{release}
f10f4f
Obsoletes: audit-libs-python3 < %{version}-%{release}
f10f4f
f10f4f
%description -n python3-audit
f10f4f
The python3-audit package contains the bindings so that libaudit
f10f4f
and libauparse can be used by python3.
f10f4f
f10f4f
%package -n audispd-plugins
f10f4f
Summary: Plugins for the audit event dispatcher
f10f4f
License: GPLv2+
f10f4f
Requires: %{name}%{?_isa} = %{version}-%{release}
f10f4f
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
f10f4f
f10f4f
%description -n audispd-plugins
f10f4f
The audispd-plugins package provides plugins for the real-time
f10f4f
interface to the audit system, audispd. These plugins can do things
f10f4f
like relay events to remote machines.
f10f4f
f10f4f
%package -n audispd-plugins-zos
f10f4f
Summary: z/OS plugin for the audit event dispatcher
f10f4f
License: GPLv2+
f10f4f
Requires: %{name}%{?_isa} = %{version}-%{release}
f10f4f
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
f10f4f
Requires: openldap
f10f4f
f10f4f
%description -n audispd-plugins-zos
f10f4f
The audispd-plugins-zos package provides a plugin that will forward all
f10f4f
incoming audit events, as they happen, to a configured z/OS SMF (Service
f10f4f
Management Facility) database, through an IBM Tivoli Directory Server
f10f4f
(ITDS) set for Remote Audit service.
f10f4f
f10f4f
%prep
f10f4f
%setup -q
9a5350
cp %{SOURCE1} .
f10f4f
%patch1 -p1
f10f4f
%patch2 -p1
f10f4f
f10f4f
%build
9a5350
%configure --with-python=no \
9a5350
	   --with-python3=yes \
f10f4f
	   --enable-gssapi-krb5=yes --with-arm --with-aarch64 \
f10f4f
	   --with-libcap-ng=yes --enable-zos-remote \
dd3bb8
	   --enable-systemd
f10f4f
f10f4f
make CFLAGS="%{optflags}" %{?_smp_mflags}
f10f4f
f10f4f
%install
f10f4f
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/audit/plugins.d,etc/audit/rules.d}
f10f4f
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/{man5,man8}
f10f4f
mkdir -p $RPM_BUILD_ROOT/%{_lib}
f10f4f
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/audit
f10f4f
mkdir -p --mode=0700 $RPM_BUILD_ROOT/%{_var}/log/audit
f10f4f
mkdir -p $RPM_BUILD_ROOT/%{_var}/spool/audit
f10f4f
make DESTDIR=$RPM_BUILD_ROOT install
f10f4f
f10f4f
# Remove these items so they don't get picked up.
9a5350
rm -f $RPM_BUILD_ROOT/%{_libdir}/libaudit.a
9a5350
rm -f $RPM_BUILD_ROOT/%{_libdir}/libauparse.a
f10f4f
f10f4f
find $RPM_BUILD_ROOT -name '*.la' -delete
f10f4f
find $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages -name '*.a' -delete
f10f4f
f10f4f
# On platforms with 32 & 64 bit libs, we need to coordinate the timestamp
f10f4f
touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
f10f4f
touch -r ./audit.spec $RPM_BUILD_ROOT/usr/share/man/man5/libaudit.conf.5.gz
f10f4f
f10f4f
%check
f10f4f
make check
f10f4f
# Get rid of make files so that they don't get packaged.
f10f4f
rm -f rules/Makefile*
f10f4f
f10f4f
%post
f10f4f
# Copy default rules into place on new installation
f10f4f
files=`ls /etc/audit/rules.d/ 2>/dev/null | wc -w`
f10f4f
if [ "$files" -eq 0 ] ; then
dd3bb8
  if [ -e %{_datadir}/%{name}/sample-rules/10-base-config.rules ] ; then
dd3bb8
    cp %{_datadir}/%{name}/sample-rules/10-base-config.rules /etc/audit/rules.d/audit.rules
f10f4f
  else
f10f4f
    touch /etc/audit/rules.d/audit.rules
f10f4f
  fi
f10f4f
  chmod 0600 /etc/audit/rules.d/audit.rules
f10f4f
fi
f10f4f
%systemd_post auditd.service
f10f4f
f10f4f
%preun
f10f4f
%systemd_preun auditd.service
63d665
if [ $1 -eq 0 ]; then
dd3bb8
    /sbin/service auditd stop > /dev/null 2>&1
63d665
fi
f10f4f
f10f4f
%postun
f10f4f
if [ $1 -ge 1 ]; then
dd3bb8
    /sbin/service auditd condrestart > /dev/null 2>&1 || :
f10f4f
fi
f10f4f
f10f4f
%files libs
f10f4f
%{!?_licensedir:%global license %%doc}
f10f4f
%license lgpl-2.1.txt
9a5350
%{_libdir}/libaudit.so.1*
9a5350
%{_libdir}/libauparse.*
f10f4f
%config(noreplace) %attr(640,root,root) /etc/libaudit.conf
f10f4f
%{_mandir}/man5/libaudit.conf.5.gz
f10f4f
f10f4f
%files libs-devel
f10f4f
%doc contrib/plugin
f10f4f
%{_libdir}/libaudit.so
f10f4f
%{_libdir}/libauparse.so
f10f4f
%{_includedir}/libaudit.h
f10f4f
%{_includedir}/auparse.h
f10f4f
%{_includedir}/auparse-defs.h
f10f4f
%{_datadir}/aclocal/audit.m4
f10f4f
%{_libdir}/pkgconfig/audit.pc
f10f4f
%{_libdir}/pkgconfig/auparse.pc
f10f4f
%{_mandir}/man3/*
f10f4f
f10f4f
%files -n python3-audit
f10f4f
%attr(755,root,root) %{python3_sitearch}/*
f10f4f
f10f4f
%files
dd3bb8
%doc README ChangeLog init.d/auditd.cron
f10f4f
%{!?_licensedir:%global license %%doc}
f10f4f
%license COPYING
9a5350
%attr(755,root,root) %{_datadir}/%{name}
dd3bb8
%attr(644,root,root) %{_datadir}/%{name}/sample-rules/*
f10f4f
%attr(644,root,root) %{_mandir}/man8/auditctl.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/auditd.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/aureport.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/ausearch.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/autrace.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/aulast.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/aulastlog.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/auvirt.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/augenrules.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/ausyscall.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man7/audit.rules.7.gz
f10f4f
%attr(644,root,root) %{_mandir}/man5/auditd.conf.5.gz
f10f4f
%attr(644,root,root) %{_mandir}/man5/ausearch-expression.5.gz
f10f4f
%attr(644,root,root) %{_mandir}/man5/auditd-plugins.5.gz
9a5350
%attr(755,root,root) %{_sbindir}/auditctl
9a5350
%attr(755,root,root) %{_sbindir}/auditd
9a5350
%attr(755,root,root) %{_sbindir}/ausearch
9a5350
%attr(755,root,root) %{_sbindir}/aureport
9a5350
%attr(750,root,root) %{_sbindir}/autrace
9a5350
%attr(755,root,root) %{_sbindir}/augenrules
f10f4f
%attr(755,root,root) %{_bindir}/aulast
f10f4f
%attr(755,root,root) %{_bindir}/aulastlog
f10f4f
%attr(755,root,root) %{_bindir}/ausyscall
f10f4f
%attr(755,root,root) %{_bindir}/auvirt
f10f4f
%attr(644,root,root) %{_unitdir}/auditd.service
f10f4f
%attr(750,root,root) %dir %{_libexecdir}/initscripts/legacy-actions/auditd
f10f4f
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/condrestart
f10f4f
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/reload
f10f4f
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/restart
f10f4f
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/resume
f10f4f
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/rotate
f10f4f
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/state
f10f4f
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/stop
9a5350
%attr(750,root,root) %{_libexecdir}/audit-functions
f10f4f
%ghost %{_localstatedir}/run/auditd.state
63d665
%attr(-,root,-) %dir %{_var}/log/audit
f10f4f
%attr(750,root,root) %dir /etc/audit
f10f4f
%attr(750,root,root) %dir /etc/audit/rules.d
f10f4f
%attr(750,root,root) %dir /etc/audit/plugins.d
f10f4f
%config(noreplace) %attr(640,root,root) /etc/audit/auditd.conf
f10f4f
%ghost %config(noreplace) %attr(600,root,root) /etc/audit/rules.d/audit.rules
f10f4f
%ghost %config(noreplace) %attr(640,root,root) /etc/audit/audit.rules
f10f4f
%config(noreplace) %attr(640,root,root) /etc/audit/audit-stop.rules
f10f4f
%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/af_unix.conf
f10f4f
f10f4f
%files -n audispd-plugins
f10f4f
%config(noreplace) %attr(640,root,root) /etc/audit/audisp-remote.conf
f10f4f
%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/au-remote.conf
f10f4f
%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/syslog.conf
9a5350
%attr(750,root,root) %{_sbindir}/audisp-remote
9a5350
%attr(750,root,root) %{_sbindir}/audisp-syslog
f10f4f
%attr(700,root,root) %dir %{_var}/spool/audit
f10f4f
%attr(644,root,root) %{_mandir}/man5/audisp-remote.conf.5.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man8/audisp-syslog.8.gz
f10f4f
f10f4f
%files -n audispd-plugins-zos
f10f4f
%attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
f10f4f
%attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
f10f4f
%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/audispd-zos-remote.conf
f10f4f
%config(noreplace) %attr(640,root,root) /etc/audit/zos-remote.conf
9a5350
%attr(750,root,root) %{_sbindir}/audispd-zos-remote
f10f4f
f10f4f
%changelog
d12fa4
* Mon May 02 2022 Sergio Correia <scorreia@redhat.com> - 3.0.7-4
9a5350
- Drop ProtectHome from auditd.service as it interferes with rules
d12fa4
  Resolves: rhbz#2071727 - Default systemd service config blocks audit watch rules in some directories
9a5350
d12fa4
* Mon Mar 14 2022 Sergio Correia <scorreia@redhat.com> - 3.0.7-3
9a5350
- Fix path normalization in auparse
d12fa4
  Resolves: rhbz#2062612 - auparse missing information when used with --format-text
9a5350
9a5350
* Tue Feb 22 2022 Sergio Correia <scorreia@redhat.com> - 3.0.7-2
9a5350
- Adjust sample-rules dir permissions
9a5350
  Resolves: rhbz#2054727 - /usr/share/audit/sample-rules is no longer readable by non-root users
9a5350
9a5350
* Tue Jan 25 2022 Sergio Correia <scorreia@redhat.com> - 3.0.7-1
9a5350
- New upstream release - 3.0.7
9a5350
  Related: rhbz#1939406
9a5350
9a5350
* Thu Jan 13 2022 Sergio Correia <scorreia@redhat.com> - 3.0.5-1
9a5350
- Rebase audit package on 8.6
9a5350
  Resolves: rhbz#1939406
9a5350
  Resolves: rhbz#1906065
9a5350
  Resolves: rhbz#1921447
9a5350
  Resolves: rhbz#1927884
9a5350
  Resolves: rhbz#1921658
9a5350
dd3bb8
* Wed Jan 08 2020 Steve Grubb <sgrubb@redhat.com> 3.0-0.17.20191104git1c2f876
dd3bb8
resolves: rhbz#1757986 - Rebase audit package on 8.2 for updates (bpf patch)
dd3bb8
dd3bb8
* Thu Nov 28 2019 Steve Grubb <sgrubb@redhat.com> 3.0-0.16.20191104git1c2f876
dd3bb8
resolves: rhbz#1497279 - Add option to interpret fields in audit syslog plugin
dd3bb8
dd3bb8
* Mon Nov 04 2019 Steve Grubb <sgrubb@redhat.com> 3.0-0.15.20191104git1c2f876
dd3bb8
resolves: rhbz#1757986 - Rebase audit package on 8.2 for updates
dd3bb8
resolves: rhbz#1767054 - move audit rules to shared data directory
dd3bb8
resolves: rhbz#1746018 - Breakup 30-ospp-v42.rules into more granular files
dd3bb8
resolves: rhbz#1740798 - auditctl(8) needs clarification for backlog_limit
dd3bb8
resolves: rhbz#1497279 - Add option to interpret fields in audit syslog plugin
dd3bb8
63d665
* Thu Jul 25 2019 Steve Grubb <sgrubb@redhat.com> 3.0-0.13.20190607gitf58ec40
63d665
resolves: rhbz#1695638 - Rebase audit package to pick up latest bugfixes
63d665
63d665
* Sat Jul 13 2019 Steve Grubb <sgrubb@redhat.com> 3.0-0.12.20190607gitf58ec40
63d665
resolves: rhbz#1695638 - Rebase audit package to pick up latest bugfixes
63d665
63d665
* Mon Jun 10 2019 Steve Grubb <sgrubb@redhat.com> 3.0-0.11.20190607gitf58ec40
63d665
resolves: rhbz#1643567 - service auditd stop exits prematurely
63d665
resolves: rhbz#1693470 - libauparse memory leak
63d665
resolves: rhbz#1694071 - ausearch doesn't record device/inode details checkpointing a single file
63d665
resolves: rhbz#1695638 - Rebase audit package to pick up latest bugfixes
63d665
resolves: rhbz#1705894 - aureport aborts when using a specific input
63d665
resolves: rhbz#1706045 - RFE: Backport support for new audit record types
63d665
resolves: rhbz#1715852 - RFE: provide a way to filter on network address family
63d665
f10f4f
* Wed Jan 09 2019 Steve Grubb <sgrubb@redhat.com> 3.0-0.10.20180831git0047a6c
f10f4f
resolves: rhbz#1655270] Message "audit: backlog limit exceeded" reported
f10f4f
- Fix annobin failure
f10f4f
f10f4f
* Fri Dec 07 2018 Steve Grubb <sgrubb@redhat.com> 3.0-0.8.20180831git0047a6c
f10f4f
resolves: rhbz#1639745 - build requires go-toolset-7 which is not available
f10f4f
resolves: rhbz#1643567 - service auditd stop exits prematurely
f10f4f
resolves: rhbz#1616428 - Update git snapshot of audit package
f10f4f
- Remove static libs subpackage
f10f4f
f10f4f
* Fri Aug 31 2018 Steve Grubb <sgrubb@redhat.com> 3.0-0.5.20180831git0047a6c
f10f4f
resolves: rhbz#1616428 - Update git snapshot of audit package
f10f4f
f10f4f
* Wed Aug 08 2018 Steve Grubb <sgrubb@redhat.com> 3.0-0.2.20180808git77fbcf3
f10f4f
resolves: rhbz#1567357 New upstream feature prerelease
f10f4f
f10f4f
* Tue Jul 17 2018 Steve Grubb <sgrubb@redhat.com> 3.0-0.1.20180717gitacd53d1
f10f4f
- New upstream feature prerelease
f10f4f
f10f4f
* Tue Jun 26 2018 Steve Grubb <sgrubb@redhat.com> 2.8.4-2
f10f4f
- Fix segfault on shutdown
f10f4f
f10f4f
* Tue Jun 19 2018 Steve Grubb <sgrubb@redhat.com> 2.8.4-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Wed May 30 2018 Steve Grubb <sgrubb@redhat.com> 2.8.3-1
f10f4f
- New upstream bugfix release
f10f4f
- Remove Python2 support
f10f4f
f10f4f
* Fri Apr 13 2018 Tom Stellard <tstellar@redhat.com> - 2.7.8-2
f10f4f
- Use go-toolset-7 instead of golang
f10f4f
- Package now must be built with: rhpkg --release rhel-8.0-go-toolset
f10f4f
f10f4f
* Mon Sep 18 2017 Steve Grubb <sgrubb@redhat.com> 2.7.8-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.7-5
f10f4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f10f4f
f10f4f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.7-4
f10f4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f10f4f
f10f4f
* Fri Jul 14 2017 Steve Grubb <sgrubb@redhat.com> 2.7.7-3
f10f4f
- undo scratch build
f10f4f
f10f4f
* Fri Jun 16 2017 Steve Grubb <sgrubb@redhat.com> 2.7.7-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Wed Apr 19 2017 Steve Grubb <sgrubb@redhat.com> 2.7.6-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Mon Apr 10 2017 Steve Grubb <sgrubb@redhat.com> 2.7.5-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Tue Mar 28 2017 Steve Grubb <sgrubb@redhat.com> 2.7.4-1
f10f4f
- New upstream feature and bugfix release
f10f4f
f10f4f
* Fri Feb 24 2017 Steve Grubb <sgrubb@redhat.com> 2.7.3-1
f10f4f
- New upstream feature and bugfix release
f10f4f
f10f4f
* Mon Feb 13 2017 Steve Grubb <sgrubb@redhat.com> 2.7.2-2
f10f4f
- Fix ausearch csv output
f10f4f
f10f4f
* Mon Feb 13 2017 Steve Grubb <sgrubb@redhat.com> 2.7.2-1
f10f4f
- New upstream feature and bugfix release
f10f4f
f10f4f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2
f10f4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f10f4f
f10f4f
* Fri Jan 13 2017 Steve Grubb <sgrubb@redhat.com> 2.7.1-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.7-2
f10f4f
- Rebuild for Python 3.6
f10f4f
f10f4f
* Thu Dec 15 2016 Steve Grubb <sgrubb@redhat.com> 2.7-1
f10f4f
- New upstream feature release
f10f4f
f10f4f
* Sun Sep 11 2016 Steve Grubb <sgrubb@redhat.com> 2.6.7-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Mon Aug 01 2016 Steve Grubb <sgrubb@redhat.com> 2.6.6-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Thu Jul 21 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.5-3
f10f4f
- https://fedoraproject.org/wiki/Changes/golang1.7
f10f4f
f10f4f
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.5-2
f10f4f
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
f10f4f
f10f4f
* Thu Jul 14 2016 Steve Grubb <sgrubb@redhat.com> 2.6.5-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Fri Jul 08 2016 Steve Grubb <sgrubb@redhat.com> 2.6.4-2
f10f4f
- Correct size information of dispatched event
f10f4f
f10f4f
* Fri Jul 08 2016 Steve Grubb <sgrubb@redhat.com> 2.6.4-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Tue Jul 05 2016 Steve Grubb <sgrubb@redhat.com> 2.6.3-2
f10f4f
- Fix sockaddr event interpretation
f10f4f
f10f4f
* Tue Jul 05 2016 Steve Grubb <sgrubb@redhat.com> 2.6.3-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Fri Jul 01 2016 Steve Grubb <sgrubb@redhat.com> 2.6.2-1
f10f4f
- New upstream bugfix release
f10f4f
- Fixes 1351954 - prevents virtual machine from starting up in GNOME Boxes
f10f4f
f10f4f
* Tue Jun 28 2016 Steve Grubb <sgrubb@redhat.com> 2.6.1-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Wed Jun 22 2016 Steve Grubb <sgrubb@redhat.com> 2.6-3
f10f4f
- New upstream release
f10f4f
f10f4f
* Fri Apr 29 2016 Steve Grubb <sgrubb@redhat.com> 2.5.2-1
f10f4f
- New upstream release
f10f4f
f10f4f
* Thu Apr 28 2016 Steve Grubb <sgrubb@redhat.com> 2.5.1-2
f10f4f
- Refactor plugins to split out zos-remote to lower dependencies
f10f4f
f10f4f
* Wed Apr 13 2016 Steve Grubb <sgrubb@redhat.com> 2.5.1-1
f10f4f
- New upstream release
f10f4f
f10f4f
* Fri Mar 18 2016 Steve Grubb <sgrubb@redhat.com> 2.5-4
f10f4f
- Fixes #1313152 - post script fails on dnf --setopt=tsflags=nodocs install
f10f4f
f10f4f
* Mon Feb 22 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
f10f4f
- https://fedoraproject.org/wiki/Changes/golang1.6
f10f4f
f10f4f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
f10f4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f10f4f
f10f4f
* Mon Jan 11 2016 Steve Grubb <sgrubb@redhat.com> 2.5-1
f10f4f
- New upstream release
f10f4f
- Fixes #1241565 - still logs way too much
f10f4f
- Fixes #1238051 - audit.rules should be generated from by augenrules
f10f4f
f10f4f
* Fri Dec 18 2015 Steve Grubb <sgrubb@redhat.com> 2.4.4-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Wed Nov 04 2015 Robert Kuska <rkuska@redhat.com> - 2.4.4-3
f10f4f
- Rebuilt for Python3.5 rebuild
f10f4f
f10f4f
* Wed Sep 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.4-2
f10f4f
- Fix FTBFS with hardened flags by using the distro CFLAGS
f10f4f
- Tighten deps with the _isa macro
f10f4f
- Use goarches macro to define supported GO architectures
f10f4f
- Minor cleanups
f10f4f
f10f4f
* Thu Aug 13 2015 Steve Grubb <sgrubb@redhat.com> 2.4.4-1
f10f4f
- New upstream bugfix release
f10f4f
- Fixes CVE-2015-5186 Audit: log terminal emulator escape sequences handling
f10f4f
f10f4f
* Thu Jul 16 2015 Steve Grubb <sgrubb@redhat.com> 2.4.3-1
f10f4f
- New upstream bugfix release
f10f4f
- Adds python3 support
f10f4f
f10f4f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
f10f4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f10f4f
f10f4f
* Tue Apr 28 2015 Steve Grubb <sgrubb@redhat.com> 2.4.2-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.4.1-2
f10f4f
- Rebuilt for Fedora 23 Change
f10f4f
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
f10f4f
f10f4f
* Tue Oct 28 2014 Steve Grubb <sgrubb@redhat.com> 2.4.1-1
f10f4f
- New upstream feature and bugfix release
f10f4f
f10f4f
* Mon Oct 06 2014 Karsten Hopp <karsten@redhat.com> 2.4-2
f10f4f
- bump release and rebuild for upgradepath
f10f4f
f10f4f
* Sun Aug 24 2014 Steve Grubb <sgrubb@redhat.com> 2.4-1
f10f4f
- New upstream feature and bugfix release
f10f4f
f10f4f
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-0.3.svn20140803
f10f4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f10f4f
f10f4f
* Mon Aug  4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.8-0.2.svn20140803
f10f4f
- aarch64/PPC/s390 don't have golang
f10f4f
f10f4f
* Sat Aug 02 2014 Steve Grubb <sgrubb@redhat.com> 2.3.8-0.1.svn20140803
f10f4f
- New upstream svn snapshot
f10f4f
f10f4f
* Tue Jul 22 2014 Steve Grubb <sgrubb@redhat.com> 2.3.7-4
f10f4f
- Bug 1117953 - Per fesco#1311, please disable syscall auditing by default
f10f4f
f10f4f
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.7-3
f10f4f
- mark license files properly
f10f4f
f10f4f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-2
f10f4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f10f4f
f10f4f
* Tue Jun 03 2014 Steve Grubb <sgrubb@redhat.com> 2.3.7-1
f10f4f
- New upstream bugfix release
f10f4f
f10f4f
* Fri Apr 11 2014 Steve Grubb <sgrubb@redhat.com> 2.3.6-1
f10f4f
- New upstream bugfix/enhancement release
f10f4f
f10f4f
* Mon Mar 17 2014 Steve Grubb <sgrubb@redhat.com> 2.3.5-1
f10f4f
- New upstream bugfix/enhancement release
f10f4f
f10f4f
* Thu Feb 27 2014 Steve Grubb <sgrubb@redhat.com> 2.3.4-1
f10f4f
- New upstream bugfix/enhancement release
f10f4f
f10f4f
* Thu Jan 16 2014 Steve Grubb <sgrubb@redhat.com> 2.3.3-1
f10f4f
- New upstream bugfix/enhancement release
f10f4f
f10f4f
* Mon Jul 29 2013 Steve Grubb <sgrubb@redhat.com> 2.3.2-1
f10f4f
- New upstream bugfix/enhancement release
f10f4f
f10f4f
* Fri Jun 21 2013 Steve Grubb <sgrubb@redhat.com> 2.3.1-3
f10f4f
- Drop prelude support
f10f4f
f10f4f
* Fri May 31 2013 Steve Grubb <sgrubb@redhat.com> 2.3.1-2
f10f4f
- Fix unknown lvalue in auditd.service (#969345)
f10f4f
f10f4f
* Thu May 30 2013 Steve Grubb <sgrubb@redhat.com> 2.3.1-1
f10f4f
- New upstream bugfix/enhancement release
f10f4f
f10f4f
* Fri May 03 2013 Steve Grubb <sgrubb@redhat.com> 2.3-2
f10f4f
- If no rules exist, copy shipped rules into place
f10f4f