Is RedHat hiding kernel patches to CentOS, possibly violating GPL?
https://git.centos.org/rpms/kernel/blob/51d7edb054d3c546fe8f551a0ca663bc19c31e9d/f/SPECS/kernel.spec
or: git clone https://git.centos.org/rpms/kernel.git
or (on CentOS 9 Stream):
dnf download --source kernel && rpm -Uvh kernel*.src.rpm && cat ~/rpmbuild/SOURCES/*.patch
6 comments
[ 3.2 ms ] story [ 29.0 ms ] threadIsn't the spirit of FLOSS mostly based around the idea of malicious compliance?
That's why I would like you to be a whole lot more specific are they delivering a compiled RPM that you cannot take the source RPM and build the same thing from it. Throwing out a command to have me install a source RPM and then cat for files ending in the word patch isn't describing your problem.
Maybe you're complaint is they didn't release a diff between their changes and mainline kernel, is that it? If that's the complaint you might need to take another look at the GPL. Because releasing source is releasing source and is not required to release a diff or create a pull request or any of those other things. If you need a diff because you want to borrow some of their changes those are trivial to make on your own.
Nobody will stop using their products because of GPL violation, so what's the point?