rebuilt with debug package and libprelude 5.2.0 [release 2.8.5-2mamba;Sun Dec 20 2020]
This commit is contained in:
parent
2b01e7db40
commit
047f704404
20
audit.spec
20
audit.spec
@ -1,6 +1,6 @@
|
|||||||
Name: audit
|
Name: audit
|
||||||
Version: 2.8.5
|
Version: 2.8.5
|
||||||
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
|
||||||
@ -43,6 +43,7 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
|
BuildRequires: libprelude-devel >= 5.2.0
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -100,6 +101,8 @@ Requires: libaudit = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description plugins
|
%description plugins
|
||||||
The audispd-plugins package provides plugins for the real-time interface to the audit system, audispd. These plugins can do things like relay events to remote machines or analyze events for suspicious behavior.
|
The audispd-plugins package provides plugins for the real-time interface to the audit system, audispd. These plugins can do things like relay events to remote machines or analyze events for suspicious behavior.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -113,7 +116,8 @@ The audispd-plugins package provides plugins for the real-time interface to the
|
|||||||
--enable-gssapi-krb5=yes \
|
--enable-gssapi-krb5=yes \
|
||||||
--with-libcap-ng=yes \
|
--with-libcap-ng=yes \
|
||||||
--with-python=yes \
|
--with-python=yes \
|
||||||
--enable-systemd=yes
|
--enable-systemd=yes \
|
||||||
|
CFLAGS="%{optflags} -fcommon"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -190,7 +194,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%attr(755,root,root) %{_bindir}/aulastlog
|
%attr(755,root,root) %{_bindir}/aulastlog
|
||||||
%attr(755,root,root) %{_bindir}/ausyscall
|
%attr(755,root,root) %{_bindir}/ausyscall
|
||||||
%attr(750,root,root) %{_bindir}/auvirt
|
%attr(750,root,root) %{_bindir}/auvirt
|
||||||
|
%ifnarch arm aarch64
|
||||||
%dir %{_prefix}/lib/golang/src/pkg/redhat.com/audit
|
%dir %{_prefix}/lib/golang/src/pkg/redhat.com/audit
|
||||||
|
%endif
|
||||||
%{_mandir}/man5/audispd.conf.5*
|
%{_mandir}/man5/audispd.conf.5*
|
||||||
%{_mandir}/man5/auditd.conf.5*
|
%{_mandir}/man5/auditd.conf.5*
|
||||||
%{_mandir}/man5/ausearch-expression.5*
|
%{_mandir}/man5/ausearch-expression.5*
|
||||||
@ -213,7 +219,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%{_libdir}/libaudit.so.*
|
%{_libdir}/libaudit.so.*
|
||||||
%{_libdir}/libauparse.so.*
|
%{_libdir}/libauparse.so.*
|
||||||
%{_mandir}/man5/libaudit.conf.5*
|
%{_mandir}/man5/libaudit.conf.5*
|
||||||
#%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -226,7 +232,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%{_libdir}/libauparse.la
|
%{_libdir}/libauparse.la
|
||||||
%{_libdir}/pkgconfig/auparse.pc
|
%{_libdir}/pkgconfig/auparse.pc
|
||||||
%{_libdir}/pkgconfig/audit.pc
|
%{_libdir}/pkgconfig/audit.pc
|
||||||
|
%ifnarch arm aarch64
|
||||||
%{_prefix}/lib/golang/src/pkg/redhat.com/audit/audit.go
|
%{_prefix}/lib/golang/src/pkg/redhat.com/audit/audit.go
|
||||||
|
%endif
|
||||||
%{_datadir}/aclocal/audit.m4
|
%{_datadir}/aclocal/audit.m4
|
||||||
%{_mandir}/man3/*.3.gz
|
%{_mandir}/man3/*.3.gz
|
||||||
#%doc contrib/skeleton.c contrib/plugin
|
#%doc contrib/skeleton.c contrib/plugin
|
||||||
@ -247,8 +255,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python3_sitearch}/_audit.*
|
%{python3_sitearch}/_audit.*
|
||||||
%{python3_sitearch}/audit.py
|
%{python3_sitearch}/audit.py
|
||||||
%{python3_sitearch}/__pycache__/audit.cpython-33.pyc
|
%{python3_sitearch}/__pycache__/audit.cpython-*.pyc
|
||||||
%{python3_sitearch}/__pycache__/audit.cpython-33.pyo
|
|
||||||
%{python3_sitearch}/auparse.*
|
%{python3_sitearch}/auparse.*
|
||||||
|
|
||||||
%files plugins
|
%files plugins
|
||||||
@ -270,6 +277,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%{_mandir}/man8/audisp-remote.8*
|
%{_mandir}/man8/audisp-remote.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.5-2mamba
|
||||||
|
- rebuilt with debug package and libprelude 5.2.0
|
||||||
|
|
||||||
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 2.8.5-1mamba
|
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 2.8.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user