Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
2 changed files with 2 additions and 26 deletions
|
|
@ -1,9 +1,3 @@
|
|||
# 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 %{shrink: \
|
||||
%{!?rhel:x86_64 aarch64 riscv64 %{mips64}} \
|
||||
%{?rhel:x86_64} \
|
||||
}
|
||||
%zig_arches x86_64 aarch64 riscv64 %{mips64}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Name: zig-srpm-macros
|
||||
Version: 1
|
||||
Release: 9%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: SRPM macros required for Zig packages
|
||||
|
||||
License: MIT
|
||||
|
|
@ -29,24 +29,6 @@ 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