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