Merge branch 'master' into flatpak_update
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<Update release="3">
|
||||
<Date>2018-08-12</Date>
|
||||
<Version>0.3.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
|
||||
@@ -30,6 +30,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-09-08</Date>
|
||||
<Version>0.8.0_pre1</Version>
|
||||
<Comment>Rebuild New T.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-07-08</Date>
|
||||
<Version>0.8.0_pre1</Version>
|
||||
|
||||
@@ -10,12 +10,12 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
for f in ["src/Makefile.am", "src/Makefile.in", "daemon/Makefile.am", "daemon/Makefile.in"]:
|
||||
pisitools.dosed(f, "\$\(localstatedir\)(\/run\/libvirt)", "\\1")
|
||||
for f in ["daemon/libvirtd.c", "daemon/libvirtd.conf", "daemon/test_libvirtd.aug.in"]:
|
||||
pisitools.dosed(f, "\/var(\/run\/libvirt)", "\\1")
|
||||
for f in ["src/locking/virtlockd.pod", "src/virtlockd.8.in", "daemon/libvirtd.8.in", "daemon/libvirtd.pod", ]:
|
||||
pisitools.dosed(f, "LOCALSTATEDIR(\/run\/libvirt)", "\\1")
|
||||
#for f in ["src/Makefile.am", "src/Makefile.in", "daemon/Makefile.am", "daemon/Makefile.in"]:
|
||||
#pisitools.dosed(f, "\$\(localstatedir\)(\/run\/libvirt)", "\\1")
|
||||
#for f in ["daemon/libvirtd.c", "daemon/libvirtd.conf", "daemon/test_libvirtd.aug.in"]:
|
||||
#pisitools.dosed(f, "\/var(\/run\/libvirt)", "\\1")
|
||||
#for f in ["src/locking/virtlockd.pod", "src/virtlockd.8.in", "daemon/libvirtd.8.in", "daemon/libvirtd.pod", ]:
|
||||
#pisitools.dosed(f, "LOCALSTATEDIR(\/run\/libvirt)", "\\1")
|
||||
autotools.configure("--with-init-script=none \
|
||||
--with-remote-pid-file=/run/libvirtd.pid \
|
||||
--with-qemu-user=qemu \
|
||||
@@ -26,7 +26,6 @@ def setup():
|
||||
--with-sasl \
|
||||
--with-audit \
|
||||
--with-numactl \
|
||||
--with-yajl \
|
||||
--with-avahi \
|
||||
--with-netcf \
|
||||
--with-libssh2=/usr/lib \
|
||||
|
||||
@@ -12,9 +12,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Library providing a simple API to several virtualization systems</Summary>
|
||||
<Description>libvirt is a toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). libvirt supports Xen hypervisor, QEMU emulator, KVM hypervisor, LXC Linux container system, OpenVZ Linux container system, User Mode Linux paravirtualized kernel and VirtualBox hypervisor together with remote management possibilities.</Description>
|
||||
<Archive sha1sum="8a38fd5a0538a8ac05c8e4722bc4015c51237be0" type="tarxz">http://libvirt.org/sources/libvirt-3.0.0.tar.xz</Archive>
|
||||
<Archive sha1sum="b12262a9e6870f3c6b424e9e83033ccf97e0a078" type="tarxz">http://libvirt.org/sources/libvirt-4.6.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qemu</Dependency>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
<Dependency>jansson-devel</Dependency>
|
||||
<Dependency>lvm2-devel</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
<Dependency>audit-devel</Dependency>
|
||||
@@ -49,6 +51,7 @@
|
||||
<Dependency>eudev</Dependency>
|
||||
<Dependency>libnl</Dependency>
|
||||
<Dependency>netcf</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>gnutls</Dependency>
|
||||
<Dependency>parted</Dependency>
|
||||
<Dependency>libcap</Dependency>
|
||||
@@ -102,6 +105,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-31</Date>
|
||||
<Version>4.6.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-29</Date>
|
||||
<Version>3.0.0</Version>
|
||||
|
||||
@@ -87,11 +87,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-23</Date>
|
||||
<Date>2018-08-31</Date>
|
||||
<Version>2018.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
<Comment>Rebuild New T.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-05-24</Date>
|
||||
|
||||
@@ -58,6 +58,8 @@ def printfancy(msg):
|
||||
print
|
||||
|
||||
def setup():
|
||||
shelltools.system("sed -i 's/ memfd_create/ qemu_memfd_create/' util/memfd.c")
|
||||
|
||||
# disable fdt until dtc is in repo
|
||||
# pisitools.dosed("configure", 'fdt="yes"', 'fdt="no"')
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Userspace virtual machine and processor emulator</Summary>
|
||||
<Description>QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different operating systems without rebooting the PC or to debug system code. In user-mode emulation mode, QEMU can launch Linux processes compiled for one CPU on another CPU.</Description>
|
||||
<Archive sha1sum="a5602f2ddb51d61b4c0e618b779fdb0dbdc9cc1f" type="tarbz2">http://wiki.qemu-project.org/download/qemu-2.8.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="9c3a64884bcf8525010be62bdb2cf62f4e5abe1f" type="tarbz2">http://wiki.qemu-project.org/download/qemu-2.11.1.tar.bz2</Archive>
|
||||
<!--
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="kernel/include/linux/kvm.h">kvm-2.6.32-16.h</AdditionalFile>
|
||||
@@ -106,6 +106,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-31</Date>
|
||||
<Version>2.11.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-29</Date>
|
||||
<Version>2.8.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A powerful virtualization program</Summary>
|
||||
<Description>VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things.</Description>
|
||||
<Archive sha1sum="833fbc0a8a93193c7d7e96c7e7869daaf4d63236" type="tarbz2">http://download.virtualbox.org/virtualbox/5.2.16/VirtualBox-5.2.16.tar.bz2</Archive>
|
||||
<Archive sha1sum="57790c5bcc033e04ac13744ec35557293854df46" type="tarbz2">http://download.virtualbox.org/virtualbox/5.2.18/VirtualBox-5.2.18.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dev86</Dependency>
|
||||
<Dependency>cdrkit</Dependency>
|
||||
@@ -153,6 +153,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2018-09-18</Date>
|
||||
<Version>5.2.18</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2018-08-17</Date>
|
||||
<Version>5.2.16</Version>
|
||||
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2018-08-31</Date>
|
||||
<Version>0.10</Version>
|
||||
<Comment>Rebuild New T.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-02-16</Date>
|
||||
<Version>0.10</Version>
|
||||
|
||||
Reference in New Issue
Block a user