SHA256
3
0
forked from pool/audit

Accepting request 514176 from security

1

OBS-URL: https://build.opensuse.org/request/show/514176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=82
This commit is contained in:
Yuchen Lin 2017-08-08 09:56:33 +00:00 committed by Git OBS Bridge
commit a10b7236ba
4 changed files with 31 additions and 19 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 24 13:59:06 UTC 2017 - jengelh@inai.de
- Rectify RPM groups, diversify descriptions.
- Remove mentions of static libraries because they are not built.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 18 18:33:40 UTC 2017 - tonyj@suse.com Tue Jul 18 18:33:40 UTC 2017 - tonyj@suse.com

View File

@ -22,7 +22,7 @@
Name: audit-secondary Name: audit-secondary
Version: 2.7.7 Version: 2.7.7
Release: 0 Release: 0
Summary: Secondary packages for audit Summary: Linux kernel audit subsystem utilities
License: GPL-2.0+ License: GPL-2.0+
Group: System/Monitoring Group: System/Monitoring
Url: http://people.redhat.com/sgrubb/audit/ Url: http://people.redhat.com/sgrubb/audit/
@ -47,10 +47,12 @@ BuildRequires: pkgconfig(libcap-ng)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Secondary packages for system auditing. The audit package contains the user space utilities for storing and
processing the records generated by the audit subsystem in the
Linux kernel.
%package -n audit %package -n audit
Summary: User Space Tools for 2.6 Kernel Auditing Summary: User Space Tools for Kernel Auditing
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Monitoring Group: System/Monitoring
Requires: %{_name}-libs = %{version} Requires: %{_name}-libs = %{version}
@ -60,12 +62,12 @@ Requires: coreutils
%description -n audit %description -n audit
The audit package contains the user space utilities for storing and The audit package contains the user space utilities for storing and
processing the audit records generated by the audit subsystem in the processing the audit records generated by the audit subsystem in the
Linux 2.6 kernel. Linux kernel.
%package -n audit-libs-python %package -n audit-libs-python
Summary: Python Bindings for libaudit Summary: Python Bindings for libaudit
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Monitoring Group: Development/Languages/Python
%description -n audit-libs-python %description -n audit-libs-python
The audit-libs-python package contains the bindings for using libaudit The audit-libs-python package contains the bindings for using libaudit
@ -74,7 +76,7 @@ by python.
%package -n audit-libs-python3 %package -n audit-libs-python3
Summary: Python3 Bindings for libaudit Summary: Python3 Bindings for libaudit
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Monitoring Group: Development/Languages/Python
%description -n audit-libs-python3 %description -n audit-libs-python3
The audit-libs-python3 package contains the bindings for using libaudit The audit-libs-python3 package contains the bindings for using libaudit
@ -113,8 +115,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
--with-apparmor \ --with-apparmor \
--with-libwrap \ --with-libwrap \
--with-libcap-ng=yes \ --with-libcap-ng=yes \
--disable-static \ --disable-static
--with-pic
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 24 13:59:06 UTC 2017 - jengelh@inai.de
- Rectify RPM groups, diversify descriptions.
- Remove mentions of static libraries because they are not built.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 18 18:32:56 UTC 2017 - tonyj@suse.com Tue Jul 18 18:32:56 UTC 2017 - tonyj@suse.com

View File

@ -19,7 +19,7 @@
Name: audit Name: audit
Version: 2.7.7 Version: 2.7.7
Release: 0 Release: 0
Summary: First part of auditing package Summary: Linux kernel audit subsystem utilities
License: GPL-2.0+ License: GPL-2.0+
Group: System/Monitoring Group: System/Monitoring
Url: http://people.redhat.com/sgrubb/audit/ Url: http://people.redhat.com/sgrubb/audit/
@ -37,38 +37,38 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
The audit package contains the user space utilities for storing and The audit package contains the user space utilities for storing and
processing the audit records generated by the audit subsystem in the processing the records generated by the audit subsystem in the
Linux kernel. Linux kernel.
%package -n libaudit1 %package -n libaudit1
Summary: Dynamic library for libaudit Summary: Library for interfacing with the kernel audit subsystem
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Monitoring Group: System/Libraries
Obsoletes: %{name}-libs < 2.0.4 Obsoletes: %{name}-libs < 2.0.4
Provides: %{name}-libs = %{version} Provides: %{name}-libs = %{version}
%description -n libaudit1 %description -n libaudit1
The libaudit package contains the dynamic libraries needed for The libaudit package contains the shared libraries needed for
applications to use the audit framework. applications to use the audit framework.
%package -n libauparse0 %package -n libauparse0
Summary: Dynamic library for libauparse Summary: Library for parsing and interpreting audit events
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Monitoring Group: System/Libraries
%description -n libauparse0 %description -n libauparse0
The libauparse package contains the dynamic libraries needed to The libauparse package contains the shared libraries needed to
parse audit records. parse audit records.
%package -n audit-devel %package -n audit-devel
Summary: Header files and static library for libaudit Summary: Header files for libaudit
License: LGPL-2.1+ License: LGPL-2.1+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libaudit1 = %{version} Requires: libaudit1 = %{version}
Requires: libauparse0 = %{version} Requires: libauparse0 = %{version}
%description -n audit-devel %description -n audit-devel
The audit-devel package contains the static libraries and header files The audit-devel package contains the header files
needed for developing applications that need to use the audit framework needed for developing applications that need to use the audit framework
libraries. libraries.
@ -88,7 +88,6 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
--with-libwrap \ --with-libwrap \
--without-libcap-ng \ --without-libcap-ng \
--disable-static \ --disable-static \
--with-pic \
--without-python --without-python
make %{?_smp_mflags} -C lib make %{?_smp_mflags} -C lib
make %{?_smp_mflags} -C auparse make %{?_smp_mflags} -C auparse