From 341ad80555867f72a76360fcf4bdd634a3b0154c556b60e3bd33c320acd526c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 10 Sep 2012 10:48:55 +0000 Subject: [PATCH] Accepting request 133449 from home:dimstar:branches:devel:languages:misc Fix having dangling symlinks.. we do require the libs in a decent enough version OBS-URL: https://build.opensuse.org/request/show/133449 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile1?expand=0&rev=16 --- guile1.changes | 9 +++++++++ guile1.spec | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/guile1.changes b/guile1.changes index e0f3338..9f0f526 100644 --- a/guile1.changes +++ b/guile1.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 10 09:58:35 UTC 2012 - dimstar@opensuse.org + +- Reauire the library packages from the main package: having the + *.so symlinks in the main package forces us to install the libs + as well, or we end up with dangling symlinks (thus, failing to + actually dlopen the .so file, which was the main reason to move + them to the main package. Fixes issues like bnc#779458). + ------------------------------------------------------------------- Tue Jul 31 09:47:20 UTC 2012 - pgajdos@suse.com diff --git a/guile1.spec b/guile1.spec index 7915640..c60518b 100644 --- a/guile1.spec +++ b/guile1.spec @@ -43,6 +43,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: fileutils sh-utils PreReq: %install_info_prereq Conflicts: slib < 3a5 +# Require the library packages, at least current version. The *.so symlinks are in the main package (due to dlopen(), so without the requires, it would be dangling symlinks. +Requires: libguile-srfi-srfi-1-v-3-3 >= %{version} +Requires: libguile-srfi-srfi-13-14-v-3-3 >= %{version} +Requires: libguile-srfi-srfi-4-v-3-3 >= %{version} +Requires: libguile-srfi-srfi-60-v-2-2 >= %{version} +Requires: libguile17 >= %{version} +Requires: libguilereadline-v-17-17 >= %{version} %description This is Guile, a portable, embeddable Scheme implementation written in