Skip to content

pasta unknown version in podman info on arch linux #22148

Answered by afbjorklund
MartinX3 asked this question in Q&A
Discussion options

You must be logged in to vote

and I don't know if pasta unknown version is normal.

It is normal, unless you use git instead of tarballs for building:

VERSION ?= $(shell git describe --tags HEAD 2>/dev/null || echo "unknown\ version")

So your packaging build script need to pass VERSION explicitly:

https://src.fedoraproject.org/rpms/passt/blob/rawhide/f/passt.spec

%make_build passt VERSION="%{version}-%{release}.%{_arch}"

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@MartinX3
Comment options

Comment options

You must be logged in to vote
4 replies
@MartinX3
Comment options

@afbjorklund
Comment options

@afbjorklund
Comment options

@afbjorklund
Comment options

Answer selected by MartinX3
Comment options

You must be logged in to vote
2 replies
@MartinX3
Comment options

@afbjorklund
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants