mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
make dist be ?dist so if it is not there you don't get any noise
as per fedora usage guidelines https://fedoraproject.org/wiki/Packaging:DistTag
This commit is contained in:
parent
594b16a78b
commit
2df6399176
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%{dist}
|
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