volume_key:ver bump py2

This commit is contained in:
Rmys
2019-01-02 14:10:04 +03:00
parent 16c3d125fb
commit 90580c7466
2 changed files with 13 additions and 3 deletions
+2
View File
@@ -6,10 +6,12 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|python2-config|python2.7-config|g' configure")
autotools.configure()
def build():
+11 -3
View File
@@ -12,7 +12,7 @@
<IsA>app</IsA>
<Summary>A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases</Summary>
<Description>Depolama birimi şifreleme anahtarlarını değiştirmek ve unutulan parolaları işlemek için bunları ayrı birimlerden saklamak için bir kütüphane</Description>
<Archive sha1sum="6b78342047d234fcccb3d1baa6b558f656c44be6" type="tarxz">https://releases.pagure.org/volume_key/volume_key-0.3.11.tar.xz</Archive>
<Archive sha1sum="c983123b3b7f36819d26c7421a290657a02534b7" type="tarxz">https://releases.pagure.org/volume_key/volume_key-0.3.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>swig</Dependency>
<Dependency>nss-devel</Dependency>
@@ -20,8 +20,8 @@
<Dependency>gpgme-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libassuan</Dependency> -->
<Dependency>libgpg-error</Dependency> -->
<Dependency>libassuan</Dependency>
<Dependency>libgpg-error</Dependency>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>libcryptsetup-devel</Dependency>
</BuildDependencies>
@@ -35,6 +35,7 @@
<Dependency>gettext</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gpgme</Dependency>
<Dependency>python</Dependency>
<Dependency>python3</Dependency>
<Dependency>libassuan</Dependency>
<Dependency>libgpg-error</Dependency>
@@ -64,6 +65,13 @@
</Package>
<History>
<Update release="2">
<Date>2018-12-29</Date>
<Version>0.3.12</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2018-12-29</Date>
<Version>0.3.11</Version>