From 16952a68f25d55da21578f562b3813559fd01c6b Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 19 Oct 2011 11:23:38 -0700 Subject: [PATCH] Include distribution in release Common practice is to include the distribution in the package release. Signed-off-by: Brian Behlendorf --- spl-modules.spec.in | 2 +- spl.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spl-modules.spec.in b/spl-modules.spec.in index aaef478998..9c63201715 100644 --- a/spl-modules.spec.in +++ b/spl-modules.spec.in @@ -178,7 +178,7 @@ Summary: Solaris Porting Layer Modules Group: Utilities/System Name: %{name} Version: %{version} -Release: %{release} +Release: %{release}%{?dist} License: @LICENSE@ URL: git://github.com/zfsonlinux/spl.git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un) diff --git a/spl.spec.in b/spl.spec.in index 743316588f..7ade5f1639 100644 --- a/spl.spec.in +++ b/spl.spec.in @@ -7,7 +7,7 @@ Summary: SPL Utils Group: Utilities/System Name: %{name} Version: %{version} -Release: %{release} +Release: %{release}%{?dist} License: @LICENSE@ URL: git://github.com/zfsonlinux/spl.git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)