|
1 | 1 |
|
2 | 2 | Summary: User space tools for kernel auditing
|
3 | 3 | Name: audit
|
4 |
| -Version: 3.0.10 |
| 4 | +Version: 3.1 |
5 | 5 | Release: 1%{dist}
|
6 | 6 | License: GPLv2+
|
7 | 7 | Group: System Environment/Daemons
|
@@ -93,8 +93,8 @@ behavior.
|
93 | 93 | %configure --sbindir=/sbin --libdir=/%{_lib} --with-python=no \
|
94 | 94 | --with-python3=yes \
|
95 | 95 | --enable-gssapi-krb5=yes --with-arm --with-aarch64 \
|
96 |
| - --with-libcap-ng=yes --enable-zos-remote \ |
97 |
| - --enable-systemd |
| 96 | + --with-libcap-ng=yes --without-golang --enable-zos-remote \ |
| 97 | + --enable-systemd --enable-experimental --with-io_uring |
98 | 98 |
|
99 | 99 | make CFLAGS="%{optflags}" %{?_smp_mflags}
|
100 | 100 |
|
@@ -130,7 +130,7 @@ touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
|
130 | 130 | touch -r ./audit.spec $RPM_BUILD_ROOT/usr/share/man/man5/libaudit.conf.5.gz
|
131 | 131 |
|
132 | 132 | %check
|
133 |
| -make check |
| 133 | +make %{?_smp_mflags} check |
134 | 134 | # Get rid of make files so that they don't get packaged.
|
135 | 135 | rm -f rules/Makefile*
|
136 | 136 |
|
|
164 | 164 | %{_mandir}/man5/libaudit.conf.5.gz
|
165 | 165 |
|
166 | 166 | %files libs-devel
|
167 |
| -%defattr(-,root,root,-) |
168 | 167 | %doc contrib/plugin
|
169 | 168 | %{_libdir}/libaudit.so
|
170 | 169 | %{_libdir}/libauparse.so
|
|
194 | 193 | %license COPYING
|
195 | 194 | %doc README ChangeLog rules init.d/auditd.cron
|
196 | 195 | %attr(755,root,root) %{_datadir}/%{name}
|
197 |
| -%attr(644,root,root) %{_datadir}/%{name}/sample-rules/* |
198 | 196 | %attr(644,root,root) %{_mandir}/man8/auditctl.8.gz
|
199 | 197 | %attr(644,root,root) %{_mandir}/man8/auditd.8.gz
|
200 | 198 | %attr(644,root,root) %{_mandir}/man8/aureport.8.gz
|
|
247 | 245 | %config(noreplace) %attr(640,root,root) /etc/audit/audisp-remote.conf
|
248 | 246 | %config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/au-remote.conf
|
249 | 247 | %config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/syslog.conf
|
| 248 | +%config(noreplace) %attr(640,root,root) /etc/audit/audisp-statsd.conf |
| 249 | +%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/au-statsd.conf |
| 250 | +%config(noreplace) %attr(640,root,root) /etc/audit/ids.conf |
| 251 | +%config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/audisp-ids.conf |
| 252 | +%attr(644,root,root) %{_datadir}/%{name}/ids-rules/* |
250 | 253 | %attr(750,root,root) /sbin/audisp-remote
|
251 | 254 | %attr(750,root,root) /sbin/audisp-syslog
|
| 255 | +%attr(750,root,root) /sbin/audisp-ids |
| 256 | +%attr(750,root,root) /sbin/audisp-statsd |
252 | 257 | %attr(700,root,root) %dir %{_var}/spool/audit
|
253 | 258 | %attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
|
254 | 259 | %attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
|
|
258 | 263 |
|
259 | 264 |
|
260 | 265 | %changelog
|
261 |
| -* Mon Aug 29 2022 Steve Grubb <sgrubb@redhat.com> 3.0.10-1 |
| 266 | +* Thu Feb 08 2023 Steve Grubb <sgrubb@redhat.com> 3.1-1 |
262 | 267 | - New upstream release
|
263 | 268 |
|
0 commit comments