From e373f38b992dffd8caa545a2341d77b42365d99d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 29 Dec 2024 13:46:53 +0100 Subject: [PATCH] removed build requirement for libprelude [release 4.0.2-2mamba;Sat Dec 28 2024] --- audit.spec | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/audit.spec b/audit.spec index 8a6bacd..36fedd2 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Name: audit Version: 4.0.2 -Release: 1mamba +Release: 2mamba Summary: User space tools for kernel auditing Group: System/Tools Vendor: openmamba @@ -24,7 +24,6 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: swig -BuildRequires: libprelude-devel >= 5.2.0 %systemd_requires Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Provides: audit-plugins @@ -132,14 +131,6 @@ fi %systemd_postun auditd : -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig - -%posttrans -n lib%{name} -# clean broken old sysv links -find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; -: - %files %defattr(-,root,root) %attr(750,root,root) %dir %{_sysconfdir}/audit @@ -230,6 +221,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %{python3_sitearch}/auparse.* %changelog +* Sat Dec 28 2024 Silvan Calarco 4.0.2-2mamba +- removed build requirement for libprelude + * Fri Aug 09 2024 Automatic Build System 4.0.2-1mamba - automatic version update by autodist