From 51b1afe59ab74f1d9a98a08437d4f545469f221e27920b57e13c3b35a9f5796a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 15 May 2023 10:45:37 +0000 Subject: [PATCH] Accepting request 1087192 from home:Guillaume_G:qemu - Disable GNULIB's year2038 also for 32-bit arm - boo#1211394 OBS-URL: https://build.opensuse.org/request/show/1087192 OBS-URL: https://build.opensuse.org/package/show/security:tls/gnutls?expand=0&rev=91 --- gnutls.changes | 5 +++++ gnutls.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gnutls.changes b/gnutls.changes index 218a5fd..ca2a1de 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 15 09:57:45 UTC 2023 - Guillaume GARDET + +- Disable GNULIB's year2038 also for 32-bit arm - boo#1211394 + ------------------------------------------------------------------- Mon Apr 10 14:48:41 UTC 2023 - Pedro Monreal diff --git a/gnutls.spec b/gnutls.spec index 0bf8711..3451282 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -237,7 +237,7 @@ autoreconf -fiv %if %{with srp} --enable-srp-authentication \ %endif -%ifarch %{ix86} +%ifarch %{ix86} %{arm} --disable-year2038 \ %endif --enable-shared \