From dbe44d5188e8e76e76b801250cb24c7ad96096f7 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 18 Apr 2013 08:46:53 +0000 Subject: [PATCH] fix release number OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=6 --- ansible.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible.spec b/ansible.spec index 3532931..da425e8 100644 --- a/ansible.spec +++ b/ansible.spec @@ -47,7 +47,6 @@ BuildArch: noarch # RHEL # %if ( 0%{?rhel} && 0%{?rhel} <= 5 ) || ( 0%{?rhel_version} && 0%{?rhel_version} <= 505 ) -Release: 1%{?dist} #BuildRequires: python26-devel BuildRequires: python2-devel Requires: python26-PyYAML @@ -56,7 +55,6 @@ Requires: python26-jinja2 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %endif %if 0%{?rhel} > 5 || 0%{?rhel_version} > 505 -Release: 1%{?dist} BuildRequires: python2-devel Requires: PyYAML Requires: python-paramiko