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
f5e76dea03
commit
16952a68f2
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue