Merge pull request #8301 from Rmys/master

audit rebuild sbin/audispd-zos-remote (No such file or directory)
This commit is contained in:
Rmys
2020-03-31 19:20:52 +03:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -6,6 +6,7 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
@@ -35,5 +36,8 @@ def install():
# Disable zos-remote plugin to get rid of deps. like cyrus-sasl
pisitools.remove("/usr/share/man/man8/audispd-zos-remote.8")
pisitools.remove("/usr/share/man/man5/zos-remote.conf.5")
for sbin in shelltools.ls("%s/usr/sbin" % get.installDIR()):
pisitools.dosym("/usr/sbin/%s" % sbin, "/sbin/%s" % sbin)
pisitools.dodoc("AUTHORS", "ChangeLog", "THANKS", "README", "COPYING")
+2 -1
View File
@@ -37,6 +37,7 @@
<Path fileType="config">/etc</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
@@ -119,4 +120,4 @@
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>