# # spec file for package audit-secondary (Version 1.6.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: audit-secondary %define _name audit BuildRequires: audit-devel gcc-c++ openldap2-devel pkg-config python-devel swig Summary: Python Bindings for libaudit License: GPL v2 or later Group: System/Monitoring Version: 1.6.8 Release: 1 Url: http://people.redhat.com/sgrubb/audit/ Source0: audit-%{version}.tar.bz2 Patch0: audit-no_sca.patch Requires: audit = %{version}-%{release} Requires: audit-libs = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq %description The audit-libs-python package contains the bindings for using libaudit by python. Authors: -------- Steve Grubb %package -n audit-libs-python Summary: Python Bindings for libaudit License: GPL v2 or later Group: System/Monitoring Requires: python = %{py_ver} %description -n audit-libs-python The audit-libs-python package contains the bindings for using libaudit by python. Authors: -------- Steve Grubb %package -n audit-audispd-plugins Summary: Default plugins for the audit dispatcher License: GPL v2 or later Group: System/Monitoring Requires: openldap2 %description -n audit-audispd-plugins The audit-audispd-plugins package contains plugin components for the audit dispatcher (audispd). Authors: -------- Steve Grubb %prep # remove selinux policy rm -rf audisp/plugins/zos-remote/policy # we don't build prelude rm -rf audisp/plugins/prelude %setup -q -n audit-%{version} %patch0 -p1 %build autoreconf -fi export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" ./configure --prefix=%{_prefix} --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib} --sysconfdir=/etc --with-apparmor pushd src/mt make libaudit.h popd make %install mkdir -p $RPM_BUILD_ROOT/usr/sbin mkdir -p $RPM_BUILD_ROOT/_tmp mkdir -p $RPM_BUILD_ROOT/%{_mandir}/{man5,man8} make DESTDIR=$RPM_BUILD_ROOT install -C swig make DESTDIR=$RPM_BUILD_ROOT install -C bindings make DESTDIR=$RPM_BUILD_ROOT install -C audisp/plugins make DESTDIR=$RPM_BUILD_ROOT/_tmp install -C docs # Clean up some unneeded library files rm -f $RPM_BUILD_ROOT/%{_libdir}/python%{py_ver}/site-packages/_audit.a rm -f $RPM_BUILD_ROOT/%{_libdir}/python%{py_ver}/site-packages/_audit.la rm -f $RPM_BUILD_ROOT/%{_libdir}/python%{py_ver}/site-packages/auparse-1.0-py%{py_ver}.egg-info # Cleanup plugins # audispd-zos-remote uses ldap which is in /usr/lib so move to /usr/sbin mv $RPM_BUILD_ROOT/sbin/audispd-zos-remote $RPM_BUILD_ROOT/usr/sbin/audispd-zos-remote # af_unix/syslog (builtin) is packaged by main spec file rm -f $RPM_BUILD_ROOT/etc/audisp/plugins.d/{af_unix,syslog}.conf # Just need selecteed man pages mv $RPM_BUILD_ROOT/_tmp/%{_mandir}/man8/audispd-zos-remote.8 $RPM_BUILD_ROOT/%{_mandir}/man8 mv $RPM_BUILD_ROOT/_tmp/%{_mandir}/man5/zos-remote.conf.5 $RPM_BUILD_ROOT/%{_mandir}/man5 rm -rf $RPM_BUILD_ROOT/_tmp %clean rm -rf $RPM_BUILD_ROOT %files -n audit-libs-python %defattr(-,root,root,-) %{_libdir}/python%{py_ver}/site-packages/_audit.so %{_libdir}/python%{py_ver}/site-packages/auparse.so %{_libdir}/python%{py_ver}/site-packages/audit.py* %files -n audit-audispd-plugins %defattr(-,root,root,-) %dir /etc/audisp %dir /etc/audisp/plugins.d %attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz %attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz %config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/audispd-zos-remote.conf %config(noreplace) %attr(640,root,root) /etc/audisp/zos-remote.conf %attr(750,root,root) /usr/sbin/audispd-zos-remote %changelog * Wed Mar 26 2008 tonyj@suse.de - Update to version 1.6.8. - Rename to audit-secondary and build audisp-plugins from here to minimise bootstrap dependancies. * Tue Mar 18 2008 schwab@suse.de - Use autoreconf. * Thu Oct 11 2007 tonyj@suse.de - Upgrade to 1.6.2 * Wed Jul 25 2007 tonyj@suse.de - Upgrade to 1.5.5 Drop audit-swig-attribute.patch (upstreamed) * Fri Jul 13 2007 tonyj@suse.de - Fix build errors on ppc * Thu Jul 12 2007 tonyj@suse.de - Upgrade to 1.5.4 * Wed May 02 2007 tonyj@suse.de - Upgrade to 1.5.3. * Wed Nov 29 2006 tonyj@suse.de - Upgrade to 1.2.9 (drop several patches which are now upstream) - /usr/sbin/audispd now packaged by audit-libs-python * Sun Nov 05 2006 ro@suse.de - fix requires * Thu Aug 31 2006 tonyj@suse.de - Upgrade to 1.2.6-1 * Wed Aug 16 2006 cthiel@suse.de - split off package