From 56fc836017d033771355aac94b227e2bce7aa4ff189a5af9a4321cdf878a10fb Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 26 Nov 2021 12:51:30 +0000 Subject: [PATCH] Accepting request 934036 from home:dimstar:Factory - Drop bogus condition "> 1550": that would mean 'more recent than Tumbleweed' which is technically impossible, as Tumbleweed is the leading project (and the condition causes issues as Tumbleweed needs to move away from 1550 due to CODE 15 SP5 plans). OBS-URL: https://build.opensuse.org/request/show/934036 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=56 --- gnutls.changes | 8 ++++++++ gnutls.spec | 11 ----------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/gnutls.changes b/gnutls.changes index 920d559..fedfca6 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 26 08:26:19 UTC 2021 - Dominique Leuenberger + +- Drop bogus condition "> 1550": that would mean 'more recent than + Tumbleweed' which is technically impossible, as Tumbleweed is the + leading project (and the condition causes issues as Tumbleweed + needs to move away from 1550 due to CODE 15 SP5 plans). + ------------------------------------------------------------------- Tue Jun 1 01:00:34 UTC 2021 - Ferdinand Thiessen diff --git a/gnutls.spec b/gnutls.spec index 8d63e6f..05e02ed 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -352,19 +352,8 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null || { %if %{with guile} %files guile -%if 0%{?suse_version} > 1550 -%{_libdir}/guile/3.0/guile-gnutls*.so* -%{_libdir}/guile/3.0/site-ccache -%{_libdir}/guile/3.0/site-ccache/gnutls -%{_libdir}/guile/3.0/site-ccache/gnutls.go -%{_libdir}/guile/3.0/site-ccache/gnutls/extra.go -%{_datadir}/guile/gnutls -%{_datadir}/guile/gnutls.scm -%{_datadir}/guile/gnutls/extra.scm -%else %{_libdir}/guile/* %{_datadir}/guile/gnutls* %endif -%endif %changelog