forked from pool/audit
Accepting request 29108 from security
Copy from security/audit based on submit request 29108 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/29108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=31
This commit is contained in:
parent
5a9dff2cf2
commit
a017b9810d
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audit-secondary (Version 1.7.13)
|
# spec file for package audit-secondary (Version 1.7.13)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,10 +23,10 @@ Name: audit-secondary
|
|||||||
%define _name audit
|
%define _name audit
|
||||||
BuildRequires: audit audit-devel gcc-c++ openldap2-devel pkg-config python-devel swig
|
BuildRequires: audit audit-devel gcc-c++ openldap2-devel pkg-config python-devel swig
|
||||||
Summary: Python Bindings for libaudit
|
Summary: Python Bindings for libaudit
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Version: 1.7.13
|
Version: 1.7.13
|
||||||
Release: 4
|
Release: 5
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: audit-%{version}.tar.bz2
|
Source0: audit-%{version}.tar.bz2
|
||||||
Patch0: audit-no_sca.patch
|
Patch0: audit-no_sca.patch
|
||||||
@ -49,7 +49,7 @@ Authors:
|
|||||||
|
|
||||||
%package -n audit-libs-python
|
%package -n audit-libs-python
|
||||||
Summary: Python Bindings for libaudit
|
Summary: Python Bindings for libaudit
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
%py_requires
|
%py_requires
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ Authors:
|
|||||||
|
|
||||||
%package -n audit-audispd-plugins
|
%package -n audit-audispd-plugins
|
||||||
Summary: Default plugins for the audit dispatcher
|
Summary: Default plugins for the audit dispatcher
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Requires: openldap2
|
Requires: openldap2
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 13 15:39:09 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- add baselibs.conf as a source
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 3 19:11:33 UTC 2009 - coolo@novell.com
|
Tue Nov 3 19:11:33 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
11
audit.spec
11
audit.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audit (Version 1.7.13)
|
# spec file for package audit (Version 1.7.13)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,13 +22,14 @@ Name: audit
|
|||||||
BuildRequires: gcc-c++ tcpd-devel
|
BuildRequires: gcc-c++ tcpd-devel
|
||||||
Summary: User Space Tools for 2.6 Kernel Auditing
|
Summary: User Space Tools for 2.6 Kernel Auditing
|
||||||
Version: 1.7.13
|
Version: 1.7.13
|
||||||
Release: 4
|
Release: 5
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: auditd.init
|
Source1: auditd.init
|
||||||
Source2: auditd.sysconfig
|
Source2: auditd.sysconfig
|
||||||
|
Source3: baselibs.conf
|
||||||
Patch0: audit-no_sca.patch
|
Patch0: audit-no_sca.patch
|
||||||
Patch1: audit-no_python.patch
|
Patch1: audit-no_python.patch
|
||||||
Patch2: audit-no_plugins.patch
|
Patch2: audit-no_plugins.patch
|
||||||
@ -51,7 +52,7 @@ Authors:
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Dynamic library for libaudit
|
Summary: Dynamic library for libaudit
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -71,7 +72,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files and static library for libaudit
|
Summary: Header files and static library for libaudit
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-libs = %{version} glibc-devel
|
Requires: %{name}-libs = %{version} glibc-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user