rpm-software-management / rpmlint

Tool for checking common errors in rpm packages
GNU General Public License v2.0
135 stars 117 forks source link

chkstat has been renamed to permctl #1292

Open DimStar77 opened 1 month ago

DimStar77 commented 1 month ago

https://github.com/rpm-software-management/rpmlint/blob/1f09e5065c4f538e2e7fabd2d2deeaff2254dc6a/rpmlint/checks/SUIDPermissionsCheck.py#L62

The set_permissions and verify_permissions macro have been moved to the opensuse/permissions repo in

https://github.com/openSUSE/permissions/commit/fc19402c0c2c93e1b46e8d36a6c3e1f63f1ad868

The follow-up commit simplified the script to only accept permctl - as the macros are installed together with permctl, the name is defined

Rpmlint now complains though that the set_permissions and verify_permissions would be missing - as it checks for chkstat in the script

DimStar77 commented 1 month ago

The actual rename happened in https://github.com/openSUSE/permissions/pull/188