diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2019-03-20 23:08:49 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2019-03-20 23:18:43 +0100 |
commit | e5302883977952a843da51ab808f62a4a1ca162d (patch) | |
tree | 2e0da997016647d5cbad2aeb5b1c6923f4b78562 | |
parent | 337599f671f48ddfcc72ea51cdb6f83357099916 (diff) |
RPM: Throw in a `.' between BASEVERSION and EXTRAVERSION.
As required by Fedora versioning guidelines.
No idea why autotools disects the version number in parts.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | libax25.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libax25.spec.in b/libax25.spec.in index d8002f2..e184b75 100644 --- a/libax25.spec.in +++ b/libax25.spec.in @@ -1,5 +1,5 @@ Name: libax25 -Version: @BASEVERSION@@EXTRAVERSION@ +Version: @BASEVERSION@.@EXTRAVERSION@ Release: 1 Summary: AX.25 library for hamradio applications |