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