diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2019-03-21 03:39:09 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2019-03-26 20:21:47 +0100 |
commit | 97e12e28f7b335b0637cac3d94b7eee3cca6c4bb (patch) | |
tree | 0f78674afcb2e076cee6a3588ef98e57be73b35f | |
parent | 20e59918e7a63f6f0b293f0752cf44e9008441dc (diff) |
RPM: Throw in a `.' between BASEVERSION and EXTRAVERSION.
As required by Fedora versioning guidelines.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | ax25-apps.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25-apps.spec.in b/ax25-apps.spec.in index 85df276..d1d9dac 100644 --- a/ax25-apps.spec.in +++ b/ax25-apps.spec.in @@ -1,5 +1,5 @@ Name: ax25-apps -Version: @BASEVERSION@@EXTRAVERSION@ +Version: @BASEVERSION@.@EXTRAVERSION@ Release: 1 Summary: AX.25 ham radio applications |