From 5439ad43dc79978f7bced67be9027642e285d8f052fe30eabe351c051be6f792 Mon Sep 17 00:00:00 2001 From: Tomas Cech Date: Wed, 6 Jul 2016 16:17:00 +0000 Subject: [PATCH 1/2] - explicitly require libgcrypt-devel until the dynamic-link is able to load symlink target of /usr/lib*/libgcrypt.so http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21076 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/guix?expand=0&rev=14 --- guix.changes | 7 +++++++ guix.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/guix.changes b/guix.changes index cb5bd6d..984a0fd 100644 --- a/guix.changes +++ b/guix.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 6 16:13:49 UTC 2016 - sleep_walker@opensuse.org + +- explicitly require libgcrypt-devel until the dynamic-link is able to + load symlink target of /usr/lib*/libgcrypt.so + http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21076 + ------------------------------------------------------------------- Sat Apr 16 08:35:22 UTC 2016 - sleep_walker@opensuse.org diff --git a/guix.spec b/guix.spec index f4b4f05..26df3e3 100644 --- a/guix.spec +++ b/guix.spec @@ -52,6 +52,7 @@ BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(guile-2.0) >= 2.0.7 BuildRequires: pkgconfig(sqlite3) Requires: guile +Requires: libgcrypt-devel Requires(pre): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 %arm From 558906a6df3fa25b628aed34dc413e8ae68af642f9c93436e67b789ebfaa1506 Mon Sep 17 00:00:00 2001 From: Tomas Cech Date: Sat, 9 Jul 2016 06:25:48 +0000 Subject: [PATCH 2/2] - require gnutls-guile also as run time dependency OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/guix?expand=0&rev=15 --- guix.changes | 5 +++++ guix.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/guix.changes b/guix.changes index 984a0fd..3c61b38 100644 --- a/guix.changes +++ b/guix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 9 06:25:01 UTC 2016 - sleep_walker@opensuse.org + +- require gnutls-guile also as run time dependency + ------------------------------------------------------------------- Wed Jul 6 16:13:49 UTC 2016 - sleep_walker@opensuse.org diff --git a/guix.spec b/guix.spec index 26df3e3..437ae53 100644 --- a/guix.spec +++ b/guix.spec @@ -51,6 +51,7 @@ BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(guile-2.0) >= 2.0.7 BuildRequires: pkgconfig(sqlite3) +Requires: gnutls-guile Requires: guile Requires: libgcrypt-devel Requires(pre): %{install_info_prereq}