Mailinglist Archive: opensuse-commit (1301 mails)
| < Previous | Next > |
commit audit
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 13 Jul 2007 22:39:06 +0200
- Message-id: <20070713203906.234F667818A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package audit
checked in at Fri Jul 13 22:39:06 CEST 2007.
--------
--- audit/audit-libs-python.changes 2007-07-12 01:40:18.000000000 +0200
+++ /mounts/work_src_done/STABLE/audit/audit-libs-python.changes 2007-07-13 20:47:55.529161000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 13 01:58:29 CEST 2007 - tonyj@xxxxxxx
+
+- Fix build errors on ppc
+
+-------------------------------------------------------------------
New:
----
audit-swig-attribute.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ audit-libs-python.spec ++++++
--- /var/tmp/diff_new_pack.m21310/_old 2007-07-13 22:38:59.000000000 +0200
+++ /var/tmp/diff_new_pack.m21310/_new 2007-07-13 22:38:59.000000000 +0200
@@ -15,11 +15,12 @@
BuildRequires: audit-devel gcc-c++ pkg-config python-devel swig
Summary: Python bindings for libaudit
Version: 1.5.4
-Release: 1
+Release: 3
License: GPL v2 or later
Group: System/Monitoring
URL: http://people.redhat.com/sgrubb/audit/
Source0: audit-%{version}.tar.gz
+Patch0: audit-swig-attribute.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: audit-libs = %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' audit-libs`)
PreReq: %insserv_prereq %fillup_prereq
@@ -36,6 +37,7 @@
%prep
%setup -q -n audit-%{version}
+%patch -p1
%build
autoreconf -iv --install
@@ -65,6 +67,8 @@
%{_libdir}/python%{py_ver}/site-packages/audit.py*
%changelog
+* Fri Jul 13 2007 - tonyj@xxxxxxx
+- Fix build errors on ppc
* Thu Jul 12 2007 - tonyj@xxxxxxx
- Upgrade to 1.5.4
* Wed May 02 2007 - tonyj@xxxxxxx
++++++ audit.spec ++++++
--- /var/tmp/diff_new_pack.m21310/_old 2007-07-13 22:38:59.000000000 +0200
+++ /var/tmp/diff_new_pack.m21310/_new 2007-07-13 22:38:59.000000000 +0200
@@ -14,7 +14,7 @@
BuildRequires: gcc-c++
Summary: User Space Tools for 2.6 Kernel Auditing
Version: 1.5.4
-Release: 1
+Release: 3
License: GPL v2 or later
Group: System/Monitoring
URL: http://people.redhat.com/sgrubb/audit/
++++++ audit-swig-attribute.patch ++++++
--- audit-1.5.4/swig/auditswig.i 2007-06-14 17:17:00.000000000 +0200
+++ audit-1.5.4/swig/auditswig.i 2007-07-12 23:27:24.764034000 +0200
@@ -26,6 +26,7 @@
%define __signed__
signed
%enddef
+#define __attribute(x) /* nothing */
%include "/usr/include/asm/types.h"
%include "/usr/include/linux/audit.h"
#define __extension__ /*nothing*/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |