From 687522c9a047afdec3e81488f206e3abc138076d66d66a1b3de6056da06de150 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 2 Jun 2021 11:43:33 +0000 Subject: [PATCH] Accepting request 896875 from home:cgiboudeaux:branches:Base:System - Fix a broken symlink. libcap-devel installs libpsx.so but didn't install the library it's pointing to. OBS-URL: https://build.opensuse.org/request/show/896875 OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=61 --- libcap.changes | 6 ++++++ libcap.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libcap.changes b/libcap.changes index 0c021c0..d6c0ec1 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 2 09:29:35 UTC 2021 - Christophe Giboudeaux + +- Fix a broken symlink. libcap-devel installs libpsx.so but + didn't install the library it's pointing to. + ------------------------------------------------------------------- Fri Apr 16 16:05:30 CEST 2021 - tiwai@suse.de diff --git a/libcap.spec b/libcap.spec index 00a232d..eddee11 100644 --- a/libcap.spec +++ b/libcap.spec @@ -66,6 +66,7 @@ Summary: Development files for libcap Group: Development/Libraries/C and C++ Requires: glibc-devel Requires: libcap2 = %{version} +Requires: libpsx2 = %{version} %description devel Development files (Headers, libraries for static linking, etc) for