Skip to content

Commit

Permalink
Merge branch 'drop_extra_static_lib' into 'master'
Browse files Browse the repository at this point in the history
[audit] Drop duplicated static libauparse.a from -libs package. Fixes JB#53553

See merge request mer-core/audit!6
  • Loading branch information
pvuorela committed Mar 16, 2021
2 parents a668d8b + f1be036 commit 2a56547
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rpm/audit.spec
Expand Up @@ -26,7 +26,6 @@ Name: audit
Version: 2.8.4
Release: 1
License: GPLv2+
Group: System Environment/Daemons
URL: http://people.redhat.com/sgrubb/audit/
Source0: %{name}-%{version}.tar.gz
Source1: lgpl-2.1.txt
Expand All @@ -53,7 +52,6 @@ the audit subsystem in the Linux 2.6 and later kernels.
%package libs
Summary: Dynamic library for libaudit
License: LGPLv2+
Group: Development/Libraries

%description libs
The audit-libs package contains the dynamic libraries needed for
Expand All @@ -62,7 +60,6 @@ applications to use the audit framework.
%package libs-devel
Summary: Header files for libaudit
License: LGPLv2+
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
Requires: kernel-headers >= 2.6.29

Expand All @@ -73,7 +70,6 @@ developing applications that need to use the audit framework libraries.
%package libs-static
Summary: Static version of libaudit library
License: LGPLv2+
Group: Development/Libraries
Requires: kernel-headers >= 2.6.29

%description libs-static
Expand All @@ -84,7 +80,6 @@ framework libraries
%package libs-python3
Summary: Python3 bindings for libaudit
License: LGPLv2+
Group: Development/Libraries
BuildRequires: python3-devel
Requires: %{name}-libs = %{version}-%{release}

Expand Down Expand Up @@ -176,7 +171,7 @@ fi
%{!?_licensedir:%global license %%doc}
%license lgpl-2.1.txt
/%{_libdir}/libaudit.so.1*
/%{_libdir}/libauparse.*
/%{_libdir}/libauparse.so.*
%config %attr(640,root,root) %{_sysconfdir}/libaudit.conf
%{_mandir}/man5/libaudit.conf.5.gz

Expand Down

0 comments on commit 2a56547

Please sign in to comment.