From 13cefcc297278ba7627599c087c17f5ada557baa Mon Sep 17 00:00:00 2001 From: Rune Morling Date: Mon, 16 Sep 2024 21:46:22 +0200 Subject: [PATCH] solbuild: Drop fakeroot use, use eopkg.bin This commit represents a 1.7.0 pre-release build. In my tests, dropping fakeroot is always a bonus. Using eopkg.bin instead of eopkg.py2 can add a slight wall clock overhead. However, this is offset by eopkg.bin being immune to py3 stack upgrade work, which will become increasingly necessary as we work toward removing python2 and eopkg.py2. Note: The present relase still uses eopkg.py2 to build old pspec.xml pkgs. Signed-off-by: Rune Morling --- packages/s/solbuild/package.yml | 6 +++--- packages/s/solbuild/pspec_x86_64.xml | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/s/solbuild/package.yml b/packages/s/solbuild/package.yml index ca52b3a5412e..c65e9639e64d 100644 --- a/packages/s/solbuild/package.yml +++ b/packages/s/solbuild/package.yml @@ -1,8 +1,8 @@ name : solbuild -version : 1.6.3 -release : 54 +version : 1.7.0 +release : 55 source : - - https://github.com/getsolus/solbuild/archive/refs/tags/v1.6.3.tar.gz : 51fd8fde341847b3a8aeb37fce257600ff5185a83371bc5cee14cc3d38a4b38d + - git|https://github.com/getsolus/solbuild.git : 39c0bf58b0c72ca6a626ae383e9e5fe73cd7976b homepage : https://github.com/getsolus/solbuild license : Apache-2.0 component : diff --git a/packages/s/solbuild/pspec_x86_64.xml b/packages/s/solbuild/pspec_x86_64.xml index 317acd004cee..f4e0ca580c84 100644 --- a/packages/s/solbuild/pspec_x86_64.xml +++ b/packages/s/solbuild/pspec_x86_64.xml @@ -3,8 +3,8 @@ solbuild https://github.com/getsolus/solbuild - Silke Hofstra - silke@slxh.eu + Rune Morling + ermo.solus-project.com@spammesenseless.net Apache-2.0 programming.tools @@ -38,7 +38,7 @@ programming.tools - solbuild + solbuild /usr/share/solbuild/local-unstable-x86_64.profile @@ -51,19 +51,19 @@ programming.tools - solbuild + solbuild /usr/share/solbuild/99_unstable.conf - - 2024-06-16 + + 2024-09-16 1.6.3 Packaging update - Silke Hofstra - silke@slxh.eu + Rune Morling + ermo.solus-project.com@spammesenseless.net \ No newline at end of file