From 19fded287ff9673d1c39781825f77eb487cd9b09 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:53:46 +0000 Subject: [PATCH 1/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 399a2d8e9a2a47b0047feb8e7717b72087c25e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 1 Feb 2025 19:52:54 +0100 Subject: [PATCH 2/5] Add explicit BR: libxcrypt-devel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Esser --- alpine.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine.spec b/alpine.spec index 53e6f59..ac14b46 100644 --- a/alpine.spec +++ b/alpine.spec @@ -60,6 +60,7 @@ Requires: /usr/sbin/sendmail BuildRequires: gcc BuildRequires: make +BuildRequires: libxcrypt-devel %description Alpine -- an Alternatively Licensed Program for Internet From 66775c8356e63d99c2254fe8db085640755d27ed Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Wed, 5 Mar 2025 20:00:30 +0100 Subject: [PATCH 3/5] Use C17 gcc standard. rhbz#2336274 , rhbz#2339882 Use C17 standard for now to buy some time. --- alpine.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/alpine.spec b/alpine.spec index ac14b46..61e189b 100644 --- a/alpine.spec +++ b/alpine.spec @@ -91,6 +91,11 @@ install -m644 -p %{SOURCE1} . %build touch imap/ip6 + +# Add -std=gnu17 for now. +# https://bugzilla.redhat.com/show_bug.cgi?id=2336274 +CFLAGS="%{optflags} -std=gnu17" + # --without-tcl disables the TCL-based CGI "Web Alpine" %configure \ --enable-debug=no \ @@ -108,7 +113,7 @@ touch imap/ip6 # Build single threaded, make is not creating directories in time. export RPM_BUILD_NCPUS=1 -%make_build EXTRACFLAGS="$RPM_OPT_FLAGS" +%make_build %install From bf7af05717216c28bd2f86ee316eaa88620f982f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:54:52 +0000 Subject: [PATCH 4/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 0a147f516a62fad997510991eb488fe0bcd32016 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:36:25 +0000 Subject: [PATCH 5/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild