From e7e786a72eeaec787f2ada2a41768cba37dea495 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 5 Jul 2017 09:32:54 -0600 Subject: [PATCH] rpm: bump epoch ahead of RHEL base RHEL's ceph-common package is "1". Move our upstream packages' epoch ahead of that, so that upstream will always override whatever is in RHEL, even if it happens to have a higher NVR one day. Fixes: http://tracker.ceph.com/issues/20508 Signed-off-by: Ken Dreyer --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 2abd91a2575..6dfedebaf02 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -65,7 +65,7 @@ Name: ceph Version: @VERSION@ Release: @RPM_RELEASE@%{?dist} %if 0%{?fedora} || 0%{?rhel} -Epoch: 1 +Epoch: 2 %endif # define %_epoch_prefix macro which will expand to the empty string if %epoch is undefined -- 2.39.5