fedora-infra / bodhi

Bodhi is a web-system that facilitates the process of publishing updates for a Fedora-based software distribution.
https://bodhi.fedoraproject.org
GNU General Public License v2.0
152 stars 193 forks source link

Bodhi should enforce cross-Fedora versioning #1181

Open frozencemetery opened 7 years ago

frozencemetery commented 7 years ago

It would be very useful if Bodhi enforced that the version of a piece of software in any given Fedora release were >= the version in an older release before allowing it to be pushed to stable.

For instance, right now sssd update 1.14.2-2 has landed in fc23 and fc25, but not fc24. This complicates the upgrade from fc23 to fc24.

Thanks!

bowlofeggs commented 7 years ago

I believe there is a taskotron test for this, so perhaps we just need to have Bodhi consult with taskotron at the moment of either requesting stable, or at the moment of pushing to stable. Thanks for the report!