SHA256
1
0
forked from pool/audit
OBS User unknown 2008-03-19 10:57:31 +00:00 committed by Git OBS Bridge
parent 4b69287cc5
commit bc18d5818b
4 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 18 14:43:11 CET 2008 - schwab@suse.de
- Use autoreconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 10 23:19:29 CEST 2007 - tonyj@suse.de Wed Oct 10 23:19:29 CEST 2007 - tonyj@suse.de

View File

@ -16,7 +16,7 @@ Name: audit-libs-python
BuildRequires: audit-devel gcc-c++ pkg-config python-devel swig BuildRequires: audit-devel gcc-c++ pkg-config python-devel swig
Summary: Python Bindings for libaudit Summary: Python Bindings for libaudit
Version: 1.6.2 Version: 1.6.2
Release: 42 Release: 44
License: GPL v2 or later License: GPL v2 or later
Group: System/Monitoring Group: System/Monitoring
Url: http://people.redhat.com/sgrubb/audit/ Url: http://people.redhat.com/sgrubb/audit/
@ -41,8 +41,7 @@ Authors:
%patch0 -p1 %patch0 -p1
%build %build
#autoreconf -iv --install autoreconf -fi
aclocal && autoconf && autoheader && automake
export CFLAGS="%{optflags} -fno-strict-aliasing" export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS" export CXXFLAGS="$CFLAGS"
./configure --prefix=%{_prefix} --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib} --sysconfdir=/etc --with-apparmor ./configure --prefix=%{_prefix} --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib} --sysconfdir=/etc --with-apparmor
@ -69,6 +68,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/python%{py_ver}/site-packages/audit.py* %{_libdir}/python%{py_ver}/site-packages/audit.py*
%changelog %changelog
* Tue Mar 18 2008 schwab@suse.de
- Use autoreconf.
* Thu Oct 11 2007 tonyj@suse.de * Thu Oct 11 2007 tonyj@suse.de
- Upgrade to 1.6.2 - Upgrade to 1.6.2
* Wed Jul 25 2007 tonyj@suse.de * Wed Jul 25 2007 tonyj@suse.de
@ -85,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
- /usr/sbin/audispd now packaged by audit-libs-python - /usr/sbin/audispd now packaged by audit-libs-python
* Sun Nov 05 2006 ro@suse.de * Sun Nov 05 2006 ro@suse.de
- fix requires - fix requires
* Fri Sep 01 2006 tonyj@suse.de * Thu Aug 31 2006 tonyj@suse.de
- Upgrade to 1.2.6-1 - Upgrade to 1.2.6-1
* Wed Aug 16 2006 cthiel@suse.de * Wed Aug 16 2006 cthiel@suse.de
- split off package - split off package

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 18 14:43:11 CET 2008 - schwab@suse.de
- Use autoreconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 31 07:08:38 CET 2007 - tonyj@suse.de Wed Oct 31 07:08:38 CET 2007 - tonyj@suse.de

View File

@ -15,7 +15,7 @@ Name: audit
BuildRequires: gcc-c++ BuildRequires: gcc-c++
Summary: User Space Tools for 2.6 Kernel Auditing Summary: User Space Tools for 2.6 Kernel Auditing
Version: 1.6.2 Version: 1.6.2
Release: 25 Release: 27
License: GPL v2 or later License: GPL v2 or later
Group: System/Monitoring Group: System/Monitoring
Url: http://people.redhat.com/sgrubb/audit/ Url: http://people.redhat.com/sgrubb/audit/
@ -81,8 +81,7 @@ Authors:
%patch3 -p1 %patch3 -p1
%build %build
#autoreconf -iv --install autoreconf -fi
aclocal && autoconf && autoheader && automake
export CFLAGS="%{optflags} -fno-strict-aliasing" export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS" export CXXFLAGS="$CFLAGS"
./configure --prefix=%{_prefix} --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib} --sysconfdir=/etc --libexecdir=%{_prefix}/lib/%{name} --with-apparmor ./configure --prefix=%{_prefix} --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib} --sysconfdir=/etc --libexecdir=%{_prefix}/lib/%{name} --with-apparmor
@ -198,6 +197,8 @@ fi
%ghost %config(noreplace) /var/log/audit/audit.log %ghost %config(noreplace) /var/log/audit/audit.log
%changelog %changelog
* Tue Mar 18 2008 schwab@suse.de
- Use autoreconf.
* Wed Oct 31 2007 tonyj@suse.de * Wed Oct 31 2007 tonyj@suse.de
- Incorporate 1 more Redhat fixe post 1.6.2 - Incorporate 1 more Redhat fixe post 1.6.2
- Go back to 10.2 behaviour wrt to starting in disabled state. - Go back to 10.2 behaviour wrt to starting in disabled state.