From 06e0bdd3b38e4e79ae95ba8ccdde8412d94e1f77 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 3 Jan 2017 08:38:21 +0100 Subject: [PATCH] compat-gnutls: Only ship libgnutls. There is an error on the transaktion test when, installing compat-gnutls because libgnutlsxx.so.28 is provided by this package and the main gnutls package. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- compat-gnutls/compat-gnutls.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compat-gnutls/compat-gnutls.nm b/compat-gnutls/compat-gnutls.nm index 51af81d92..3d117404a 100644 --- a/compat-gnutls/compat-gnutls.nm +++ b/compat-gnutls/compat-gnutls.nm @@ -7,7 +7,7 @@ name = compat-gnutls version = %{ver_maj}.%{ver_min} ver_maj = 3.3 ver_min = 25 -release = 1 +release = 2 thisapp = gnutls-%{version} groups = System/Libraries @@ -62,7 +62,6 @@ build # Install just the library and no headers. mkdir -pv %{BUILDROOT}%{libdir} cp -avf lib/.libs/libgnutls.so.* %{BUILDROOT}%{libdir} - cp -avf lib/.libs/libgnutlsxx.so.* %{BUILDROOT}%{libdir} end end