libaudit-static: require libaudit-devel instead of audit-devel [release 2.6.7-4mamba;Fri Oct 07 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 20:40:14 +01:00
parent 34b16773fe
commit 9bb885967b

View File

@ -1,6 +1,6 @@
Name: audit
Version: 2.6.7
Release: 3mamba
Release: 4mamba
Summary: User space tools for kernel auditing
Group: System/Tools
Vendor: openmamba
@ -62,7 +62,7 @@ This package contains libraries and header files for developing applications tha
%package -n lib%{name}-static
Group: Development/Libraries
Summary: Static libraries for %{name}
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-static
This package contains the static libraries needed for developing applications that need to use static %{name} framework libraries.
@ -70,7 +70,7 @@ This package contains the static libraries needed for developing applications th
%package -n python-audit
Summary: Python bindings for libaudit
Group: Development/Libraries/Python
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n python-audit
The python-audit package contains the bindings so that libaudit and libauparse can be used by python.
@ -79,7 +79,7 @@ The python-audit package contains the bindings so that libaudit and libauparse c
Group: Development/Libraries
Summary: Python3 bindings to %{name}
Requires: python3
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n python-audit-py3
The python-audit package containts Python 3 bindings to %{name}.
@ -89,7 +89,7 @@ The libaudit-devel package contains the header files needed for developing appli
Group: System/Tools
Summary: Plugins for the audit event dispatcher
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: audit = %{?epoch:%epoch:}%{version}-%{release}
Requires: libaudit = %{?epoch:%epoch:}%{version}-%{release}
#Requires: openldap
%description plugins
@ -259,6 +259,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_mandir}/man8/audisp-remote.8*
%changelog
* Fri Oct 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.7-4mamba
- libaudit-static: require libaudit-devel instead of audit-devel
* Thu Sep 22 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.7-3mamba
- specfile was not renamed (webbuild rename function does this correctly)