SHA256
3
0
forked from pool/audit
OBS User unknown 2007-07-12 01:01:37 +00:00 committed by Git OBS Bridge
parent 7c9c701854
commit ac476fbb0d
7 changed files with 48 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ca6888582823cdd1cc946f682450ba05a704d1baa3596350525708ce68d24c8
size 293566

3
audit-1.5.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:192fcbd0cc45aa26d44607081acdbb60a002067a750d505822e99c8ab9929931
size 325636

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 12 01:38:36 CEST 2007 - tonyj@suse.de
- Upgrade to 1.5.4
-------------------------------------------------------------------
Wed May 2 19:08:53 CEST 2007 - tonyj@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package audit-libs-python (Version 1.5.3)
# spec file for package audit-libs-python (Version 1.5.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -14,9 +14,9 @@ Name: audit-libs-python
%define _name audit
BuildRequires: audit-devel gcc-c++ pkg-config python-devel swig
Summary: Python bindings for libaudit
Version: 1.5.3
Release: 3
License: GNU General Public License (GPL)
Version: 1.5.4
Release: 1
License: GPL v2 or later
Group: System/Monitoring
URL: http://people.redhat.com/sgrubb/audit/
Source0: audit-%{version}.tar.gz
@ -65,6 +65,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/python%{py_ver}/site-packages/audit.py*
%changelog
* 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

View File

@ -13,9 +13,9 @@
if test x$use_apparmor != xno ; then
AC_DEFINE(WITH_APPARMOR,1,[Define if you want to enable AppArmor events.])fi
-AC_OUTPUT(Makefile lib/Makefile auparse/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile audisp/Makefile bindings/Makefile bindings/python/Makefile)
+#AC_OUTPUT(Makefile lib/Makefile auparse/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile audisp/Makefile bindings/Makefile bindings/python/Makefile)
+AC_OUTPUT(Makefile lib/Makefile auparse/Makefile src/Makefile src/mt/Makefile docs/Makefile init.d/Makefile audisp/Makefile)
-AC_OUTPUT(Makefile lib/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile audisp/Makefile bindings/Makefile bindings/python/Makefile)
+#AC_OUTPUT(Makefile lib/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile audisp/Makefile bindings/Makefile bindings/python/Makefile)
+AC_OUTPUT(Makefile lib/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile docs/Makefile init.d/Makefile audisp/Makefile)
echo .
echo "

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jul 12 01:38:36 CEST 2007 - tonyj@suse.de
- Upgrade to 1.5.4
Add feed interface to auparse library (John Dennis)
Apply patch to libauparse for unresolved symbols (#241178)
Apply patch to add line numbers for file events in libauparse (John Dennis)
Change seresults to seresult in libauparse (John Dennis)
Add unit32_t definition to swig (#244210)
Add support for directory auditing
Update acct field to be escaped
- Fix for #280487 "%ghost /var/log/audit/audit.log will remove the logfile"
-------------------------------------------------------------------
Mon May 7 11:24:29 CEST 2007 - rguenther@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package audit (Version 1.5.3)
# spec file for package audit (Version 1.5.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -13,9 +13,9 @@
Name: audit
BuildRequires: gcc-c++
Summary: User Space Tools for 2.6 Kernel Auditing
Version: 1.5.3
Release: 3
License: GNU General Public License (GPL)
Version: 1.5.4
Release: 1
License: GPL v2 or later
Group: System/Monitoring
URL: http://people.redhat.com/sgrubb/audit/
Source0: %{name}-%{version}.tar.gz
@ -39,7 +39,7 @@ Authors:
%package libs
Summary: Dynamic library for libaudit
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: System/Monitoring
%description libs
@ -54,7 +54,7 @@ Authors:
%package devel
Summary: Header files and static library for libaudit
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
License: LGPL v2 or later
Group: System/Monitoring
Requires: %{name}-libs = %{version}-%{release}
@ -71,7 +71,7 @@ Authors:
%package audispd-plugins
Summary: Default plugins for the audit dispatcher
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: System/Monitoring
%description audispd-plugins
@ -194,9 +194,19 @@ fi
%config(noreplace) %attr(640,root,root) /etc/audit/audit.rules
/var/adm/fillup-templates/sysconfig.auditd
%dir %attr(700,root,root) /var/log/audit
%ghost /var/log/audit/audit.log
%ghost %config(noreplace) /var/log/audit/audit.log
%changelog
* Thu Jul 12 2007 - tonyj@suse.de
- Upgrade to 1.5.4
Add feed interface to auparse library (John Dennis)
Apply patch to libauparse for unresolved symbols (#241178)
Apply patch to add line numbers for file events in libauparse (John Dennis)
Change seresults to seresult in libauparse (John Dennis)
Add unit32_t definition to swig (#244210)
Add support for directory auditing
Update acct field to be escaped
- Fix for #280487 "%%ghost /var/log/audit/audit.log will remove the logfile"
* Mon May 07 2007 - rguenther@suse.de
- Drop pkg-config BuildRequires introduced by last change.
* Wed May 02 2007 - tonyj@suse.de