diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2019-03-20 23:37:30 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2019-03-20 23:37:30 +0100 |
commit | 6b255c821e2bc187c0092217dbeb203d1d0cd35f (patch) | |
tree | d511162c1fdacac9ddd9bf2100c070217808cb26 | |
parent | e5302883977952a843da51ab808f62a4a1ca162d (diff) |
RPM: Add distribution version to rpm release tag.
This is required by the Fedora versioning guidelines.
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 e184b75..bd8322f 100644 --- a/libax25.spec.in +++ b/libax25.spec.in @@ -1,6 +1,6 @@ Name: libax25 Version: @BASEVERSION@.@EXTRAVERSION@ -Release: 1 +Release: 1%{?dist} Summary: AX.25 library for hamradio applications Group: System Environment/Libraries |