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

Invalid Semantic Version #21

Open
oytunistrator opened this issue Mar 27, 2018 · 3 comments
Open

Invalid Semantic Version #21

oytunistrator opened this issue Mar 27, 2018 · 3 comments

Comments

@oytunistrator
Copy link

File source is here: https://github.com/olproject/olang/blob/master/rpm.json

$ go-bin-rpm generate -o olang.rpm 
Invalid Semantic Version
$ go-bin-rpm test
File is correct

How am i compile?
Need more documentation please.

@mjrb
Copy link

mjrb commented Jul 25, 2018

I'm confused about the same issue

    "name":"edisc",
    "summary":"test summary",
    "description":"test description",
    "Liscense":"MIT",
    "files" :[
        {
            "from": "edisc",
            "to": "%{_bindir}/",
            "base": "",
            "type": ""
        }
    ]
}

also what is base?

@mjrb
Copy link

mjrb commented Jul 25, 2018

I found the solution. you have to provide --version or else this error appears. maybe the error message should be changed to be more helpful or the --version flag should be required. another solution would be to put the version on the rpm.json but that would make things slightly less scriptable because you would need to have a script that changes the rpm.json file every release.

@greenpau
Copy link

@oytunistrator , @mjrb , I don't see movement in this repo. Please open issues in https://github.com/greenpau/go-bin-rpm

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

3 participants