Merge pull request #2071 from ertugerata/master

docker-1.11.2
This commit is contained in:
Ertuğrul Erata
2016-07-23 23:07:48 +03:00
committed by GitHub
14 changed files with 484 additions and 18 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2016 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.domove("libau.*","/usr/lib")
@@ -0,0 +1,53 @@
--- aufs-util-4.0_p20151116.orig/Makefile 2015-11-12 05:29:36.000000000 +0200
+++ aufs-util-4.0_p20151116/Makefile 2016-06-18 02:13:42.598522963 +0300
@@ -19,7 +19,7 @@
override CPPFLAGS += -D_GNU_SOURCE
override CPPFLAGS += -I./libau
override CPPFLAGS += -DAUFHSM_CMD=\"/usr/bin/aufhsm\"
-override CFLAGS += -O -Wall
+override CFLAGS += -Wall
INSTALL ?= install
Install = ${INSTALL} -o root -g root -p
ManDir = /usr/share/man
@@ -76,7 +76,6 @@
ver_test: ver
./ver
-${Bin}: override LDFLAGS += -static -s
${Bin}: LDLIBS = -L. -lautil
${BinObj}: %.o: %.c ${LibUtilHdr} ${LibUtil}
--- aufs-util-4.0_p20151116.orig/fhsm/Makefile 2015-11-12 05:29:36.000000000 +0200
+++ aufs-util-4.0_p20151116/fhsm/Makefile 2016-06-18 02:13:42.601856468 +0300
@@ -42,9 +42,9 @@
.NOTPARALLEL: ${LibFhsm}
${TgtObj}: %.o: %.c ${LibFhsmHdr} $(addprefix ../, ${LibUtilHdr}) ${LibFhsm}
-#${Tgt}: override LDFLAGS += -static
-${Tgt}: override LDFLAGS += -s
-${Tgt}: override LDLIBS += -L. -lfhsm -L.. -lautil -lrt
+#${Tgt}: override LDFLAGS +=
+${Tgt}: override LDFLAGS +=
+${Tgt}: override LDLIBS += -L. -lfhsm -L.. -lautil -lrt
########################################
--- aufs-util-4.0_p20151116.orig/libau/Makefile 2015-11-12 05:29:36.000000000 +0200
+++ aufs-util-4.0_p20151116/libau/Makefile 2016-06-18 02:13:42.601856468 +0300
@@ -37,14 +37,14 @@
ln -sf $< $@
${LibSo}.${LibSoMajor}: ${LibSo}.${LibSoMajor}.${LibSoMinor}
ln -sf $< $@
-${LibSo}.${LibSoMajor}.${LibSoMinor}: override LDFLAGS += -s
+${LibSo}.${LibSoMajor}.${LibSoMinor}: override LDFLAGS +=
${LibSo}.${LibSoMajor}.${LibSoMinor}: override LDLIBS += -ldl -lpthread
${LibSo}.${LibSoMajor}.${LibSoMinor}: ${LibSoObj}
${CC} --shared -Wl,-soname,${LibSo}.${LibSoMajor} ${LDFLAGS} \
-o $@ $^ ${LDLIBS}
install_ulib: File = ${LibSo}.${LibSoMajor}.${LibSoMinor}
-install_ulib: Tgt = ${DESTDIR}/usr/lib
+install_ulib: Tgt = ${DESTDIR}$(LIBDIR)
install_ulib: ${File}
${INSTALL} -d ${Tgt}
${Install} -m 644 ${File} ${Tgt}
@@ -0,0 +1,56 @@
diff -Nuar aufs-util.orig/fhsm/Makefile aufs-util/fhsm/Makefile
--- aufs-util.orig/fhsm/Makefile 2016-07-23 21:55:47.853968465 +0300
+++ aufs-util/fhsm/Makefile 2016-07-23 22:46:11.418882478 +0300
@@ -42,9 +42,9 @@
.NOTPARALLEL: ${LibFhsm}
${TgtObj}: %.o: %.c ${LibFhsmHdr} $(addprefix ../, ${LibUtilHdr}) ${LibFhsm}
-#${Tgt}: override LDFLAGS += -static
-${Tgt}: override LDFLAGS += -s
-${Tgt}: override LDLIBS += -L. -lfhsm -L.. -lautil -lrt
+#${Tgt}: override LDFLAGS +=tatic
+${Tgt}: override LDFLAGS +=
+${Tgt}: override LDLIBS += -L. -lfhsm -L.. -lautil -lrt
########################################
diff -Nuar aufs-util.orig/libau/Makefile aufs-util/libau/Makefile
--- aufs-util.orig/libau/Makefile 2016-07-23 21:55:47.854968465 +0300
+++ aufs-util/libau/Makefile 2016-07-23 22:45:59.081882829 +0300
@@ -37,14 +37,14 @@
ln -sf $< $@
${LibSo}.${LibSoMajor}: ${LibSo}.${LibSoMajor}.${LibSoMinor}
ln -sf $< $@
-${LibSo}.${LibSoMajor}.${LibSoMinor}: override LDFLAGS += -s
+${LibSo}.${LibSoMajor}.${LibSoMinor}: override LDFLAGS +=
${LibSo}.${LibSoMajor}.${LibSoMinor}: override LDLIBS += -ldl -lpthread
${LibSo}.${LibSoMajor}.${LibSoMinor}: ${LibSoObj}
${CC} --shared -Wl,-soname,${LibSo}.${LibSoMajor} ${LDFLAGS} \
-o $@ $^ ${LDLIBS}
install_ulib: File = ${LibSo}.${LibSoMajor}.${LibSoMinor}
-install_ulib: Tgt = ${DESTDIR}/usr/lib
+install_ulib: Tgt = ${DESTDIR}/usr/
install_ulib: ${File}
${INSTALL} -d ${Tgt}
${Install} -m 644 ${File} ${Tgt}
diff -Nuar aufs-util.orig/Makefile aufs-util/Makefile
--- aufs-util.orig/Makefile 2016-07-23 21:55:47.852968465 +0300
+++ aufs-util/Makefile 2016-07-23 22:45:33.723883550 +0300
@@ -19,7 +19,7 @@
override CPPFLAGS += -D_GNU_SOURCE
override CPPFLAGS += -I./libau
override CPPFLAGS += -DAUFHSM_CMD=\"/usr/bin/aufhsm\"
-override CFLAGS += -O -Wall
+override CFLAGS += -Wall
INSTALL ?= install
Install = ${INSTALL} -o root -g root -p
ManDir = /usr/share/man
@@ -76,7 +76,6 @@
ver_test: ver
./ver
-${Bin}: override LDFLAGS += -static -s
${Bin}: LDLIBS = -L. -lautil
${BinObj}: %.o: %.c ${LibUtilHdr} ${LibUtil}
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>aufs-util</Name>
<Homepage>http://aufs.sourceforge.ne</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>Utilities are always necessary for aufs</Summary>
<Description>Utilities are always necessary for aufs</Description>
<Archive sha1sum="5a2db9e6fcd362a6622ba81426226c190fb8a50e" type="targz">https://sourceforge.net/projects/pisilinux/files/source/aufs-util-20160717.tar.gz</Archive>
<Patches>
<Patch level="1">buildflags.patch</Patch>
</Patches>
</Source>
<Package>
<Name>aufs-util</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-23</Date>
<Version>20160717</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,34 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2016 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def build():
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.cd("%s" % get.workDIR())
shelltools.move("containerd-*", "containerd")
shelltools.makedirs("src/github.com/docker")
shelltools.system("ln -rsf containerd* src/github.com/docker")
shelltools.cd("src/github.com/docker/containerd")
shelltools.system("LDFLAGS= make")
def install():
pisitools.dobin("bin/*")
# symlink containerd/run (nice integration with docker)
pisitools.dosym("/usr/bin/containerd", "/usr/bin/docker-containerd")
pisitools.dosym("/usr/bin/containerd-shim", "/usr/bin/docker-containerd-shim")
pisitools.dosym("/usr/bin/ctr", "/usr/bin/docker-containerd-ctr")
pisitools.dodoc("MAINTAINERS", "README*")
@@ -0,0 +1,41 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>containerd</Name>
<Homepage>https://containerd.tools/</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>Apache-2.0</License>
<Summary>A daemon to control runC, built for performance and density.</Summary>
<Description>is a daemon with an API and a command line client, to manage containers on one machine. It uses runC to run containers according to the OCI specification.</Description>
<Archive sha1sum="db3ec28d045109952e0615f5a3bea39816dfac17" type="targz">https://github.com/docker/containerd/archive/v0.2.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>golang</Dependency>
<Dependency>git</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>containerd</Name>
<RuntimeDependencies>
<Dependency>runc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-12</Date>
<Version>0.2.2</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
+8 -9
View File
@@ -10,26 +10,25 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
shelltools.export("AUTO_GOPATH", "1")
shelltools.export("DOCKER_GITCOMMIT", "20f81dd")
shelltools.export("DOCKER_GITCOMMIT", "b9f10c9")
shelltools.export("GOROOT","/usr/lib/go")
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("CGO_CFLAGS", "-I/usr/include")
shelltools.export("CGO_LDFLAGS", "-L/usr/lib")
shelltools.export("DOCKER_BUILDTAGS","exclude_graphdriver_aufs")
shelltools.export("DOCKER_INITPATH", "/usr/lib/docker/dockerinit")
shelltools.export("DOCKER_BUILDTAGS","seccomp")
#shelltools.export("DOCKER_INITPATH", "/usr/lib/docker/dockerinit")
NoStrip=["/"]
def build():
shelltools.system("./hack/make.sh dynbinary")
#shelltools.cd("docker")
shelltools.system("hack/make.sh dynbinary")
def install():
pisitools.dobin("bundles/1.10.3/dynbinary/docker")
pisitools.dobin("bundles/1.10.3/dynbinary/docker-1.10.3")
pisitools.doexe("bundles/1.10.3/dynbinary/dockerinit", "/usr/lib/docker")
pisitools.doexe("bundles/1.10.3/dynbinary/dockerinit-1.10.3", "/usr/lib/docker")
pisitools.dobin("bundles/1.11.2/dynbinary/docker")
pisitools.dobin("bundles/1.11.2/dynbinary/docker-1.11.2")
# insert udev rules
pisitools.insinto("/lib/udev/rules.d", "contrib/udev/*.rules")
+17 -4
View File
@@ -13,13 +13,16 @@
<Summary>Pack, ship and run any application as a lightweight container</Summary>
<Description>An open platform for distributed applications for developers and sysadmins</Description>
<!--fix sha1sum-->
<Archive sha1sum="b7ef450c17df31d48bbfd9198b8eeb2dda4e97d1" type="targz">https://github.com/docker/docker/archive/v1.10.3.tar.gz</Archive>
<Archive sha1sum="3725a90651a4eabb4784fc252f3090af53a91339" type="targz">https://github.com/docker/docker/archive/v1.11.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency versionFrom="1.4.3">golang</Dependency>
<Dependency versionFrom="1.6.2">golang</Dependency>
<Dependency>btrfs-progs-devel</Dependency>
<Dependency>device-mapper-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libseccomp-devel</Dependency>
<!--Dependency>runc</Dependency>
<Dependency>containerd</Dependency-->
</BuildDependencies>
<Patches>
</Patches>
@@ -28,13 +31,16 @@
<Name>docker</Name>
<RuntimeDependencies>
<Dependency>git</Dependency>
<!--Dependency versionFrom="1.4.3">golang</Dependency-->
<Dependency>aufs-util</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>device-mapper</Dependency>
<Dependency>btrfs-progs</Dependency>
<Dependency>bridge-utils</Dependency>
<Dependency>iproute2</Dependency>
<Dependency>iptables</Dependency>
<Dependency>libseccomp</Dependency>
<Dependency>runc</Dependency>
<Dependency>containerd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -55,6 +61,13 @@
</Package>
<History>
<Update release="4">
<Date>2016-07-11</Date>
<Version>1.11.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2016-06-28</Date>
<Version>1.10.3</Version>
@@ -77,4 +90,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
+29
View File
@@ -0,0 +1,29 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2016 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("DOCKER_BUILDTAGS","seccomp")
shelltools.export("BINDIR","/usr/bin")
def build():
autotools.make()
def install():
pisitools.dobin("runc")
# symlink containerd/run (nice integration with docker)
pisitools.dosym("/usr/bin/runc", "/usr/bin/docker-runc")
#insert completions in doc
#pisitools.insinto("/usr/share/doc/runc", "contrib")
pisitools.dodoc("MAINTAINERS", "README*")
+41
View File
@@ -0,0 +1,41 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>runc</Name>
<Homepage>https://runc.io</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>Apache-2.0</License>
<Summary>container cli tools</Summary>
<Description>CLI tool for managing OCI compliant containers</Description>
<Archive sha1sum="ca70c97c9211462f774e22f03fec2fe61f45f1ba" type="targz">https://github.com/opencontainers/runc/archive/v0.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>golang</Dependency>
<Dependency>libseccomp-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>runc</Name>
<RuntimeDependencies>
<Dependency>libseccomp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-13</Date>
<Version>0.1.1</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
+140 -3
View File
@@ -11376,6 +11376,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<SourceURI>multimedia/video/obs-studio/pspec.xml</SourceURI>
</Source>
@@ -11942,7 +11943,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Summary xml:lang="en">Development files for x264</Summary>
<Summary xml:lang="tr">x264 için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="3">x264</Dependency>
<Dependency release="4">x264</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -11950,6 +11951,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="4">
<Date>2016-07-22</Date>
<Version>2245.12062016</Version>
<Comment>Fix relase</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-06-13</Date>
<Version>2245.12062016</Version>
@@ -61493,13 +61501,14 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">Herhangi bir uygulamayı paketleyip çalıştırmak için hafif kontenyer</Summary>
<Description xml:lang="en">An open platform for distributed applications for developers and sysadmins</Description>
<Description xml:lang="tr">Geliştirici ve Sistem Yöneticileri için açık ve dağıtık platform</Description>
<Archive type="targz" sha1sum="b7ef450c17df31d48bbfd9198b8eeb2dda4e97d1">https://github.com/docker/docker/archive/v1.10.3.tar.gz</Archive>
<Archive type="targz" sha1sum="3725a90651a4eabb4784fc252f3090af53a91339">https://github.com/docker/docker/archive/v1.11.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency versionFrom="1.4.3">golang</Dependency>
<Dependency versionFrom="1.6.2">golang</Dependency>
<Dependency>btrfs-progs-devel</Dependency>
<Dependency>device-mapper-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libseccomp-devel</Dependency>
</BuildDependencies>
<SourceURI>hardware/virtualization/docker/pspec.xml</SourceURI>
</Source>
@@ -61507,12 +61516,16 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Name>docker</Name>
<RuntimeDependencies>
<Dependency>git</Dependency>
<Dependency>aufs-util</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>device-mapper</Dependency>
<Dependency>btrfs-progs</Dependency>
<Dependency>bridge-utils</Dependency>
<Dependency>iproute2</Dependency>
<Dependency>iptables</Dependency>
<Dependency>libseccomp</Dependency>
<Dependency>runc</Dependency>
<Dependency>containerd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -61532,6 +61545,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</AdditionalFiles>
</Package>
<History>
<Update release="4">
<Date>2016-07-11</Date>
<Version>1.11.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2016-06-28</Date>
<Version>1.10.3</Version>
@@ -61790,6 +61810,84 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>runc</Name>
<Homepage>https://runc.io</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>hardware.virtualization</PartOf>
<Summary xml:lang="en">container cli tools</Summary>
<Description xml:lang="en">CLI tool for managing OCI compliant containers</Description>
<Archive type="targz" sha1sum="ca70c97c9211462f774e22f03fec2fe61f45f1ba">https://github.com/opencontainers/runc/archive/v0.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>golang</Dependency>
<Dependency>libseccomp-devel</Dependency>
</BuildDependencies>
<SourceURI>hardware/virtualization/runc/pspec.xml</SourceURI>
</Source>
<Package>
<Name>runc</Name>
<RuntimeDependencies>
<Dependency>libseccomp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-13</Date>
<Version>0.1.1</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>containerd</Name>
<Homepage>https://containerd.tools/</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>hardware.virtualization</PartOf>
<Summary xml:lang="en">A daemon to control runC, built for performance and density.</Summary>
<Description xml:lang="en">is a daemon with an API and a command line client, to manage containers on one machine. It uses runC to run containers according to the OCI specification.</Description>
<Archive type="targz" sha1sum="db3ec28d045109952e0615f5a3bea39816dfac17">https://github.com/docker/containerd/archive/v0.2.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>golang</Dependency>
<Dependency>git</Dependency>
</BuildDependencies>
<SourceURI>hardware/virtualization/containerd/pspec.xml</SourceURI>
</Source>
<Package>
<Name>containerd</Name>
<RuntimeDependencies>
<Dependency>runc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-12</Date>
<Version>0.2.2</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>virt-manager</Name>
@@ -64119,6 +64217,45 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>aufs-util</Name>
<Homepage>http://aufs.sourceforge.ne</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>hardware.disk</PartOf>
<Summary xml:lang="en">Utilities are always necessary for aufs</Summary>
<Description xml:lang="en">Utilities are always necessary for aufs</Description>
<Archive type="targz" sha1sum="5a2db9e6fcd362a6622ba81426226c190fb8a50e">https://sourceforge.net/projects/pisilinux/files/source/aufs-util-20160717.tar.gz</Archive>
<Patches>
<Patch level="1">buildflags.patch</Patch>
</Patches>
<SourceURI>hardware/disk/aufs-util/pspec.xml</SourceURI>
</Source>
<Package>
<Name>aufs-util</Name>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-23</Date>
<Version>20160717</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>sshfs</Name>
+1 -1
View File
@@ -1 +1 @@
1c47c043b8b414a46ef21c88b9d493361a6a259d
667030c7b4dbe54c001587f2447b087f6f7718ee
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
f9b4347fcffbc17cdc91397fcffd22a4f1f4f201
b60efb4f8c2fb01c279f9e478679eb075947c104