rpm-software-management / spec-cleaner

spec-cleaner
BSD 3-Clause "New" or "Revised" License
27 stars 33 forks source link

Fix patterns support and pep8 errors #298

Closed gmoro closed 2 years ago

gmoro commented 2 years ago

Extend support for patterns (boo#1195092) Fix pep8 errors to pass flake8 tests (#296)

gmoro commented 2 years ago

@kstreitova You can merge this one, the error you spotted is not exactly an error, is to join together the old patterns names provides with the equivalent obsoletes Like this

Provides: patterns-openSUSE-devel_gnome = %{version} Obsoletes: patterns-openSUSE-devel_gnome < %{version}

This is currently dealt with a macro, but we should leave it here