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
pull/121/head
Seth Vidal 13 years ago
parent 594b16a78b
commit 2df6399176

@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: ansible
Release: 1%{dist}
Release: 1%{?dist}
Summary: Minimal SSH command and control
Version: 0.0.2

Loading…
Cancel
Save