From 20b82029b1917dc0cf158962c76cdf5e2a45db9d Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 30 Jan 2015 15:45:32 -0700 Subject: [PATCH] ceph-deploy.spec: remove %{pyver} references The %{pyver} RPM macro is not present on Red Hat-based systems. It was removed for SUSE as a part of commit 83070c14f1682e3b6eb7f45f43ba6afda6f026a4. Remove it for RHEL also. This fixes a problem where "rpm -qp --requires ceph-deploy-1.5.21-0.noarch.rpm" would show that the binary RPM literally required "python >= %{pyver}". --- ceph-deploy.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ceph-deploy.spec b/ceph-deploy.spec index 9bf7f36..8488dc0 100644 --- a/ceph-deploy.spec +++ b/ceph-deploy.spec @@ -48,11 +48,6 @@ BuildArch: noarch %py_requires %endif -%if 0%{?rhel} -BuildRequires: python >= %{pyver} -Requires: python >= %{pyver} -%endif - %description An easy to use admin tool for deploy ceph storage clusters. -- 2.47.3