b2ee0c1 Depracated Old Style Dependency Generators

Authored and Committed by vondruch 4 years ago
    Depracated Old Style Dependency Generators
    
    The "old style dependency generators", also known as "the external dependency generators", are deprecated by RPM. Therefore any occurrence of the old macros `%filter_provides_in`, `%filter_requires_in`, `%filter_from_provides`, `%filter_from_requires` together with `%filter_setup` MUST be replaced by their modern alternatives `%__requires_exclude`, `%__requires_exclude_from`, `%__provides_exclude`, `%__provides_exclude_from`.