forked from pool/audit
Accepting request 82852 from home:jengelh:bl-a
- Remove redundant tags/sections from specfile - Add audit-devel to baselibs OBS-URL: https://build.opensuse.org/request/show/82852 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=33
This commit is contained in:
parent
5d9bcf7005
commit
2b8b1fed25
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 13:38:42 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 20 16:54:38 UTC 2011 - tonyj@novell.com
|
Fri May 20 16:54:38 UTC 2011 - tonyj@novell.com
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
# nodebuginfo
|
# nodebuginfo
|
||||||
|
|
||||||
%define _name audit
|
%define _name audit
|
||||||
@ -39,12 +38,6 @@ BuildRequires: audit-devel = %{version}
|
|||||||
The audit-libs-python package contains the bindings for using libaudit
|
The audit-libs-python package contains the bindings for using libaudit
|
||||||
by python.
|
by python.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Steve Grubb <sgrubb@redhat.com>
|
|
||||||
|
|
||||||
%package -n audit-libs-python
|
%package -n audit-libs-python
|
||||||
Summary: Python Bindings for libaudit
|
Summary: Python Bindings for libaudit
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
@ -55,12 +48,6 @@ Group: System/Monitoring
|
|||||||
The audit-libs-python package contains the bindings for using libaudit
|
The audit-libs-python package contains the bindings for using libaudit
|
||||||
by python.
|
by python.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Steve Grubb <sgrubb@redhat.com>
|
|
||||||
|
|
||||||
%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: GPLv2+
|
License: GPLv2+
|
||||||
@ -71,12 +58,6 @@ Requires: openldap2
|
|||||||
The audit-audispd-plugins package contains plugin components for the
|
The audit-audispd-plugins package contains plugin components for the
|
||||||
audit dispatcher (audispd).
|
audit dispatcher (audispd).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Steve Grubb <sgrubb@redhat.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
# remove selinux policy
|
# remove selinux policy
|
||||||
rm -rf audisp/plugins/zos-remote/policy
|
rm -rf audisp/plugins/zos-remote/policy
|
||||||
@ -125,9 +106,6 @@ rm -rf $RPM_BUILD_ROOT/_tmp
|
|||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -n audit-libs-python
|
%files -n audit-libs-python
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%attr(755,root,root) %{_libdir}/python%{py_ver}/site-packages/_audit.so
|
%attr(755,root,root) %{_libdir}/python%{py_ver}/site-packages/_audit.so
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 13:38:24 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Add audit-devel to baselibs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 11 09:39:35 CEST 2011 - meissner@suse.de
|
Wed May 11 09:39:35 CEST 2011 - meissner@suse.de
|
||||||
|
|
||||||
|
21
audit.spec
21
audit.spec
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: audit
|
Name: audit
|
||||||
@ -45,10 +44,6 @@ 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 2.6 kernel.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Steve Grubb <sgrubb@redhat.com>
|
|
||||||
|
|
||||||
%package -n libaudit1
|
%package -n libaudit1
|
||||||
Summary: Dynamic library for libaudit
|
Summary: Dynamic library for libaudit
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
@ -60,10 +55,6 @@ Provides: %{name}-libs = %{version}
|
|||||||
The libaudit package contains the dynamic libraries needed for
|
The libaudit package contains the dynamic libraries needed for
|
||||||
applications to use the audit framework.
|
applications to use the audit framework.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Steve Grubb <sgrubb@redhat.com>
|
|
||||||
|
|
||||||
%package -n libauparse0
|
%package -n libauparse0
|
||||||
Summary: Dynamic library for libauparse
|
Summary: Dynamic library for libauparse
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
@ -73,11 +64,6 @@ Group: System/Monitoring
|
|||||||
The libauparse package contains the dynamic libraries needed to
|
The libauparse package contains the dynamic libraries needed to
|
||||||
parse audit records.
|
parse audit records.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Steve Grubb <sgrubb@redhat.com>
|
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files and static library for libaudit
|
Summary: Header files and static library for libaudit
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
@ -90,10 +76,6 @@ The audit-devel package contains the static libraries and 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.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Steve Grubb <sgrubb@redhat.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -149,9 +131,6 @@ touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
|
|||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -n libaudit1 -p /sbin/ldconfig
|
%post -n libaudit1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libauparse0 -p /sbin/ldconfig
|
%post -n libauparse0 -p /sbin/ldconfig
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
libaudit1
|
libaudit1
|
||||||
obsoletes "audit-libs-<targettype> < 2.0.4"
|
obsoletes "audit-libs-<targettype> < 2.0.4"
|
||||||
libauparse0
|
libauparse0
|
||||||
|
audit-devel
|
||||||
|
requires -audit-<targettype>
|
||||||
|
requires "libaudit1-<targettype> = <version>"
|
||||||
|
requires "libauparse0-<targettype> = <version>"
|
||||||
|
Loading…
Reference in New Issue
Block a user