From a2ca3d11f52395304dfa2c4c59a473e030a38d64 Mon Sep 17 00:00:00 2001 From: "\"Thorsten Behrens\"" Date: Fri, 6 Feb 2015 11:01:59 +0100 Subject: [PATCH] - ceph-radosgw needs the ceph main package at postinstall, e.g. due to systemd unit file dependencies. It is also probably a good idea to have the other lot of in-cluster support binaries around on such a host. --- ceph.changes | 8 ++++++++ ceph.spec | 1 + ceph.spec.in | 1 + 3 files changed, 10 insertions(+) diff --git a/ceph.changes b/ceph.changes index 4110891fd8c4..2b6c5ac139a1 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 6 09:58:42 UTC 2015 - tbehrens@suse.com + +- ceph-radosgw needs the ceph main package at postinstall, e.g. + due to systemd unit file dependencies. It is also probably a + good idea to have the other lot of in-cluster support binaries + around on such a host. + ------------------------------------------------------------------- Thu Feb 5 15:22:17 UTC 2015 - lmb@suse.com diff --git a/ceph.spec b/ceph.spec index e4219b54d301..ea14fced5089 100644 --- a/ceph.spec +++ b/ceph.spec @@ -238,6 +238,7 @@ Requires: apache2-mod_fastcgi BuildRequires: expat-devel BuildRequires: fcgi-devel Requires: mod_fcgid +Requires(post): %{name} = %{version}-%{release} %endif %description radosgw diff --git a/ceph.spec.in b/ceph.spec.in index a90025b40a09..570b679c1422 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -211,6 +211,7 @@ Requires: apache2-mod_fastcgi BuildRequires: expat-devel BuildRequires: fcgi-devel Requires: mod_fcgid +Requires(post): %{name} = %{version}-%{release} %endif %description radosgw -- 2.47.3