I've got an error: "No OS version and packages satisfy package requirements:"

I found the reason. In my *.spec file, I had ‘Requires: sqlite.’ After removing this line, everything works.

So, I decided to include sqlite directly in my project.

1 Like