From 2df6399176e0e6318e099e109d68ce9c4e13de6a Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 5 Apr 2012 13:28:56 -0400 Subject: [PATCH] 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 --- ansible.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.spec b/ansible.spec index 83b7e70c10..2a1d366d0d 100644 --- a/ansible.spec +++ b/ansible.spec @@ -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