libvirt: rebuild
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#/usr/bin/python
|
#/usr/bin/python
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
import getpass
|
||||||
|
|
||||||
permissions = {
|
permissions = {
|
||||||
"/etc/libvirt" : ["0700", "root:root"],
|
"/etc/libvirt" : ["0700", "root:root"],
|
||||||
@@ -36,4 +37,5 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
|||||||
os.system("/bin/chown -R %s %s" % (perms[1], _file))
|
os.system("/bin/chown -R %s %s" % (perms[1], _file))
|
||||||
os.system("/bin/chmod %s %s" % (perms[0], _file))
|
os.system("/bin/chmod %s %s" % (perms[0], _file))
|
||||||
os.system("groupadd libvirt")
|
os.system("groupadd libvirt")
|
||||||
os.system("usermod -G libvirt %s" % os.getusername())
|
#os.system("usermod -G libvirt %s" % os.getusername())
|
||||||
|
os.system("usermod -G libvirt %s" % getpass.getuser())
|
||||||
|
|||||||
@@ -65,6 +65,7 @@
|
|||||||
<Name>libvirt</Name>
|
<Name>libvirt</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>acl</Dependency>
|
<Dependency>acl</Dependency>
|
||||||
|
<Dependency>qemu</Dependency>
|
||||||
<Dependency>curl</Dependency>
|
<Dependency>curl</Dependency>
|
||||||
<Dependency>fuse</Dependency>
|
<Dependency>fuse</Dependency>
|
||||||
<Dependency>dbus</Dependency>
|
<Dependency>dbus</Dependency>
|
||||||
@@ -138,6 +139,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2022-08-07</Date>
|
||||||
|
<Version>8.4.0</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2022-06-29</Date>
|
<Date>2022-06-29</Date>
|
||||||
<Version>8.4.0</Version>
|
<Version>8.4.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user