* [PATCH] compat-gnutls: Only ship libgnutls.
@ 2017-01-03 7:38 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2017-01-03 7:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 949 bytes --]
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 <stefan.schantl(a)ipfire.org>
---
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 51af81d..3d11740 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
--
2.9.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-03 7:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-03 7:38 [PATCH] compat-gnutls: Only ship libgnutls Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox