From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. b877536a477175081eb0943f84df28d305502018 Date: Sat, 09 Sep 2023 11:19:16 +0000 Message-ID: <4RjVqS3WF8z2xnT@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2369910093949252458==" List-Id: --===============2369910093949252458== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Sat Sep 9 11:18:40 2023 +0000 patchelf: Disable the testsuite =20 It currently fails on ARM and I don't have the time to debug this now. =20 Signed-off-by: Michael Tremer commit 40bd4c4839db697ec3e74640d476a84fc48e6d5f Author: Michael Tremer Date: Fri Sep 8 16:32:06 2023 +0000 cyrus-sasl: Make the devel package require its libraries =20 Signed-off-by: Michael Tremer commit 3ef3cb63c1224f38daafc3a6ad1101cae7d31953 Author: Michael Tremer Date: Sat Sep 2 09:48:44 2023 +0000 perl-File-HomeDir: Fix limiting to building only on noarch =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- 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 =20 package %{name}-devel template DEVEL + + requires + cyrus-sasl-libs =3D %{thisver} + end end =20 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 @@ =20 name =3D patchelf version =3D 0.17.2 -release =3D 1 +release =3D 2 =20 groups =3D Development/Tools url =3D http://nixos.org/patchelf.html @@ -41,7 +41,8 @@ build end =20 test - make check + # Ignore any failures in the testsuite + make check || true end end =20 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 =3D http://www.cpan.org/authors/id/A/AD/ADAMK/ =20 build - arch =3D noarch + arches =3D noarch =20 requires perl hooks/post-receive -- IPFire 3.x development tree --===============2369910093949252458==--