]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
compat-gnutls: Only ship libgnutls.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 3 Jan 2017 07:38:21 +0000 (08:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Jan 2017 11:46:09 +0000 (11:46 +0000)
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@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
compat-gnutls/compat-gnutls.nm

index 51af81d9263fba426dcea59e4b4aa6c91d40915f..3d117404a7e6baa1e43667ad2066f45437d8510f 100644 (file)
@@ -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