Merge branch 'master' into master
This commit is contained in:
+12
-1
@@ -94,9 +94,20 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="29">
|
<Update release="31">
|
||||||
<Date>2020-01-12</Date>
|
<Date>2020-01-12</Date>
|
||||||
<Version>5.4.10</Version>
|
<Version>5.4.10</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Type package="kernel">security</Type>
|
||||||
|
<Requires>
|
||||||
|
<Action package="kernel">systemRestart</Action>
|
||||||
|
</Requires>
|
||||||
|
<Name>Safa Arıman</Name>
|
||||||
|
<Email>safa@ariman.gen.tr</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="30">
|
||||||
|
<Date>2020-01-10</Date>
|
||||||
|
<Version>5.4.10</Version>
|
||||||
<Comment>Version Bump.</Comment>
|
<Comment>Version Bump.</Comment>
|
||||||
<Type package="kernel">security</Type>
|
<Type package="kernel">security</Type>
|
||||||
<Requires>
|
<Requires>
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ from pisi.actionsapi import get
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
|
NoStrip = ["/usr/lib"]
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
# -fno-strict-aliasing workarounds some aliasing violations, see: https://bugzilla.redhat.com/show_bug.cgi?id=487844 -->
|
# -fno-strict-aliasing workarounds some aliasing violations, see: https://bugzilla.redhat.com/show_bug.cgi?id=487844 -->
|
||||||
shelltools.system('nspr/configure \
|
shelltools.system('nspr/configure \
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py
|
|
||||||
index df3de3b..2560b47 100644
|
|
||||||
--- a/pisi/actionsapi/kerneltools.py
|
|
||||||
+++ b/pisi/actionsapi/kerneltools.py
|
|
||||||
@@ -253,6 +253,9 @@ def installLibcHeaders(excludes=None):
|
|
||||||
# Create directories
|
|
||||||
shelltools.makedirs(headers_tmp)
|
|
||||||
shelltools.makedirs(headers_dir)
|
|
||||||
+
|
|
||||||
+ # Clean up the source directory
|
|
||||||
+ autotools.make('mrproper')
|
|
||||||
|
|
||||||
# install the headers
|
|
||||||
autotools.rawInstall(make_cmd, "headers_install")
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>PISI is the package management system of Pisi Linux</Summary>
|
<Summary>PISI is the package management system of Pisi Linux</Summary>
|
||||||
<Description>PISI is a modern package management system implemented in Python. Some of its main features are: package sources are written in XML and python, implements all functions through a simple-to-use API, integrates low-level and high-level package management features.</Description>
|
<Description>PISI is a modern package management system implemented in Python. Some of its main features are: package sources are written in XML and python, implements all functions through a simple-to-use API, integrates low-level and high-level package management features.</Description>
|
||||||
<Archive sha1sum="227a4a01f7686892c0ad44bce5c95cc2e634cc50" type="targz">https://github.com/PisiLinuxNew/pisi/archive/v2.7.1.tar.gz</Archive>
|
<Archive sha1sum="3f357cf20c4a981c4c976faf0a92b0e4f2b7d4fa" type="targz">https://github.com/PisiLinuxNew/pisi/archive/v2.7.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>comar</Dependency>
|
<Dependency>comar</Dependency>
|
||||||
<Dependency>plyvel</Dependency>
|
<Dependency>plyvel</Dependency>
|
||||||
@@ -22,9 +22,6 @@
|
|||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency versionFrom="1.18">leveldb-devel</Dependency>
|
<Dependency versionFrom="1.18">leveldb-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
|
||||||
<Patch>kernel_build_fix.patch</Patch>
|
|
||||||
</Patches>
|
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -74,6 +71,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="15">
|
||||||
|
<Date>2020-01-10</Date>
|
||||||
|
<Version>2.7.1</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Safa Arıman</Name>
|
||||||
|
<Email>safa@ariman.gen.tr</Email>
|
||||||
|
</Update>
|
||||||
<Update release="14">
|
<Update release="14">
|
||||||
<Date>2020-01-10</Date>
|
<Date>2020-01-10</Date>
|
||||||
<Version>2.7.1</Version>
|
<Version>2.7.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user