Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solbuild: Drop fakeroot use, use eopkg.bin #3850

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Check warning on line 1 in packages/s/solbuild/package.yml

View workflow job for this annotation

GitHub Actions / Checks

`monitoring.yml` is missing

Check warning on line 1 in packages/s/solbuild/package.yml

View workflow job for this annotation

GitHub Actions / Checks

Package release is not incremented by 1
version : 1.6.3
release : 54
version : 1.7.0
release : 56
source :
- https://github.com/getsolus/solbuild/archive/refs/tags/v1.6.3.tar.gz : 51fd8fde341847b3a8aeb37fce257600ff5185a83371bc5cee14cc3d38a4b38d
- https://github.com/getsolus/solbuild/archive/refs/tags/v1.7.0.tar.gz : b4541992e119d2fe37c5fec6ead4f2872e648bdd3767e013775503019cccdde7
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
@@ -1,10 +1,10 @@
<PISI>

Check failure on line 1 in packages/s/solbuild/pspec_x86_64.xml

View workflow job for this annotation

GitHub Actions / Checks

Package release is not incremented by 1
<Source>
<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="56">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="56">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="56">
<Date>2024-10-23</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>
Loading