Include distribution in release

Common practice is to include the distribution in the package release.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf 2011-10-19 11:23:38 -07:00
parent f5e76dea03
commit 16952a68f2
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)