diff options
author | Brian Behlendorf <[email protected]> | 2011-10-19 11:43:11 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-10-19 11:43:27 -0700 |
commit | 3bb1ac69942b7c1a89d741733b4a55b2facba420 (patch) | |
tree | 456a37564474067993d1fe2b072f4ad5c7f9fd91 /zfs.spec.in | |
parent | 6f2255ba8ac93a86ec217775e8f9fc145bc52b39 (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 'zfs.spec.in')
-rw-r--r-- | zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs.spec.in b/zfs.spec.in index 5f94f37ec..6d8734479 100644 --- a/zfs.spec.in +++ b/zfs.spec.in @@ -12,7 +12,7 @@ Summary: ZFS Library and Utils Group: Utilities/System Name: %{name} Version: %{version} -Release: %{release} +Release: %{release}%{?dist} License: @ZFS_META_LICENSE@ URL: git://github.com/zfsonlinux/zfs.git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un) |