abrt / faf

Platform for collection and analysis of packages and package crashes
GNU General Public License v3.0
46 stars 47 forks source link

opsys: Allow carets in package version #1026

Closed mgrabovsky closed 1 year ago

mgrabovsky commented 1 year ago

The Fedora packaging guidelines require a caret to be used in the version string for package snaphots.

Fixes #484

mgrabovsky commented 1 year ago

@msrb Can you please review this? The test goes through on my machine (once combined with #1022).

msrb commented 1 year ago

Amazing ;) +1 for the caret change.

I am a bit puzzled by the tests/faftests/__init__.py.in file though. What's the purpose? Or was it added by accident?

mgrabovsky commented 1 year ago

Oh, snap, good catch! That belongs to a different PR. That's what code review is for :smile: