Re: [Rpm-maint] [rpm-software-management/rpm] Fix doc permissions (#567)

2019-03-23 Thread John Vandenberg
It also appears to disregard any hard links, and doesnt re-hard-link them, which in my case is causing rpmlint to rage about file duplicates in the docs dir. This is because doc and license are handled by `processSpecialDir` which is a bit special, most likely because it is using globs from the

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: BuildRequires generator (#104)

2019-03-23 Thread nim-nim
@eclipseo My understanding of things is that you just need to have a BR generator that supports this distinction, no need for special rpm support ```rpm %if %{with check} generate-foo-buildrequires --full %else generate-foo-buildrequires --without-tests %endif ``` That's the nice thing of gettin