943e1d4
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
c569128
963a8b6
# Do we want systemd?
963a8b6
%define WITH_SYSTEMD 1
79c7bcd
# %define snapshot .svn20140803
963a8b6
cb9ea2d
Summary: User space tools for 2.6 kernel auditing
cvsdist 2c6ba58
Name: audit
fa1274e
Version: 2.4.1
fa1274e
Release: 1%{?dist}
7c6e7fc
License: GPLv2+
654a5c9
Group: System Environment/Daemons
c5201dc
URL: http://people.redhat.com/sgrubb/audit/
597b4ae
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
79c7bcd
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
79c7bcd
b9f018d
BuildRequires: swig python-devel
cd3da7b
%ifnarch aarch64 ppc %{power64} s390 s390x
79c7bcd
BuildRequires: golang
79c7bcd
# Temporary fix for make check in golang. Needs libaudit.so
79c7bcd
BuildRequires: audit-libs-devel
79c7bcd
%endif
963a8b6
BuildRequires: tcp_wrappers-devel krb5-devel libcap-ng-devel
b9f018d
BuildRequires: kernel-headers >= 2.6.29
b4c6da4
BuildRequires: autoconf automake libtool
75f4803
Requires: %{name}-libs = %{version}-%{release}
963a8b6
%if %{WITH_SYSTEMD}
f0d4c91
BuildRequires: systemd
8b5d586
Requires(post): systemd-units systemd-sysv chkconfig coreutils
8b5d586
Requires(preun): systemd-units
8b5d586
Requires(postun): systemd-units coreutils
963a8b6
%else
963a8b6
Requires: chkconfig
963a8b6
%endif
cvsdist 2c6ba58
cvsdist 2c6ba58
%description
cvsdist 2c6ba58
The audit package contains the user space utilities for
f553a5a
storing and searching the audit records generate by
cvsdist 2c6ba58
the audit subsystem in the Linux 2.6 kernel.
cvsdist 2c6ba58
75f4803
%package libs
75f4803
Summary: Dynamic library for libaudit
7c6e7fc
License: LGPLv2+
c5201dc
Group: Development/Libraries
c5201dc
75f4803
%description libs
75f4803
The audit-libs package contains the dynamic libraries needed for 
75f4803
applications to use the audit framework.
75f4803
75f4803
%package libs-devel
36cd75f
Summary: Header files for libaudit
7c6e7fc
License: LGPLv2+
75f4803
Group: Development/Libraries
5e1075d
Requires: %{name}-libs = %{version}
b9f018d
Requires: kernel-headers >= 2.6.29
75f4803
75f4803
%description libs-devel
36cd75f
The audit-libs-devel package contains the header files needed for
36cd75f
developing applications that need to use the audit framework libraries.
36cd75f
36cd75f
%package libs-static
36cd75f
Summary: Static version of libaudit library
36cd75f
License: LGPLv2+
36cd75f
Group: Development/Libraries
36cd75f
Requires: kernel-headers >= 2.6.29
36cd75f
36cd75f
%description libs-static
36cd75f
The audit-libs-static package contains the static libraries
36cd75f
needed for developing applications that need to use static audit
36cd75f
framework libraries
c5201dc
9fb9401
%package libs-python
9fb9401
Summary: Python bindings for libaudit
7c6e7fc
License: LGPLv2+
9fb9401
Group: Development/Libraries
9fb9401
Requires: %{name}-libs = %{version}-%{release}
9fb9401
9fb9401
%description libs-python
9fb9401
The audit-libs-python package contains the bindings so that libaudit
cfd7264
and libauparse can be used by python.
9fb9401
597027a
%package -n audispd-plugins
597027a
Summary: Plugins for the audit event dispatcher
597027a
License: GPLv2+
597027a
Group: System Environment/Daemons
597027a
BuildRequires: openldap-devel
597027a
Requires: %{name} = %{version}-%{release}
597027a
Requires: %{name}-libs = %{version}-%{release}
597027a
Requires: openldap
597027a
597027a
%description -n audispd-plugins
597027a
The audispd-plugins package provides plugins for the real-time
597027a
interface to the audit system, audispd. These plugins can do things
597027a
like relay events to remote machines or analyze events for suspicious
597027a
behavior.
597027a
cvsdist 2c6ba58
%prep
cvsdist 2c6ba58
%setup -q
79c7bcd
cp %{SOURCE1} .
7e06215
cvsdist 2c6ba58
%build
79c7bcd
%configure --sbindir=/sbin --libdir=/%{_lib} --with-python=yes \
79c7bcd
           --with-libwrap --enable-gssapi-krb5=yes --with-libcap-ng=yes \
79c7bcd
	   --with-arm --with-aarch64 \
cd3da7b
%ifnarch aarch64 ppc %{power64} s390 s390x
79c7bcd
           --with-golang \
79c7bcd
%endif
963a8b6
%if %{WITH_SYSTEMD}
963a8b6
	--enable-systemd
963a8b6
%endif
963a8b6
0a9ab60
make %{?_smp_mflags}
cvsdist 2c6ba58
cvsdist 2c6ba58
%install
963a8b6
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/audispd/plugins.d}
963a8b6
%if !%{WITH_SYSTEMD}
963a8b6
mkdir -p $RPM_BUILD_ROOT/{etc/{sysconfig,rc.d/init.d}}
963a8b6
%endif
597027a
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/{man5,man8}
57646a8
mkdir -p $RPM_BUILD_ROOT/%{_lib}
965e81b
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/audit
d1e22d7
mkdir -p $RPM_BUILD_ROOT/%{_var}/log/audit
f205d23
mkdir -p $RPM_BUILD_ROOT/%{_var}/spool/audit
7b312bd
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist 2c6ba58
c5201dc
mkdir -p $RPM_BUILD_ROOT/%{_libdir}
aad9312
# This winds up in the wrong place when libtool is involved
19531ff
mv $RPM_BUILD_ROOT/%{_lib}/libaudit.a $RPM_BUILD_ROOT%{_libdir}
7ea7611
mv $RPM_BUILD_ROOT/%{_lib}/libauparse.a $RPM_BUILD_ROOT%{_libdir}
21c8b70
curdir=`pwd`
21c8b70
cd $RPM_BUILD_ROOT/%{_libdir}
ff137c5
LIBNAME=`basename \`ls $RPM_BUILD_ROOT/%{_lib}/libaudit.so.1.*.*\``
f9356bf
ln -s ../../%{_lib}/$LIBNAME libaudit.so
ff137c5
LIBNAME=`basename \`ls $RPM_BUILD_ROOT/%{_lib}/libauparse.so.0.*.*\``
7ea7611
ln -s ../../%{_lib}/$LIBNAME libauparse.so
21c8b70
cd $curdir
64cb266
# Remove these items so they don't get picked up.
64cb266
rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.so
7ea7611
rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.so
64cb266
rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.la
7ea7611
rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.la
cb7d8f4
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_audit.a
cb7d8f4
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_audit.la
7ea7611
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_auparse.a
7ea7611
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/_auparse.la
8955505
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/auparse.a
8955505
rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/auparse.la
21c8b70
79c7bcd
# Move the pkgconfig file
79c7bcd
mv $RPM_BUILD_ROOT/%{_lib}/pkgconfig $RPM_BUILD_ROOT%{_libdir}
79c7bcd
0b8b4aa
# On platforms with 32 & 64 bit libs, we need to coordinate the timestamp
0b8b4aa
touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
028898f
touch -r ./audit.spec $RPM_BUILD_ROOT/usr/share/man/man5/libaudit.conf.5.gz
0b8b4aa
79c7bcd
%ifnarch aarch64 %{power64} s390 s390x
fffe22a
%check
fffe22a
make check
0a9e32d
%endif
559824b
cvsdist 2c6ba58
%clean
cvsdist 2c6ba58
rm -rf $RPM_BUILD_ROOT
cvsdist 2c6ba58
7a408f5
%post libs -p /sbin/ldconfig
75f4803
c5201dc
%post
c377c36
# Copy default rules into place on new installation
c377c36
if [ ! -e /etc/audit/audit.rules ] ; then
c377c36
	cp /etc/audit/rules.d/audit.rules /etc/audit/audit.rules
c377c36
fi
963a8b6
%if %{WITH_SYSTEMD}
963a8b6
%systemd_post auditd.service
963a8b6
%else
963a8b6
/sbin/chkconfig --add auditd
963a8b6
%endif
c5201dc
c5201dc
%preun
963a8b6
%if %{WITH_SYSTEMD}
963a8b6
%systemd_preun auditd.service
963a8b6
%else
963a8b6
if [ $1 -eq 0 ]; then
963a8b6
   /sbin/service auditd stop > /dev/null 2>&1
963a8b6
   /sbin/chkconfig --del auditd
c5201dc
fi
963a8b6
%endif
c5201dc
9893d2d
%postun libs -p /sbin/ldconfig
75f4803
c5201dc
%postun
963a8b6
if [ $1 -ge 1 ]; then
963a8b6
   /sbin/service auditd condrestart > /dev/null 2>&1 || :
c5201dc
fi
8b5d586
2d98cfa
%files libs
b9f018d
%defattr(-,root,root,-)
79c7bcd
%{!?_licensedir:%global license %%doc}
79c7bcd
%license lgpl-2.1.txt
79c7bcd
/%{_lib}/libaudit.so.1*
79c7bcd
/%{_lib}/libauparse.*
ca97ebc
%config(noreplace) %attr(640,root,root) /etc/libaudit.conf
05d70ed
%{_mandir}/man5/libaudit.conf.5.gz
75f4803
75f4803
%files libs-devel
b9f018d
%defattr(-,root,root,-)
862b73d
%doc contrib/skeleton.c contrib/plugin
21c8b70
%{_libdir}/libaudit.so
7ea7611
%{_libdir}/libauparse.so
cd3da7b
%ifnarch aarch64 ppc %{power64} s390 s390x
79c7bcd
%dir %{_prefix}/lib/golang/src/pkg/redhat.com/audit
79c7bcd
%{_prefix}/lib/golang/src/pkg/redhat.com/audit/audit.go
79c7bcd
%endif
c5201dc
%{_includedir}/libaudit.h
7ea7611
%{_includedir}/auparse.h
7ea7611
%{_includedir}/auparse-defs.h
79c7bcd
%{_libdir}/pkgconfig/audit.pc
72b1292
%{_mandir}/man3/*
c5201dc
36cd75f
%files libs-static
36cd75f
%defattr(-,root,root,-)
79c7bcd
%{!?_licensedir:%global license %%doc}
79c7bcd
%license lgpl-2.1.txt
36cd75f
%{_libdir}/libaudit.a
36cd75f
%{_libdir}/libauparse.a
36cd75f
9fb9401
%files libs-python
b9f018d
%defattr(-,root,root,-)
943e1d4
%attr(755,root,root) %{python_sitearch}/_audit.so
943e1d4
%attr(755,root,root) %{python_sitearch}/auparse.so
943e1d4
%{python_sitearch}/audit.py*
dbe1b83
cvsdist 2c6ba58
%files
cvsdist 2c6ba58
%defattr(-,root,root,-)
79c7bcd
%doc README ChangeLog contrib/capp.rules contrib/nispom.rules contrib/lspp.rules contrib/stig.rules init.d/auditd.cron
79c7bcd
%{!?_licensedir:%global license %%doc}
79c7bcd
%license COPYING
597027a
%attr(644,root,root) %{_mandir}/man8/audispd.8.gz
597027a
%attr(644,root,root) %{_mandir}/man8/auditctl.8.gz
597027a
%attr(644,root,root) %{_mandir}/man8/auditd.8.gz
597027a
%attr(644,root,root) %{_mandir}/man8/aureport.8.gz
597027a
%attr(644,root,root) %{_mandir}/man8/ausearch.8.gz
597027a
%attr(644,root,root) %{_mandir}/man8/autrace.8.gz
26bdc06
%attr(644,root,root) %{_mandir}/man8/aulast.8.gz
61abc7b
%attr(644,root,root) %{_mandir}/man8/aulastlog.8.gz
0eebef6
%attr(644,root,root) %{_mandir}/man8/auvirt.8.gz
463eea1
%attr(644,root,root) %{_mandir}/man8/augenrules.8.gz
f2add7b
%attr(644,root,root) %{_mandir}/man8/ausyscall.8.gz
52a4831
%attr(644,root,root) %{_mandir}/man7/audit.rules.7.gz
597027a
%attr(644,root,root) %{_mandir}/man5/auditd.conf.5.gz
597027a
%attr(644,root,root) %{_mandir}/man5/audispd.conf.5.gz
8b5ee23
%attr(644,root,root) %{_mandir}/man5/ausearch-expression.5.gz
f553a5a
%attr(750,root,root) /sbin/auditctl
f553a5a
%attr(750,root,root) /sbin/auditd
1dbd164
%attr(755,root,root) /sbin/ausearch
1dbd164
%attr(755,root,root) /sbin/aureport
7a408f5
%attr(750,root,root) /sbin/autrace
551486a
%attr(750,root,root) /sbin/audispd
463eea1
%attr(750,root,root) /sbin/augenrules
52a4831
%attr(755,root,root) %{_bindir}/aulast
52a4831
%attr(755,root,root) %{_bindir}/aulastlog
f2add7b
%attr(755,root,root) %{_bindir}/ausyscall
0eebef6
%attr(755,root,root) %{_bindir}/auvirt
963a8b6
%if %{WITH_SYSTEMD}
ac092f4
%attr(640,root,root) %{_unitdir}/auditd.service
463eea1
%attr(750,root,root) %dir %{_libexecdir}/initscripts/legacy-actions/auditd
463eea1
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/resume
463eea1
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/rotate
ab42282
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/stop
17ff0f9
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/restart
17ff0f9
%attr(750,root,root) %{_libexecdir}/initscripts/legacy-actions/auditd/condrestart
963a8b6
%else
963a8b6
%attr(755,root,root) /etc/rc.d/init.d/auditd
963a8b6
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
963a8b6
%endif
f205d23
%attr(750,root,root) %dir %{_var}/log/audit
835c196
%attr(750,root,root) %dir /etc/audit
463eea1
%attr(750,root,root) %dir /etc/audit/rules.d
d3e971a
%attr(750,root,root) %dir /etc/audisp
d3e971a
%attr(750,root,root) %dir /etc/audisp/plugins.d
ca188de
%config(noreplace) %attr(640,root,root) /etc/audit/auditd.conf
463eea1
%config(noreplace) %attr(640,root,root) /etc/audit/rules.d/audit.rules
79c7bcd
%ghost %config(noreplace) %attr(640,root,root) /etc/audit/audit.rules
7c6e7fc
%config(noreplace) %attr(640,root,root) /etc/audisp/audispd.conf
9893d2d
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/af_unix.conf
46e327b
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/syslog.conf
597027a
597027a
%files -n audispd-plugins
597027a
%defattr(-,root,root,-)
597027a
%attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
597027a
%attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
597027a
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/audispd-zos-remote.conf
597027a
%config(noreplace) %attr(640,root,root) /etc/audisp/zos-remote.conf
597027a
%attr(750,root,root) /sbin/audispd-zos-remote
8efb1f0
%config(noreplace) %attr(640,root,root) /etc/audisp/audisp-remote.conf
8efb1f0
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/au-remote.conf
8efb1f0
%attr(750,root,root) /sbin/audisp-remote
f205d23
%attr(700,root,root) %dir %{_var}/spool/audit
8efb1f0
%attr(644,root,root) %{_mandir}/man5/audisp-remote.conf.5.gz
8efb1f0
%attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz
cvsdist 2c6ba58
cvsdist 2c6ba58
%changelog
fa1274e
* Tue Oct 28 2014 Steve Grubb <sgrubb@redhat.com> 2.4.1-1
fa1274e
- New upstream feature and bugfix release
fa1274e
cd3da7b
* Mon Sep 15 2014 Karsten Hopp <karsten@redhat.com> 2.4-2
cd3da7b
- ppc doesn't have golang either
cd3da7b
79c7bcd
* Sun Aug 24 2014 Steve Grubb <sgrubb@redhat.com> 2.4-1
79c7bcd
- New upstream feature and bugfix release
79c7bcd
79c7bcd
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-0.3.svn20140803
79c7bcd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
79c7bcd
79c7bcd
* Mon Aug  4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.8-0.2.svn20140803
79c7bcd
- aarch64/PPC/s390 don't have golang
79c7bcd
79c7bcd
* Sat Aug 02 2014 Steve Grubb <sgrubb@redhat.com> 2.3.8-0.1.svn20140803
79c7bcd
- New upstream svn snapshot
79c7bcd
79c7bcd
* Tue Jul 22 2014 Steve Grubb <sgrubb@redhat.com> 2.3.7-4
79c7bcd
- Bug 1117953 - Per fesco#1311, please disable syscall auditing by default
79c7bcd
79c7bcd
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.7-3
79c7bcd
- mark license files properly
79c7bcd
79c7bcd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-2
79c7bcd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
79c7bcd
d1c9268
* Tue Jun 03 2014 Steve Grubb <sgrubb@redhat.com> 2.3.7-1
d1c9268
- New upstream bugfix release
d1c9268
b7c2b03
* Fri Apr 11 2014 Steve Grubb <sgrubb@redhat.com> 2.3.6-1
b7c2b03
- New upstream bugfix/enhancement release
b7c2b03
b54dd51
* Mon Mar 17 2014 Steve Grubb <sgrubb@redhat.com> 2.3.5-1
b54dd51
- New upstream bugfix/enhancement release
b54dd51
2584411
* Thu Feb 27 2014 Steve Grubb <sgrubb@redhat.com> 2.3.4-1
2584411
- New upstream bugfix/enhancement release
2584411
cc3a13d
* Thu Jan 16 2014 Steve Grubb <sgrubb@redhat.com> 2.3.3-1
cc3a13d
- New upstream bugfix/enhancement release
cc3a13d
87e424c
* Mon Jul 29 2013 Steve Grubb <sgrubb@redhat.com> 2.3.2-1
87e424c
- New upstream bugfix/enhancement release
87e424c
2daa5c8
* Fri Jun 21 2013 Steve Grubb <sgrubb@redhat.com> 2.3.1-3
2daa5c8
- Drop prelude support
2daa5c8
17ff0f9
* Fri May 31 2013 Steve Grubb <sgrubb@redhat.com> 2.3.1-2
17ff0f9
- Fix unknown lvalue in auditd.service (#969345)
17ff0f9
b672a0e
* Thu May 30 2013 Steve Grubb <sgrubb@redhat.com> 2.3.1-1
ab42282
- New upstream bugfix/enhancement release
ab42282
c377c36
* Fri May 03 2013 Steve Grubb <sgrubb@redhat.com> 2.3-2
c377c36
- If no rules exist, copy shipped rules into place
c377c36
463eea1
* Tue Apr 30 2013 Steve Grubb <sgrubb@redhat.com> 2.3-1
463eea1
- New upstream bugfix release
463eea1
27e2c9c
* Thu Mar 21 2013 Steve Grubb <sgrubb@redhat.com> 2.2.3-2
27e2c9c
- Fix clone syscall interpretation
27e2c9c
d5ed9a7
* Tue Mar 19 2013 Steve Grubb <sgrubb@redhat.com> 2.2.3-1
d5ed9a7
- New upstream bugfix release
d5ed9a7
cc51e43
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-5
cc51e43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cc51e43
ac092f4
* Wed Jan 16 2013 Steve Grubb <sgrubb@redhat.com> 2.2.2-4
ac092f4
- Don't make auditd.service file executable (#896113)
ac092f4
4730b09
* Fri Jan 11 2013 Steve Grubb <sgrubb@redhat.com> 2.2.2-3
4730b09
- Do not own /usr/lib64/audit
4730b09
3d431cf
* Wed Dec 12 2012 Steve Grubb <sgrubb@redhat.com> 2.2.2-2
963a8b6
- New upstream release
963a8b6
a733b9f
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
a733b9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a733b9f
4889712
* Fri Mar 23 2012 Steve Grubb <sgrubb@redhat.com> 2.2.1-1
4889712
- New upstream release
4889712
0eebef6
* Thu Mar 1 2012 Steve Grubb <sgrubb@redhat.com> 2.2-1
0eebef6
- New upstream release
0eebef6
5b69cf9
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-5
5b69cf9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5b69cf9
b3b54c6
* Thu Sep 15 2011 Adam Williamson <awilliam@redhat.com> 2.1.3-4
b3b54c6
- add in some systemd scriptlets that were missed, including one which
b3b54c6
  will cause auditd to be enabled on upgrade from pre-systemd builds
b3b54c6
33ec4fc
* Wed Sep 14 2011 Steve Grubb <sgrubb@redhat.com> 2.1.3-3
33ec4fc
- Enable by default (#737060)
33ec4fc
8dd6547
* Tue Aug 30 2011 Steve Grubb <sgrubb@redhat.com> 2.1.3-2
8dd6547
- Correct misplaced %ifnarch (#734359)
8dd6547
aeaa0e5
* Mon Aug 15 2011 Steve Grubb <sgrubb@redhat.com> 2.1.3-1
aeaa0e5
- New upstream release
aeaa0e5
163a882
* Tue Jul 26 2011 J├│hann B. Gu├░mundsson <johannbg@gmail.com> - 2.1.2-2
8b5d586
- Introduce systemd unit file, drop SysV support
8b5d586
6b39199
* Sat Jun 11 2011 Steve Grubb <sgrubb@redhat.com> 2.1.2-1
6b39199
- New upstream release
6b39199
f205d23
* Wed Apr 20 2011 Steve Grubb <sgrubb@redhat.com> 2.1.1-1
f205d23
- New upstream release
f205d23
1eb8004
* Tue Mar 29 2011 Steve Grubb <sgrubb@redhat.com> 2.1-1
1eb8004
- New upstream release
1eb8004
16421f7
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6-2
16421f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
16421f7
Steve 71d7ff7
* Fri Feb 04 2011 Steve Grubb <sgrubb@redhat.com> 2.0.6-1
Steve 71d7ff7
- New upstream release
Steve 71d7ff7
9cf3f40
* Thu Jan 20 2011 Karsten Hopp <karsten@redhat.com> 2.0.5-2
9cf3f40
- bump and rebuild as 2.0.5-1 was erroneously linked with python-2.6 on ppc
9cf3f40
Steve 86f9e56
* Tue Nov 02 2010 Steve Grubb <sgrubb@redhat.com> 2.0.5-1
Steve 86f9e56
- New upstream release
Steve 86f9e56
892aad8
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.4-4
892aad8
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
892aad8
f3577be
* Tue Feb 16 2010 Adam Jackson <ajax@redhat.com> 2.0.4-3
f3577be
- audit-2.0.4-add-needed.patch: Fix FTBFS for --no-add-needed
f3577be
36cd75f
* Fri Jan 29 2010 Steve Grubb <sgrubb@redhat.com> 2.0.4-2
36cd75f
- Split out static libs (#556039)
36cd75f
5e1075d
* Tue Dec 08 2009 Steve Grubb <sgrubb@redhat.com> 2.0.4-1
5e1075d
- New upstream release
5e1075d
b1c2e57
* Sat Oct 17 2009 Steve Grubb <sgrubb@redhat.com> 2.0.3-1
b1c2e57
- New upstream release
b1c2e57
028898f
* Fri Oct 16 2009 Steve Grubb <sgrubb@redhat.com> 2.0.2-1
028898f
- New upstream release
028898f
52a4831
* Mon Sep 28 2009 Steve Grubb <sgrubb@redhat.com> 2.0.1-1
52a4831
- New upstream release
52a4831
964f2cb
* Fri Aug 21 2009 Steve Grubb <sgrubb@redhat.com> 2.0-3
b9f018d
- New upstream release