Skip to content

Commit

Permalink
solbuild: Drop fakeroot use, use eopkg.bin
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ermo committed Sep 22, 2024
1 parent 24881fa commit 3d9df18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/s/solbuild/package.yml
Original file line number Diff line number Diff line change
@@ -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 :
Expand Down
18 changes: 9 additions & 9 deletions packages/s/solbuild/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>solbuild</Name>
<Homepage>https://github.com/getsolus/solbuild</Homepage>
<Packager>
<Name>Silke Hofstra</Name>
<Email>[email protected]</Email>
<Name>Rune Morling</Name>
<Email>[email protected]</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>programming.tools</PartOf>
Expand Down Expand Up @@ -38,7 +38,7 @@
</Description>
<PartOf>programming.tools</PartOf>
<RuntimeDependencies>
<Dependency releaseFrom="54">solbuild</Dependency>
<Dependency releaseFrom="55">solbuild</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/solbuild/local-unstable-x86_64.profile</Path>
Expand All @@ -51,19 +51,19 @@
</Description>
<PartOf>programming.tools</PartOf>
<RuntimeDependencies>
<Dependency releaseFrom="54">solbuild</Dependency>
<Dependency releaseFrom="55">solbuild</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/solbuild/99_unstable.conf</Path>
</Files>
</Package>
<History>
<Update release="54">
<Date>2024-06-16</Date>
<Version>1.6.3</Version>
<Update release="55">
<Date>2024-09-22</Date>
<Version>1.7.0</Version>
<Comment>Packaging update</Comment>
<Name>Silke Hofstra</Name>
<Email>[email protected]</Email>
<Name>Rune Morling</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 3d9df18

Please sign in to comment.