11 Commits

Author SHA256 Message Date
Michal Suchanek
b87850b21c Revert pesign workaround 2025-08-28 08:59:06 +02:00
8090319c99 kmod-testsuite: BuildIgnore pesign-obs-integration
It is a new runtime requirement of kernel-default-devel, and
we don't need it for the testsuite. It is also breaking the build
as we aren't producting any binaries. (bsc#1248108)

Signed-off-by: Eugenio Paolantonio <eugenio.paolantonio@suse.com>
2025-08-23 15:43:53 +02:00
Michal Suchanek
1a0b1a1659 Fix build on Leap 16.0 2025-06-26 17:48:15 +02:00
2e619ff71f changelog happiness for the bot 2025-03-28 21:50:32 +01:00
67ade5e26f kmod 34.2 2025-03-28 21:20:52 +01:00
Michal Suchanek
47b27bff0a Remove unused patch 0001-build-resolve-build-failure-due-to-missing-include.patch
This patch was never mentioned in changelog as added, and is not used.
2025-03-12 17:49:05 +01:00
Michal Suchanek
93c09d843f tests: drop ppc64 workaround, print failed test results if any 2025-03-12 17:08:54 +01:00
1b92cb04d2 kmod 34.1 2025-03-06 10:24:03 +01:00
8937595f47 kmod 34 2025-02-22 00:38:46 +01:00
c0d997b9f8 Resolve failure run of kmod-testsuite-33 2024-08-22 03:06:06 +02:00
4144b41a16 kmod 33 2024-08-21 23:30:33 +02:00

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Aug 28 06:58:42 UTC 2025 - Michal Suchanek <msuchanek@suse.de>
- Revert the previous workaround
-------------------------------------------------------------------
Sat Aug 23 13:39:25 UTC 2025 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
- kmod-testsuite
* BuildIgnore pesign-obs-integration (new runtime requirement
of kernel-default-devel): we don't need it for the kmod
testsuite, and it also breaks the build as we aren't
producting any binaries. (bsc#1248108)
-------------------------------------------------------------------
Thu Jun 26 15:40:07 UTC 2025 - Michal Suchanek <msuchanek@suse.de>