Accepting request 201890 from home:cboltz:branches:security
- (re-)add rcauditd as symlink to /usr/sbin/service ("rcauditd" was lost while moving to auditd.service) Please forward to Factory and 13.1 OBS-URL: https://build.opensuse.org/request/show/201890 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=55
This commit is contained in:
parent
2db0c57f70
commit
369b484525
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 12:48:50 UTC 2013 - opensuse@cboltz.de
|
||||
|
||||
- (re-)add rcauditd as symlink to /usr/sbin/service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 15:17:16 UTC 2013 - tonyj@suse.com
|
||||
|
||||
|
@ -152,6 +152,8 @@ for prog in auditctl auditd ausearch autrace audispd aureport; do
|
||||
ln -s %{_prefix}/sbin/$prog %{buildroot}/sbin/$prog
|
||||
done
|
||||
#END-USR-MERGE
|
||||
# rcauditd symlink
|
||||
( cd $RPM_BUILD_ROOT/usr/sbin && ln -s service rcauditd )
|
||||
|
||||
%check
|
||||
make check
|
||||
@ -226,6 +228,7 @@ fi
|
||||
%ghost %config(noreplace) /var/log/audit/audit.log
|
||||
%dir %attr(700,root,root) /var/spool/audit
|
||||
%{_unitdir}/auditd.service
|
||||
/usr/sbin/rcauditd
|
||||
|
||||
%files -n audit-libs-python
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user