Compare commits

...

1 Commits
c10s ... a10s

Author SHA1 Message Date
eabdullin
603cf57d65 Enable building on i686 2026-03-23 15:49:58 +03:00

View File

@ -4,7 +4,7 @@
Name: fus
Version: 0+git.%{revcount}.%{shortcommit}
Release: 1%{?dist}
Release: 1%{?dist}.alma.1
Summary: Funny Solver
License: GPLv3+
@ -14,7 +14,7 @@ Patch0: 0001-Use-C99-by-default.patch
Patch1: https://patch-diff.githubusercontent.com/raw/fedora-modularity/fus/pull/72.patch
# No libmodulemd on these arches
ExcludeArch: i686 ppc ppc64 s390
ExcludeArch: ppc ppc64 s390
BuildRequires: meson
BuildRequires: gcc
@ -49,6 +49,9 @@ BuildRequires: pkgconfig(libsoup-2.4) >= 2.4
%{_bindir}/fus
%changelog
* Mon Mar 23 2026 Eduard Abdullin <eabdullin@almalinux.org> - 0+git.116.beed772-1.alma.1
- Enable building on i686
* Tue Feb 02 2021 Lubomír Sedlář <lsedlar@redhat.com> - 0+git.116.beed772-1
- Rebase to latest master