natefoo / slurm-drmaa

DRMAA for Slurm: Implementation of the DRMAA C bindings for Slurm
GNU General Public License v3.0
48 stars 22 forks source link

SPEC: put Slurm version in RPM release #52

Closed kcgthb closed 2 years ago

kcgthb commented 3 years ago

Add the Slurm version the RPM has been compiled with in the package name.

The main motivation is to be able to tell from the RPM version which version of Slurm the DRMAA package was built against, and facilitate upgrades when the plugin must be rebuilt for newer Slurm versions.

kcgthb commented 2 years ago

Yes, that won't force reinstallation when the Slurm version is upgraded (and I can't think of a good way to create a dependency that would do this, esp. since only major Slurm versions matter), but that should make things more visible for the admin, that's the idea. Thanks for approving the change!

natefoo commented 2 years ago

Thanks @kcgthb!