From 87d97ddd79844e4a81934907ad98cebf016f60df Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 19 Oct 2023 10:17:50 -0400 Subject: [PATCH] rpm: set Epoch to 1 This will override all usual version comparisons. In RHCS 6, we shipped v3, and we want users to go back to v2. This epoch bump will cause users to "upgrade" to the highest epoch version. We will apply this change to RHCS 6+. Apply it upstream as well so that we keep parity with downstream and preserve the ability to upgrade from downstream -> upstream versions. (cherry picked from commit 9d4e09b3498bed5f1ce730bd4ac95e74c585b314) --- cephadm-ansible.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cephadm-ansible.spec.in b/cephadm-ansible.spec.in index 3438acc..090a351 100644 --- a/cephadm-ansible.spec.in +++ b/cephadm-ansible.spec.in @@ -8,6 +8,7 @@ Summary: ansible playbooks to be used with cephadm License: ASL 2.0 URL: https://github.com/ceph/cephadm-ansible Source0: %{name}-%{version}-%{shortcommit}.tar.gz +Epoch: 1 BuildArch: noarch