forked from pool/audit
osc copypac from project:security package:audit revision:105
OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=107
This commit is contained in:
parent
a026abd994
commit
4971d594a2
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Oct 17 13:54:21 UTC 2019 - Richard Brown <rbrown@suse.com>
|
|
||||||
|
|
||||||
- Remove obsolete Groups tag (fate#326485)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 10:32:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Thu Mar 21 10:32:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ Version: 2.8.4
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel audit subsystem utilities
|
Summary: Linux kernel audit subsystem utilities
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Group: System/Monitoring
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: http://people.redhat.com/sgrubb/audit/%{_name}-%{version}.tar.gz
|
Source0: http://people.redhat.com/sgrubb/audit/%{_name}-%{version}.tar.gz
|
||||||
Patch1: audit-plugins-path.patch
|
Patch1: audit-plugins-path.patch
|
||||||
@ -59,6 +60,7 @@ Linux kernel.
|
|||||||
%package -n audit
|
%package -n audit
|
||||||
Summary: User Space Tools for Kernel Auditing
|
Summary: User Space Tools for Kernel Auditing
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Group: System/Monitoring
|
||||||
Requires: %{_name}-libs = %{version}
|
Requires: %{_name}-libs = %{version}
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
@ -71,6 +73,7 @@ Linux kernel.
|
|||||||
%package -n python2-audit
|
%package -n python2-audit
|
||||||
Summary: Python Bindings for libaudit
|
Summary: Python Bindings for libaudit
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Group: Development/Languages/Python
|
||||||
Provides: audit-libs-python = %{version}
|
Provides: audit-libs-python = %{version}
|
||||||
Obsoletes: audit-libs-python < %{version}
|
Obsoletes: audit-libs-python < %{version}
|
||||||
|
|
||||||
@ -81,6 +84,7 @@ by python.
|
|||||||
%package -n python3-audit
|
%package -n python3-audit
|
||||||
Summary: Python3 Bindings for libaudit
|
Summary: Python3 Bindings for libaudit
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Group: Development/Languages/Python
|
||||||
Provides: audit-libs-python3 = %{version}
|
Provides: audit-libs-python3 = %{version}
|
||||||
Obsoletes: audit-libs-python3 < %{version}
|
Obsoletes: audit-libs-python3 < %{version}
|
||||||
|
|
||||||
@ -91,6 +95,7 @@ by python3.
|
|||||||
%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-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Group: System/Monitoring
|
||||||
|
|
||||||
%description -n audit-audispd-plugins
|
%description -n audit-audispd-plugins
|
||||||
The audit-audispd-plugins package contains plugin components for the
|
The audit-audispd-plugins package contains plugin components for the
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Oct 17 13:54:22 UTC 2019 - Richard Brown <rbrown@suse.com>
|
|
||||||
|
|
||||||
- Remove obsolete Groups tag (fate#326485)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 10:33:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Thu Mar 21 10:33:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ Version: 2.8.4
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel audit subsystem utilities
|
Summary: Linux kernel audit subsystem utilities
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Group: System/Monitoring
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
@ -41,6 +42,7 @@ Linux kernel.
|
|||||||
%package -n libaudit1
|
%package -n libaudit1
|
||||||
Summary: Library for interfacing with the kernel audit subsystem
|
Summary: Library for interfacing with the kernel audit subsystem
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Group: System/Libraries
|
||||||
Obsoletes: %{name}-libs < 2.0.4
|
Obsoletes: %{name}-libs < 2.0.4
|
||||||
Provides: %{name}-libs = %{version}
|
Provides: %{name}-libs = %{version}
|
||||||
|
|
||||||
@ -51,6 +53,7 @@ applications to use the audit framework.
|
|||||||
%package -n libauparse0
|
%package -n libauparse0
|
||||||
Summary: Library for parsing and interpreting audit events
|
Summary: Library for parsing and interpreting audit events
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libauparse0
|
%description -n libauparse0
|
||||||
The libauparse package contains the shared libraries needed to
|
The libauparse package contains the shared libraries needed to
|
||||||
@ -59,6 +62,7 @@ parse audit records.
|
|||||||
%package -n audit-devel
|
%package -n audit-devel
|
||||||
Summary: Header files for libaudit
|
Summary: Header files for libaudit
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libaudit1 = %{version}
|
Requires: libaudit1 = %{version}
|
||||||
Requires: libauparse0 = %{version}
|
Requires: libauparse0 = %{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user