Merge pull request #115 from jeckersb/dist-in-release
Update spec to include %{dist} in Release
This commit is contained in:
commit
9a84e30053
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
|
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Release: 1
|
Release: 1%{dist}
|
||||||
Summary: Minimal SSH command and control
|
Summary: Minimal SSH command and control
|
||||||
Version: 0.0.2
|
Version: 0.0.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue