Files
composefs/002-fix-leap-tests.patch
Richard Rahl 325eb5d8da - create an experimental package for things which are not yet stable
* add patch 001-enable-experimental-tools.patch
- BR libcrypto rather than openssl directly
- fix leap builds by fixing the shebang (we need the newer python311 stack
  * add patch 002-fix-leap-tests.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/composefs?expand=0&rev=12
2025-02-19 21:38:11 +00:00

19 lines
626 B
Diff

diff -rub composefs-1.0.8/tests/dumpdir composefs-1.0.8-patched/tests/dumpdir
--- composefs-1.0.8/tests/dumpdir 2025-01-02 18:53:04.000000000 +0100
+++ composefs-1.0.8-patched/tests/dumpdir 2025-02-19 17:24:12.066916567 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/python3.11
import os
import sys
diff -rub composefs-1.0.8/tests/gendir composefs-1.0.8-patched/tests/gendir
--- composefs-1.0.8/tests/gendir 2025-01-02 18:53:04.000000000 +0100
+++ composefs-1.0.8-patched/tests/gendir 2025-02-19 15:42:44.393188936 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/python3.11
import argparse
import hashlib