Re: SRPM's with OS dependent source files

2020-11-24 Thread Nico Kadel-Garcia
On Tue, Nov 24, 2020 at 3:26 PM Miro Hrončok wrote: > > On 11/24/20 9:13 PM, Kevin Fenzi wrote: > > https://docs.fedoraproject.org/en-US/packaging-guidelines/#_no_arch_specific_sources_or_patches > > Just a note: This specific guideline does not speak of distro- or > release-specific patches or so

Re: SRPM's with OS dependent source files

2020-11-24 Thread Miro Hrončok
On 11/24/20 9:13 PM, Kevin Fenzi wrote: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_no_arch_specific_sources_or_patches Just a note: This specific guideline does not speak of distro- or release-specific patches or sources, but the idea is that even that causes trouble and is b

Re: SRPM's with OS dependent source files

2020-11-24 Thread Kevin Fenzi
On Tue, Nov 24, 2020 at 03:09:28PM -0500, Nico Kadel-Garcia wrote: > I'm staring at the chromium SRPM, and seeing a problem that I've seen > before with tools like SuSE's kernels. The .spec file only includes > specific source files if the SRPM is built on specific operating > systems, such as vari

SRPM's with OS dependent source files

2020-11-24 Thread Nico Kadel-Garcia
I'm staring at the chromium SRPM, and seeing a problem that I've seen before with tools like SuSE's kernels. The .spec file only includes specific source files if the SRPM is built on specific operating systems, such as various .ttf files only bein in the RPM for: %if 0%{?rhel} == 7 And others on