/[smeserver]/rpms/bglibs/sme10/bglibs-2.04-mock.patch
ViewVC logotype

Contents of /rpms/bglibs/sme10/bglibs-2.04-mock.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Mar 6 03:00:45 2022 UTC (2 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: bglibs-2_04-1, HEAD
* Sat Mar 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.04-1.sme
- initial build for SME10 [SME: 11883]
  patched selftests.sh to avoid net/resolve_ipv4addr.c test which fails under mock
  added BuildRequires  glibc glibc-static glibc-devel mtools  autoconf
  commented out files for devel %{basedir}/lib/*.lib and %{basedir}/lib/*/*.a
  as they fails.

1 --- bglibs-2.04.old/selftests.sh 2018-02-23 11:24:55.000000000 -0500
2 +++ bglibs-2.04/selftests.sh 2022-03-05 21:25:11.625000000 -0500
3 @@ -10,6 +10,9 @@
4 trap 'echo "Cleaning up $t"; rm -r $t' EXIT
5
6 do_test() {
7 + if [ $1 == 'net/resolve_ipv4addr.c' ]; then
8 + return 0
9 + fi
10 echo "Testing $1"
11 rm -f $t/*
12

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed