danigm
danigm
This change adds the buildsystem pyproject to be used with rpm >= 4.20 declarative spec files. The new testfiles/declarative.spec shows an example file using this buildsystem.
This will make it possible to run tests that depends on actual binary files when using libalternatives: Right now the only solution is to use `multibuild` like what we did...
This patch moves the _set_rock_ridge method call after the continuation is parsed and sets the max version detected between dr_entries and ce_entries. This issue was detected parsing new openSUSE Tumbleweed...
This is a cherry-pick of all non-config commits from `opensuse` branch I've generated the list of commits using: ``` git cherry -v opensuse-slfo-main opensuse ``` And discarding commits that modifies...
This new test check the case of a package with a name like "libClipper2_1" and library soname like "libClipper2.so.1", the pkg name contains an extra "_1" that's not present in...
See https://github.com/rpm-software-management/rpmlint/issues/1105
There's an interesting tool for python packages that checks for undeclared and or unused dependencies https://github.com/tweag/FawltyDeps It's a good idea to check if this is something interesting to integrate as...
https://github.com/openSUSE/py2pack/pull/225#pullrequestreview-2993117666