Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6cc026ca1 | ||
|
|
6b87bf3d63 | ||
|
|
a2da03a338 |
||
|
|
bdf18e181b |
||
|
|
ec599293ef |
||
|
|
de9463f617 | ||
|
|
970febd098 |
2 changed files with 26 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
# zig_arches lists what arches Zig works on
|
||||
# Zig depends on a C compiler (gcc) during bootstraping
|
||||
# older versions of gcc fail to compile the transpiled code
|
||||
# so we limit it to x86_64 on rhel
|
||||
|
||||
%zig_arches x86_64 aarch64 riscv64 %{mips64}
|
||||
%zig_arches %{shrink: \
|
||||
%{!?rhel:x86_64 aarch64 riscv64 %{mips64}} \
|
||||
%{?rhel:x86_64} \
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Name: zig-srpm-macros
|
||||
Version: 1
|
||||
Release: 3%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: SRPM macros required for Zig packages
|
||||
|
||||
License: MIT
|
||||
|
|
@ -29,6 +29,24 @@ install -pm 644 macros.* %{buildroot}%{rpmmacrodir}/
|
|||
%{rpmmacrodir}/macros.zig-srpm
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Sun Jan 04 2026 Jan200101 <sentrycraft123@gmail.com> - 1-7
|
||||
- correct macro definition to only use macros
|
||||
|
||||
* Sun Jan 04 2026 Jan200101 <sentrycraft123@gmail.com> - 1-6
|
||||
- limit build architectures on EPEL
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue