This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via b877536a477175081eb0943f84df28d305502018 (commit) via 40bd4c4839db697ec3e74640d476a84fc48e6d5f (commit) via 3ef3cb63c1224f38daafc3a6ad1101cae7d31953 (commit) from 5cd803df8fbcdd03e339cd0107c4ac7dc00f3cd4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b877536a477175081eb0943f84df28d305502018 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Sep 9 11:18:40 2023 +0000
patchelf: Disable the testsuite
It currently fails on ARM and I don't have the time to debug this now.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 40bd4c4839db697ec3e74640d476a84fc48e6d5f Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 8 16:32:06 2023 +0000
cyrus-sasl: Make the devel package require its libraries
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3ef3cb63c1224f38daafc3a6ad1101cae7d31953 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Sep 2 09:48:44 2023 +0000
perl-File-HomeDir: Fix limiting to building only on noarch
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: cyrus-sasl/cyrus-sasl.nm | 4 ++++ patchelf/patchelf.nm | 5 +++-- perl-File-HomeDir/perl-File-HomeDir.nm | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-)
Difference in files: diff --git a/cyrus-sasl/cyrus-sasl.nm b/cyrus-sasl/cyrus-sasl.nm index 9288350dc..4ab9b0354 100644 --- a/cyrus-sasl/cyrus-sasl.nm +++ b/cyrus-sasl/cyrus-sasl.nm @@ -57,6 +57,10 @@ packages
package %{name}-devel template DEVEL + + requires + cyrus-sasl-libs = %{thisver} + end end
package %{name}-debuginfo diff --git a/patchelf/patchelf.nm b/patchelf/patchelf.nm index bccb2ba27..f33c5721f 100644 --- a/patchelf/patchelf.nm +++ b/patchelf/patchelf.nm @@ -5,7 +5,7 @@
name = patchelf version = 0.17.2 -release = 1 +release = 2
groups = Development/Tools url = http://nixos.org/patchelf.html @@ -41,7 +41,8 @@ build end
test - make check + # Ignore any failures in the testsuite + make check || true end end
diff --git a/perl-File-HomeDir/perl-File-HomeDir.nm b/perl-File-HomeDir/perl-File-HomeDir.nm index 66d314576..f17960228 100644 --- a/perl-File-HomeDir/perl-File-HomeDir.nm +++ b/perl-File-HomeDir/perl-File-HomeDir.nm @@ -23,7 +23,7 @@ end source_dl = http://www.cpan.org/authors/id/A/AD/ADAMK/
build - arch = noarch + arches = noarch
requires perl
hooks/post-receive -- IPFire 3.x development tree