On Tue, Nov 28, 2017 at 02:03:16PM -0800, Laura Abbott wrote: > Like all good bits of software, the kernel.spec has grown over time. > Part of this growth has come from building more of the userspace > tools that live under the tools directory of the kernel. I've been > experimenting with moving these to a separate spec file. > > Advantages: > - Less stuff in the kernel.spec file (~300 line deletion) > - Fewer build deps for things like perf > - People building the kernel only get the kernel > - Issues with userspace tools don't impact the kernel > - Can likely drop most of the debuginfo regex nightmare for the userspace packages > > Disadvantages: > - Would need to manually keep in sync on some cadence. This is mostly > an issue for rawhide. Could we actually get away with only re-building > on each new kernel version or do we need to resync on each -rc? > - Would probably need to rework how tools are tied to kernel versions at > the package level > - Others added here > > I've experimented with something at https://pagure.io/kernel-tools-pkggit > which is mostly a copy/paste of parts of the kernel.spec file. I'm > mostly looking for general feedback about if this a good idea but > I'm also interested in specific feedback if you have it. Hi Laura, I read the feedback from people about the multiple bzs and keeping things in sync. This is similar to userspace utilities and I thought a Requires line in either the kernel or utilities file would help with it. I am more curious about the source. Does that mean you have similar source trees but under two different dist-git packages? Cheers, Don _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx