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:
parent
6f2255ba8a
commit
3bb1ac6994
|
@ -211,7 +211,7 @@ Summary: ZFS File System
|
|||
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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue