From 4660683a2e1d6d2600310623f0906e8568ba03d84acbd014f84392b5f596645b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 17 Jul 2022 13:28:32 +0000 Subject: [PATCH] Accepting request 989137 from home:ojkastl_buildservice:Branch_filesystems add explicit Requires for the dependencies, so we make sure the dependencies are installed in the same version OBS-URL: https://build.opensuse.org/request/show/989137 OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=86 --- glusterfs.changes | 6 ++++++ glusterfs.spec | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/glusterfs.changes b/glusterfs.changes index 530c663..307ab52 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 14 11:13:34 UTC 2022 - Johannes Kastl + +- add explicit Requires for the dependencies, so we make sure + the dependencies are installed in the same version + ------------------------------------------------------------------- Fri May 20 08:37:19 UTC 2022 - Jan Engelhardt diff --git a/glusterfs.spec b/glusterfs.spec index 10766fb..a3e1b5d 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -52,6 +52,12 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(uuid) +Requires: libgfapi0 = %version +Requires: libgfchangelog0 = %version +Requires: libgfrpc0 = %version +Requires: libgfxdr0 = %version +Requires: libglusterd0 = %version +Requires: libglusterfs0 = %version %{?systemd_ordering} %description