glusterfs rebuild
Errors during tmpfiles creation. a+ - wrong type in file: /usr/lib/tmpfiles.d/tpm2-tss-fapi.conf a+ - wrong type in file: /usr/lib/tmpfiles.d/tpm2-tss-fapi.conf User gluster not exists (/usr/lib/tmpfiles.d/gluster.conf) Group gluster not exists (/usr/lib/tmpfiles.d/gluster.conf) mudur.log
This commit is contained in:
@@ -11,8 +11,8 @@ from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure("--disable-static \
|
||||
--sbindir=/usr/bin \
|
||||
--with-mountutildir=/usr/bin \
|
||||
@@ -35,4 +35,8 @@ def check():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodir("/usr/lib/sysusers.d")
|
||||
shelltools.move("%s/usr/lib/tmpfiles.d/gluster.conf" % get.installDIR(), "%s/usr/lib/sysusers.d" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING*", "README*")
|
||||
|
||||
Reference in New Issue
Block a user