Accepting request 1109134 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1109134 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/enigmail?expand=0&rev=44
This commit is contained in:
commit
f0cf280287
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 09:49:56 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Manually update the included config.sub
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 09:35:29 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package enigmail
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2014 Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user