diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-21 14:10:21 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-21 14:10:21 +0100 |
commit | ab7bae56b59d23236c14ac4fed7297dbe6de91d7 (patch) | |
tree | 4fcb83bd735f27433e4fa2d7ab17b0185490f46d | |
parent | 4024c8f11795de116a5b037e6b827cee39e66066 (diff) |
F38 build, disable parallel build as broken
-rw-r--r-- | clog | 5 | ||||
-rw-r--r-- | uw-imap.spec | 7 |
2 files changed, 7 insertions, 5 deletions
@@ -1,3 +1,2 @@ -Rebuild for remirepo as dropped from F34 -drop uw-imap and uw-imap-static and uw-imap-utils - as only uw-imap-devel and libc-client needed +F38 build, disable parallel build as broken + diff --git a/uw-imap.spec b/uw-imap.spec index 735c5bb..341d44d 100644 --- a/uw-imap.spec +++ b/uw-imap.spec @@ -19,7 +19,7 @@ Summary: UW Server daemons for IMAP and POP network mail protocols Name: uw-imap Version: 2007f -Release: 30%{?dist} +Release: 31%{?dist} # See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0 License: ASL 2.0 @@ -168,7 +168,7 @@ export EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing" export EXTRACFLAGS="$EXTRACFLAGS -Wno-pointer-sign" echo -e "y\ny" | \ -make %{?_smp_mflags} lnp \ +make lnp \ IP=6 \ EXTRACFLAGS="$EXTRACFLAGS" \ EXTRALDFLAGS="$EXTRALDFLAGS $RPM_LD_FLAGS" \ @@ -307,6 +307,9 @@ done %changelog +* Tue Feb 21 2023 Remi Collet <remi@remirepo.net> - 2007f-31 +- F38 build, disable parallel build as broken + * Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 2007f-30 - Rebuild for remirepo as dropped from F34 - drop uw-imap and uw-imap-static and uw-imap-utils |