Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions products.d/agama-products.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 13 13:30:58 UTC 2025 - Ladislav Slezák <lslezak@suse.com>

- Do not build on 32bit arches (like i586) and PPC64-BE,
the dependant libsuseconnect is 64bit only (bsc#1251846)

-------------------------------------------------------------------
Thu Nov 13 09:39:58 UTC 2025 - Josef Reidinger <jreidinger@suse.com>

Expand Down
3 changes: 3 additions & 0 deletions products.d/agama-products.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ URL: https://github.com/agama-project/agama
BuildArch: noarch
Source0: agama.tar

# do not include in the 32bit repos, the Agama is 64bit only
ExcludeArch: %ix86 s390 ppc64

%description
Products definition for Agama installer.

Expand Down
6 changes: 6 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 19 14:49:59 UTC 2025 - Ladislav Slezák <lslezak@suse.com>

- Do not build on 32bit arches (like i586) and PPC64-BE,
the dependant libsuseconnect does not support these (bsc#1251846)

-------------------------------------------------------------------
Tue Nov 18 08:47:11 UTC 2025 - Michal Filka <mfilka@suse.com>

Expand Down
3 changes: 3 additions & 0 deletions rust/package/agama.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Url: https://github.com/agama-project/agama
Source0: agama.tar
Source1: vendor.tar.zst

# do not build on 32bits, the dependant libsuseconnect is 64bit only
ExcludeArch: %ix86 s390 ppc64

# defines the "limit_build" macro used in the "build" section below
BuildRequires: memory-constraints
BuildRequires: cargo-packaging
Expand Down
3 changes: 3 additions & 0 deletions service/agama-yast.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ BuildRequires: gettext-runtime
Requires: dbus-1-common
Requires: rubygem(agama-yast)

# do not build on 32bits, the dependant libsuseconnect is 64bit only
ExcludeArch: %ix86 s390 ppc64

BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5

Expand Down
6 changes: 6 additions & 0 deletions service/package/rubygem-agama-yast.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 13 13:30:58 UTC 2025 - Ladislav Slezák <lslezak@suse.com>

- Do not build on 32bit arches (like i586) and PPC64-BE,
the dependant libsuseconnect does not support these (bsc#1251846)

-------------------------------------------------------------------
Wed Nov 12 15:42:26 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
6 changes: 6 additions & 0 deletions web/package/agama-web-ui.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 13 13:30:58 UTC 2025 - Ladislav Slezák <lslezak@suse.com>

- Do not build on 32bit arches (like i586) and PPC64-BE,
the dependant libsuseconnect does not support these (bsc#1251846)

-------------------------------------------------------------------
Wed Nov 12 15:42:28 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
3 changes: 3 additions & 0 deletions web/package/agama-web-ui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ BuildArch: noarch
BuildRequires: local-npm-registry
BuildRequires: appstream-glib

# do not include in the 32bit repos, the Agama is 64bit only
ExcludeArch: %ix86 s390 ppc64

%description
Agama web UI for the experimental Agama installer.

Expand Down
Loading