Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GNOME versioning scheme leads to "versions are not in order" #417

Open
sophie-h opened this issue Sep 8, 2021 · 1 comment
Open

GNOME versioning scheme leads to "versions are not in order" #417

sophie-h opened this issue Sep 8, 2021 · 1 comment

Comments

@sophie-h
Copy link

sophie-h commented Sep 8, 2021

$ appstream-util validate-relax org.gnome.Software.appdata.xml 
org.gnome.Software.appdata.xml: FAILED:
• tag-invalid           : <release> versions are not in order [40 before 40.rc]
Validation of files failed
@hughsie
Copy link
Owner

hughsie commented Sep 9, 2021

On Fedora we use librpm to do the vercmp, but on other distros we fall back to a more naive implementation. Unfortunately for rpm:

$ rpmdev-vercmp 40 40.rc
40 < 40.rc

BryanQuigley added a commit to BryanQuigley/net.supertuxkart.SuperTuxKart that referenced this issue Sep 29, 2021
Flatpak specific
 drop configure changes as they are no longer needed?
 bump to freedesktop 21.08
 removed OpenGL_GL_PREFERENCE unused variable
 fix my mistake with adding rc1 upstream :(
   (hughsie/appstream-glib#417)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants