SHA256
1
0
forked from pool/supermin

10 Commits

Author SHA256 Message Date
7aebcc3919 Accepting request 1270629 from Virtualization
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1270629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supermin?expand=0&rev=28
2025-04-18 14:21:28 +00:00
b66c7d4957 - Update Copyright year
- Exclude the Requires on sysconfig-netconfig for SLES16 and newer

OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=106
2025-04-10 18:48:52 +00:00
6d64004c5e Minor spec file adjustment
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=105
2025-04-03 17:42:18 +00:00
2e3c325996 Accepting request 1217087 from Virtualization
Detect the correct kernel on aarch64 (jsc#PED-10545)

OBS-URL: https://build.opensuse.org/request/show/1217087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supermin?expand=0&rev=27
2024-10-23 19:10:10 +00:00
d8cae202ab - Detect the correct kernel on aarch64 (jsc#PED-10545)
detect-aarch64-kernel.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=103
2024-10-21 21:28:57 +00:00
2a975d9ab1 Debugging aarch64
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=102
2024-10-21 20:55:16 +00:00
9abc3b9851 Debugging aarch64
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=101
2024-10-21 20:09:06 +00:00
cc6a4ab3a8 Debug aarch64
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=100
2024-10-21 19:28:20 +00:00
84bc57fe47 Debugging on aarch64
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=99
2024-10-21 19:03:08 +00:00
135ee153d0 Added debug code for testing on aarch64
OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=98
2024-10-21 17:26:47 +00:00
3 changed files with 27 additions and 8 deletions

View File

@@ -1,19 +1,26 @@
References: bsc#1187532 - virt-make-fs hangs forever
Index: supermin-5.3.3/src/format_ext2_kernel.ml
Index: supermin-5.3.5/src/format_ext2_kernel.ml
===================================================================
--- supermin-5.3.3.orig/src/format_ext2_kernel.ml
+++ supermin-5.3.3/src/format_ext2_kernel.ml
@@ -155,7 +155,7 @@ and find_kernel_from_boot debug host_cpu
--- supermin-5.3.5.orig/src/format_ext2_kernel.ml
+++ supermin-5.3.5/src/format_ext2_kernel.ml
@@ -155,7 +155,14 @@ and find_kernel_from_boot debug host_cpu
if files <> [] then files
else (
(* In original: ls -1dvr /boot/vmlinuz-* 2>/dev/null | grep -v xen *)
- let files = files_matching_globs ["vmlinu?-*"] all_files in
+ let files = files_matching_globs ["vmlinu?-*"; "Image-*"] all_files in
+ let files =
+ if string_prefix "aarch64" host_cpu
+ then (
+ files_matching_globs ["Image-*"] all_files
+ )
+ else (
+ files_matching_globs ["vmlinu?-*"] all_files
+ ) in
let files = ignore_unbootable_kernels host_cpu files in
files
) in
@@ -262,9 +262,14 @@ and get_kernel_version debug kernel_file
@@ -262,9 +269,14 @@ and get_kernel_version debug kernel_file
else (
basename
) in

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 10 12:48:54 MDT 2025 - carnold@suse.com
- Update Copyright year
- Exclude the Requires on sysconfig-netconfig for SLES16 and newer
-------------------------------------------------------------------
Mon Oct 21 15:28:41 MDT 2024 - carnold@suse.com
- Detect the correct kernel on aarch64 (jsc#PED-10545)
detect-aarch64-kernel.patch
-------------------------------------------------------------------
Wed Sep 4 15:06:41 MDT 2024 - carnold@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package supermin
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -54,7 +54,7 @@ BuildRequires: pkgconfig(ext2fs)
BuildRequires: pkgconfig(rpm)
Requires: distribution-release
Requires: e2fsprogs
%if 0%{?suse_version} < 1599
%if 0%{?suse_version} < 1600
Requires: sysconfig-netconfig
%endif
Requires: tar