Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:michals
kmod
project.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package kmod
--- kmod-testsuite.spec.orig +++ kmod-testsuite.spec @@ -41,6 +41,10 @@ Patch4: 0010-modprobe-Implement- Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch Patch6: 0012-modprobe-print-unsupported-status.patch Patch7: 0001-testsuite-fix-path-for-test-user.patch +Patch8: 0001-Revert-Install-kmod.pc-in-datadir-pkgconfig.patch +Patch9: 0002-depmod-Remove-deprecated-options.patch +Patch10: 0003-depmod-Add-option-to-override-MODULE_DIRECTORY.patch +Patch11: 0004-test-m-flag.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: docbook-xsl-stylesheets @@ -95,10 +99,9 @@ export LDFLAGS="-Wl,-z,relro,-z,now" # empty %check -%ifarch ppc64 -make check V=1 KDIR="%kdir" || echo "Warning: bypass boo#897845" -%else -make check V=1 KDIR="%kdir" -%endif +result=0 +make check V=1 KDIR="%kdir" || result=$? +find . -name test-suite.log | xargs cat +exit $result %changelog --- kmod.changes.orig +++ kmod.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Sep 6 11:40:43 UTC 2024 - Michal Suchanek <msuchanek@suse.de> + +- -m flag + +------------------------------------------------------------------- Wed Aug 21 21:19:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de> - Update to release 33 --- kmod.spec.orig +++ kmod.spec @@ -42,6 +42,10 @@ Patch4: 0010-modprobe-Implement- Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch Patch6: 0012-modprobe-print-unsupported-status.patch Patch7: 0001-testsuite-fix-path-for-test-user.patch +Patch8: 0001-Revert-Install-kmod.pc-in-datadir-pkgconfig.patch +Patch9: 0002-depmod-Remove-deprecated-options.patch +Patch10: 0003-depmod-Add-option-to-override-MODULE_DIRECTORY.patch +Patch11: 0004-test-m-flag.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libopenssl-devel >= 1.1.0 @@ -177,7 +181,7 @@ done %_sbindir/modprobe %_sbindir/rmmod %_mandir/man[58]/*.[58]* -%_datadir/pkgconfig/kmod.pc +%_libdir/pkgconfig/kmod.pc %if 0%{?suse_version} < 1550 /bin/lsmod /sbin/depmod
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor