rpm-software-management / spec-cleaner

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

Use python-rpm-spec instead of calling rpmspec command #323

Closed danigm closed 2 months ago

danigm commented 2 months ago

This patch replaces the call to rpmspec binary with the usage of the python library python-rpm-spec. The usage of this module adds it as a dependency.

Fix https://github.com/rpm-software-management/spec-cleaner/issues/304