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:
Rmys
2022-08-10 21:30:58 +03:00
committed by GitHub
parent 2215589a1c
commit 5d675d2a7c
+5 -1
View File
@@ -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*")