From d952d59ae95d5f66aa4b98fd7aa4f4ecb36a4848 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 9 Jul 2015 12:05:24 +0200 Subject: [PATCH] ceph.spec.in: add missing -%{release} We have it everywhere else and I can't think of any reason why it should be omitted here. Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 47a42dd4bbe8..d5f11e935a2b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -252,7 +252,7 @@ object store. Summary: RADOS striping interface Group: System Environment/Libraries License: LGPL-2.0 -Requires: librados2 = %{epoch}:%{version} +Requires: librados2 = %{epoch}:%{version}-%{release} %description -n libradosstriper1 Striping interface built on top of the rados library, allowing to stripe bigger objects onto several standard rados objects using -- 2.47.3