removed build requirement for libprelude [release 4.0.2-2mamba;Sat Dec 28 2024]
This commit is contained in:
parent
934639a250
commit
e373f38b99
14
audit.spec
14
audit.spec
@ -1,6 +1,6 @@
|
|||||||
Name: audit
|
Name: audit
|
||||||
Version: 4.0.2
|
Version: 4.0.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: User space tools for kernel auditing
|
Summary: User space tools for kernel auditing
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -24,7 +24,6 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: libprelude-devel >= 5.2.0
|
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: audit-plugins
|
Provides: audit-plugins
|
||||||
@ -132,14 +131,6 @@ fi
|
|||||||
%systemd_postun auditd
|
%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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(750,root,root) %dir %{_sysconfdir}/audit
|
%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.*
|
%{python3_sitearch}/auparse.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.2-2mamba
|
||||||
|
- removed build requirement for libprelude
|
||||||
|
|
||||||
* Fri Aug 09 2024 Automatic Build System <autodist@openmamba.org> 4.0.2-1mamba
|
* Fri Aug 09 2024 Automatic Build System <autodist@openmamba.org> 4.0.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user