-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test SUSE KMP building with the kernel-module devel #676
base: main
Are you sure you want to change the base?
Conversation
9d0439b
to
35f6abd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test failures on SLE 15 SP5 and SLES 16
curl -sf https://src.opensuse.org/pool/vhba-kmp/archive/f7b947967abfd854991eed3a50a333f2efa4c47932e3d7d2fc1d07c6afdb79bd.tar.gz | tar -xzf - ; \ | ||
cp -a vhba-kmp/* /usr/src/packages/SOURCES; cd /usr/src/packages/SOURCES ; \ | ||
curl -LO https://downloads.sf.net/cdemu/vhba-module-20240202.tar.xz ; \ | ||
rpmbuild -bb vhba-kmp.spec ; \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fails on SLES 16 with:
2.118 + rpmbuild -bb vhba-kmp.spec
2.242 error: Failed build dependencies:
2.242 suse-kernel-rpm-scriptlets is needed by vhba-kmp-20240202-0.x86_64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dcermak yes, thats why there is a PR fixing it for 3 weeks waiting for review here: SUSE/BCI-dockerfile-generator#2017
35f6abd
to
97a3332
Compare
97a3332
to
c756e32
Compare
No description provided.