Hey everyone,
I’ve successfully gotten OBS to build me a custom kernel with a few modifications to the kernel parameters. I’ve then added the repo from the OBS as a repository, and OBS rebuilds the kernel any time there is a change to kernel-source. It works almost perfect except that the kernel package is updated too soon. What I mean is that anytime there is a change to the kernel-source repository, OBS rebuilds my custom kernel and next time I do a zypper dup, it updates my kernel. This led to yesterday, my kernel updating to 4.14 even though it hasn’t appeared in the Tumbleweed snapshots. It ended up breaking libvirt for some reason. I would much prefer to wait until the kernel is updated in the Tumbleweed snapshot so that I know it’s gone through the testing phase before a new snapshot is released (my modifications are minor). Is there any way to do that with OBS?
I initially branched Kernel:stable/kernel-source, and since kernel:stable is the development repo for openSUSE Factory, I’m not surprised that this happened. I went ahead and tried to branch openSUSE:Factory, but it doesn’t seem to actually let me branch it directly (I’m fairly new to OBS, so I may have made mistakes). If I branch openSUSE:Factory (by going to the website and branching from the openSUSE:Factory/kernel-source package page), my actual branch is a branch of kernel:stable (at least going by the URL). And the kernel that it builds is 4.14 even though the openSUSE:Factory kernel that OBS is building is 4.13. So, either I’ve done something wrong, or branching openSUSE:Factory doesn’t work in holding the kernel back from it’s development version. Any ideas on why branching openSUSE:Factory doesn’t work?
Thanks in advance!