From e897a0ab3585ea09f9a0d0ab69a51d9dcb6b96d60dd793879c0756e3e083d77b Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Tue, 5 Sep 2023 18:58:17 +0000 Subject: [PATCH] Accepting request 1109012 from home:Andreas_Schwab:Factory - Manually update the included config.sub OBS-URL: https://build.opensuse.org/request/show/1109012 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/enigmail?expand=0&rev=90 --- enigmail.changes | 5 +++++ enigmail.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/enigmail.changes b/enigmail.changes index be68717..d32e361 100644 --- a/enigmail.changes +++ b/enigmail.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 5 09:49:56 UTC 2023 - Andreas Schwab + +- Manually update the included config.sub + ------------------------------------------------------------------- Wed Oct 7 09:35:29 UTC 2020 - Wolfgang Rosenauer diff --git a/enigmail.spec b/enigmail.spec index 127b974..5a634a6 100644 --- a/enigmail.spec +++ b/enigmail.spec @@ -1,7 +1,7 @@ # # spec file for package enigmail # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2014 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties @@ -44,6 +44,10 @@ OpenPGP support. %prep %setup -q -n enigmail +if test -f /usr/lib/rpm/config.sub; then + # The file has been edited in a way that the automatic update fails + cp /usr/lib/rpm/config.sub . +fi %build %configure