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 963a8b
# Do we want systemd?
Steve 963a8b
%define WITH_SYSTEMD 1
Steve 963a8b
Steve Grubb cb9ea2
Summary: User space tools for 2.6 kernel auditing
cvsdist 2c6ba5
Name: audit
sgrubb 829f6c
Version: 2.3.7
Tom Callaway ff9bb3
Release: 3%{?dist}
Steve Grubb 7c6e7f
License: GPLv2+
Steve Grubb 654a5c
Group: System Environment/Daemons
Steve Grubb c5201d
URL: http://people.redhat.com/sgrubb/audit/
Steve Grubb 597b4a
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
Tom Callaway ff9bb3
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
Steve Grubb adb0e1
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Steve Grubb b9f018
BuildRequires: swig python-devel
Steve 963a8b
BuildRequires: tcp_wrappers-devel krb5-devel libcap-ng-devel
Steve Grubb b9f018
BuildRequires: kernel-headers >= 2.6.29
Steve b4c6da
BuildRequires: autoconf automake libtool
Steve Grubb 75f480
Requires: %{name}-libs = %{version}-%{release}
Steve 963a8b
%if %{WITH_SYSTEMD}
Steve f0d4c9
BuildRequires: systemd
Steve 8b5d58
Requires(post): systemd-units systemd-sysv chkconfig coreutils
Steve 8b5d58
Requires(preun): systemd-units
Steve 8b5d58
Requires(postun): systemd-units coreutils
Steve 963a8b
%else
Steve 963a8b
Requires: chkconfig
Steve 963a8b
%endif
cvsdist 2c6ba5
cvsdist 2c6ba5
%description
cvsdist 2c6ba5
The audit package contains the user space utilities for
Steve Grubb f553a5
storing and searching the audit records generate by
cvsdist 2c6ba5
the audit subsystem in the Linux 2.6 kernel.
cvsdist 2c6ba5
Steve Grubb 75f480
%package libs
Steve Grubb 75f480
Summary: Dynamic library for libaudit
Steve Grubb 7c6e7f
License: LGPLv2+
Steve Grubb c5201d
Group: Development/Libraries
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+
Steve Grubb 75f480
Group: Development/Libraries
Steve Grubb 5e1075
Requires: %{name}-libs = %{version}
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
Group: Development/Libraries
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
Steve Grubb 9fb940
%package libs-python
Steve Grubb 9fb940
Summary: Python bindings for libaudit
Steve Grubb 7c6e7f
License: LGPLv2+
Steve Grubb 9fb940
Group: Development/Libraries
Steve Grubb 9fb940
Requires: %{name}-libs = %{version}-%{release}
Steve Grubb 9fb940
Steve Grubb 9fb940
%description libs-python
Steve Grubb 9fb940
The audit-libs-python package contains the bindings so that libaudit
Steve Grubb cfd726
and libauparse can be used by python.
Steve Grubb 9fb940
Steve Grubb 597027
%package -n audispd-plugins
Steve Grubb 597027
Summary: Plugins for the audit event dispatcher
Steve Grubb 597027
License: GPLv2+
Steve Grubb 597027
Group: System Environment/Daemons
Steve Grubb 597027
BuildRequires: openldap-devel
Steve Grubb 597027
Requires: %{name} = %{version}-%{release}
Steve Grubb 597027
Requires: %{name}-libs = %{version}-%{release}
Steve Grubb 597027
Requires: openldap
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
Steve Grubb 597027
like relay events to remote machines or analyze events for suspicious
Steve Grubb 597027
behavior.
Steve Grubb 597027
cvsdist 2c6ba5
%prep
cvsdist 2c6ba5
%setup -q
Tom Callaway ff9bb3
cp %{SOURCE1} .
Steve Grubb 7e0621
cvsdist 2c6ba5
%build
sgrubb ea1099
%configure --sbindir=/sbin --libdir=/%{_lib} --with-python=yes --with-libwrap --enable-gssapi-krb5=yes --with-libcap-ng=yes --with-arm --with-aarch64 \
Steve 963a8b
%if %{WITH_SYSTEMD}
Steve 963a8b
	--enable-systemd
Steve 963a8b
%endif
Steve 963a8b
Steve Grubb 0a9ab6
make %{?_smp_mflags}
cvsdist 2c6ba5
cvsdist 2c6ba5
%install
cvsdist 2c6ba5
rm -rf $RPM_BUILD_ROOT
Steve 963a8b
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/audispd/plugins.d}
Steve 963a8b
%if !%{WITH_SYSTEMD}
Steve 963a8b
mkdir -p $RPM_BUILD_ROOT/{etc/{sysconfig,rc.d/init.d}}
Steve 963a8b
%endif
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
Steve Grubb d1e22d
mkdir -p $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
Steve Grubb 64cb26
rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.la
Steve Grubb 7ea761
rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.la
Jeremy Katz cb7d8f
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_audit.a
Jeremy Katz cb7d8f
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_audit.la
Steve Grubb 7ea761
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_auparse.a
Steve Grubb 7ea761
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_auparse.la
Steve Grubb 895550
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/auparse.a
Steve Grubb 895550
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/auparse.la
Steve Grubb 21c8b7
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 8dd654
%ifnarch ppc ppc64
Steve Grubb fffe22
%check
Steve Grubb fffe22
make check
Steve Grubb 0a9e32
%endif
Steve Grubb 559824
cvsdist 2c6ba5
%clean
cvsdist 2c6ba5
rm -rf $RPM_BUILD_ROOT
cvsdist 2c6ba5
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
Steve c377c3
if [ ! -e /etc/audit/audit.rules ] ; then
Steve c377c3
	cp /etc/audit/rules.d/audit.rules /etc/audit/audit.rules
Steve c377c3
fi
Steve 963a8b
%if %{WITH_SYSTEMD}
Steve 963a8b
%systemd_post auditd.service
Steve 963a8b
%else
Steve 963a8b
/sbin/chkconfig --add auditd
Steve 963a8b
%endif
Steve Grubb c5201d
Steve Grubb c5201d
%preun
Steve 963a8b
%if %{WITH_SYSTEMD}
Steve 963a8b
%systemd_preun auditd.service
Steve 963a8b
%else
Steve 963a8b
if [ $1 -eq 0 ]; then
Steve 963a8b
   /sbin/service auditd stop > /dev/null 2>&1
Steve 963a8b
   /sbin/chkconfig --del auditd
Steve Grubb c5201d
fi
Steve 963a8b
%endif
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
Steve Grubb b9f018
%defattr(-,root,root,-)
Tom Callaway ff9bb3
%{!?_licensedir:%global license %%doc}
Tom Callaway ff9bb3
%license lgpl-2.1.txt
Steve Grubb ff137c
%attr(755,root,root) /%{_lib}/libaudit.so.1*
Steve Grubb 7ea761
%attr(755,root,root) /%{_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 b9f018
%defattr(-,root,root,-)
Steve Grubb 862b73
%doc contrib/skeleton.c contrib/plugin
Steve Grubb 21c8b7
%{_libdir}/libaudit.so
Steve Grubb 7ea761
%{_libdir}/libauparse.so
Steve Grubb c5201d
%{_includedir}/libaudit.h
Steve Grubb 7ea761
%{_includedir}/auparse.h
Steve Grubb 7ea761
%{_includedir}/auparse-defs.h
Steve Grubb 72b129
%{_mandir}/man3/*
Steve Grubb c5201d
Steve Grubb 36cd75
%files libs-static
Steve Grubb 36cd75
%defattr(-,root,root,-)
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
Steve Grubb 9fb940
%files libs-python
Steve Grubb b9f018
%defattr(-,root,root,-)
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
cvsdist 2c6ba5
%files
cvsdist 2c6ba5
%defattr(-,root,root,-)
Tom Callaway ff9bb3
%doc README ChangeLog contrib/capp.rules contrib/nispom.rules contrib/lspp.rules contrib/stig.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/audispd.8.gz
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 597027
%attr(644,root,root) %{_mandir}/man5/audispd.conf.5.gz
Steve Grubb 8b5ee2
%attr(644,root,root) %{_mandir}/man5/ausearch-expression.5.gz
Steve Grubb f553a5
%attr(750,root,root) /sbin/auditctl
Steve Grubb f553a5
%attr(750,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
Steve Grubb 551486
%attr(750,root,root) /sbin/audispd
Steve 463eea
%attr(750,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
Steve 963a8b
%if %{WITH_SYSTEMD}
Steve ac092f
%attr(640,root,root) %{_unitdir}/auditd.service
Steve 463eea
%attr(750,root,root) %dir %{_libexecdir}/initscripts/legacy-actions/auditd
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 ab4228
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/stop
Steve 17ff0f
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/restart
Steve 17ff0f
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/condrestart
Steve 963a8b
%else
Steve 963a8b
%attr(755,root,root) /etc/rc.d/init.d/auditd
Steve 963a8b
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
Steve 963a8b
%endif
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 d3e971
%attr(750,root,root) %dir /etc/audisp
Steve Grubb d3e971
%attr(750,root,root) %dir /etc/audisp/plugins.d
Steve Grubb ca188d
%config(noreplace) %attr(640,root,root) /etc/audit/auditd.conf
Steve 463eea
%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
Steve Grubb 7c6e7f
%config(noreplace) %attr(640,root,root) /etc/audisp/audispd.conf
Steve Grubb 9893d2
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/af_unix.conf
Steve Grubb 46e327
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/syslog.conf
Steve Grubb 597027
Steve Grubb 597027
%files -n audispd-plugins
Steve Grubb 597027
%defattr(-,root,root,-)
Steve Grubb 597027
%attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
Steve Grubb 597027
%attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
Steve Grubb 597027
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/audispd-zos-remote.conf
Steve Grubb 597027
%config(noreplace) %attr(640,root,root) /etc/audisp/zos-remote.conf
Steve Grubb 597027
%attr(750,root,root) /sbin/audispd-zos-remote
Steve Grubb 8efb1f
%config(noreplace) %attr(640,root,root) /etc/audisp/audisp-remote.conf
Steve Grubb 8efb1f
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/au-remote.conf
Steve Grubb 8efb1f
%attr(750,root,root) /sbin/audisp-remote
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
cvsdist 2c6ba5
%changelog
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
Steve 463eea
* Tue Apr 30 2013 Steve Grubb <sgrubb@redhat.com> 2.3-1
Steve 463eea
- New upstream bugfix release
Steve 463eea
Steve 27e2c9
* Thu Mar 21 2013 Steve Grubb <sgrubb@redhat.com> 2.2.3-2
Steve 27e2c9
- Fix clone syscall interpretation
Steve 27e2c9
Steve d5ed9a
* Tue Mar 19 2013 Steve Grubb <sgrubb@redhat.com> 2.2.3-1
Steve d5ed9a
- New upstream bugfix release
Steve d5ed9a
Dennis Gilmore cc51e4
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-5
Dennis Gilmore cc51e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Dennis Gilmore cc51e4
Steve ac092f
* Wed Jan 16 2013 Steve Grubb <sgrubb@redhat.com> 2.2.2-4
Steve ac092f
- Don't make auditd.service file executable (#896113)
Steve ac092f
Steve 4730b0
* Fri Jan 11 2013 Steve Grubb <sgrubb@redhat.com> 2.2.2-3
Steve 4730b0
- Do not own /usr/lib64/audit
Steve 4730b0
Steve 3d431c
* Wed Dec 12 2012 Steve Grubb <sgrubb@redhat.com> 2.2.2-2
Steve 963a8b
- New upstream release
Steve 963a8b
Dennis Gilmore a733b9
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
Dennis Gilmore a733b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore a733b9
Steve 488971
* Fri Mar 23 2012 Steve Grubb <sgrubb@redhat.com> 2.2.1-1
Steve 488971
- New upstream release
Steve 488971
Steve 0eebef
* Thu Mar 1 2012 Steve Grubb <sgrubb@redhat.com> 2.2-1
Steve 0eebef
- New upstream release
Steve 0eebef
Dennis Gilmore 5b69cf
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-5
Dennis Gilmore 5b69cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Dennis Gilmore 5b69cf
Steve b3b54c
* Thu Sep 15 2011 Adam Williamson <awilliam@redhat.com> 2.1.3-4
Steve b3b54c
- add in some systemd scriptlets that were missed, including one which
Steve b3b54c
  will cause auditd to be enabled on upgrade from pre-systemd builds
Steve b3b54c
Steve 33ec4f
* Wed Sep 14 2011 Steve Grubb <sgrubb@redhat.com> 2.1.3-3
Steve 33ec4f
- Enable by default (#737060)
Steve 33ec4f
Steve 8dd654
* Tue Aug 30 2011 Steve Grubb <sgrubb@redhat.com> 2.1.3-2
Steve 8dd654
- Correct misplaced %ifnarch (#734359)
Steve 8dd654
Steve aeaa0e
* Mon Aug 15 2011 Steve Grubb <sgrubb@redhat.com> 2.1.3-1
Steve aeaa0e
- New upstream release
Steve aeaa0e
Steve 163a88
* Tue Jul 26 2011 Jóhann B. Guðmundsson <johannbg@gmail.com> - 2.1.2-2
Steve 8b5d58
- Introduce systemd unit file, drop SysV support
Steve 8b5d58
Steve 6b3919
* Sat Jun 11 2011 Steve Grubb <sgrubb@redhat.com> 2.1.2-1
Steve 6b3919
- New upstream release
Steve 6b3919
Steve f205d2
* Wed Apr 20 2011 Steve Grubb <sgrubb@redhat.com> 2.1.1-1
Steve f205d2
- New upstream release
Steve f205d2
Steve 1eb800
* Tue Mar 29 2011 Steve Grubb <sgrubb@redhat.com> 2.1-1
Steve 1eb800
- New upstream release
Steve 1eb800
Dennis Gilmore 16421f
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6-2
Dennis Gilmore 16421f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 16421f
Steve 71d7ff
* Fri Feb 04 2011 Steve Grubb <sgrubb@redhat.com> 2.0.6-1
Steve 71d7ff
- New upstream release
Steve 71d7ff
Karsten Hopp 9cf3f4
* Thu Jan 20 2011 Karsten Hopp <karsten@redhat.com> 2.0.5-2
Karsten Hopp 9cf3f4
- bump and rebuild as 2.0.5-1 was erroneously linked with python-2.6 on ppc
Karsten Hopp 9cf3f4
Steve 86f9e5
* Tue Nov 02 2010 Steve Grubb <sgrubb@redhat.com> 2.0.5-1
Steve 86f9e5
- New upstream release
Steve 86f9e5
dmalcolm 892aad
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.4-4
dmalcolm 892aad
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
dmalcolm 892aad
Adam Jackson f3577b
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 2.0.4-3
Adam Jackson f3577b
- audit-2.0.4-add-needed.patch: Fix FTBFS for --no-add-needed
Adam Jackson f3577b
Steve Grubb 36cd75
* Fri Jan 29 2010 Steve Grubb <sgrubb@redhat.com> 2.0.4-2
Steve Grubb 36cd75
- Split out static libs (#556039)
Steve Grubb 36cd75
Steve Grubb 5e1075
* Tue Dec 08 2009 Steve Grubb <sgrubb@redhat.com> 2.0.4-1
Steve Grubb 5e1075
- New upstream release
Steve Grubb 5e1075
Steve Grubb b1c2e5
* Sat Oct 17 2009 Steve Grubb <sgrubb@redhat.com> 2.0.3-1
Steve Grubb b1c2e5
- New upstream release
Steve Grubb b1c2e5
Steve Grubb 028898
* Fri Oct 16 2009 Steve Grubb <sgrubb@redhat.com> 2.0.2-1
Steve Grubb 028898
- New upstream release
Steve Grubb 028898
Steve Grubb 52a483
* Mon Sep 28 2009 Steve Grubb <sgrubb@redhat.com> 2.0.1-1
Steve Grubb 52a483
- New upstream release
Steve Grubb 52a483
Steve Grubb 964f2c
* Fri Aug 21 2009 Steve Grubb <sgrubb@redhat.com> 2.0-3
Steve Grubb b9f018
- New upstream release