diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2019-03-21 03:40:28 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2019-03-26 20:22:17 +0100 |
commit | 10ef7773fb82583a23763ceab52d9af531067c43 (patch) | |
tree | e5e50663131c3bfa29b59371fa7eda9479b16dd0 | |
parent | 97e12e28f7b335b0637cac3d94b7eee3cca6c4bb (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-- | 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 d1d9dac..a8a7c35 100644 --- a/ax25-apps.spec.in +++ b/ax25-apps.spec.in @@ -1,6 +1,6 @@ Name: ax25-apps Version: @BASEVERSION@.@EXTRAVERSION@ -Release: 1 +Release: 1%{?dist} Summary: AX.25 ham radio applications Group: Applications/Communications |