diff options
author | Brian Behlendorf <[email protected]> | 2011-10-19 11:23:38 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-10-19 11:41:15 -0700 |
commit | 16952a68f25d55da21578f562b3813559fd01c6b (patch) | |
tree | bb8a103153d40696a816bc65e87cb6aef7676dfc /spl.spec.in | |
parent | f5e76dea03453c72fb46ad90dd2e01c73b70654f (diff) |
Include distribution in release
Common practice is to include the distribution in the package release.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'spl.spec.in')
-rw-r--r-- | spl.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spl.spec.in b/spl.spec.in index 743316588..7ade5f163 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) |