There is this default:

https://github.com/rpm-software-management/rpm/blob/262d4855cd460048d106eb948fc677e6e435ed6e/macros.in#L208-L213

It prevents *any* dependency generator to see files in `%_docdir`. While I 
agree that this makes a good default as the majority of the dependency 
generators don't need to generate deps for files in there, I would like to make 
it possible to write a generator that does this. Currently, it is not possible 
without altering the behavior for all generators.

I have a use case for a generator that needs to see a css file shipped from 
`%_docdir`. I was able to "make it work" via:

```
%__global_requires_exclude_from %{quote:}
```

However, this is obviously dangerous for other generators. Is there any way out 
of this?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1297
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to