summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clog5
-rw-r--r--uw-imap.spec7
2 files changed, 7 insertions, 5 deletions
diff --git a/clog b/clog
index 010d36c..ba3298a 100644
--- a/clog
+++ b/clog
@@ -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