Fix #58 by adjusting version number checks (cherry-picked from #57 by @thebeanogamer) and database file name regexps.
make all works on my machine after these changes.
make all
2 new commits added
Fix database regex patterns
Update Variable Type to Handle EPEL10 Branching
Looking at these regexps again, I think some of them may not have been written correctly. Expressions like [\w|\d] have several problems:
[\w|\d]
\w
\d
|
[a|b]
These issues don't affect the correctness of the program, though, so I didn't try to fix them.
I tested podman-compose up on this version. Package search is working, and I'm seeing the latest kernel versions, so I think this PR is all good.
podman-compose up
Pull-Request has been merged by mymindstorm
Fix #58 by adjusting version number checks (cherry-picked from #57 by @thebeanogamer) and database file name regexps.
make allworks on my machine after these changes.