- Reenable cargo update in _service.

- Reupload vendor.tar.gz with updated deps.
- Add `libgcc_s1` in BuilRequires in specfile.
- Increase physical memory size in _constraints file.
- Enable cargo tests.
- Enable all arches.

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=16
This commit is contained in:
Soc Virnyl Estela 2022-10-04 04:44:38 +00:00 committed by Git OBS Bridge
parent 820f60f61e
commit e7330ca937
5 changed files with 17 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="G">8</size>
<size unit="G">12</size>
</physicalmemory>
</hardware>
</constraints>

View File

@ -2,7 +2,7 @@
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">zellij</param>
<param name="compression">gz</param>
<param name="update">false</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">zellij</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe77b5720d72ebb5e0ab5ecdc0169fda4e38484ab6dabbe046af4e1b50d9aa01
size 35324742
oid sha256:9e1c836afbfdbc1cb8d4ddcdbd1413b8e8368af5b28c91f5db946ff894bba3a8
size 35588679

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 4 04:40:22 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Reenable cargo update in _service.
- Reupload vendor.tar.gz with updated deps.
- Add `libgcc_s1` in BuilRequires in specfile.
- Increase physical memory size in _constraints file.
- Enable cargo tests.
- Enable all arches.
-------------------------------------------------------------------
Mon Oct 3 01:16:19 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -16,7 +16,7 @@
#
%bcond_with test
%bcond_without test
Name: zellij
Version: 0.31.4
Release: 0
@ -28,8 +28,9 @@ Source1: vendor.tar.gz
Source2: cargo_config
Source3: README.suse-maint.md
BuildRequires: cargo-packaging
BuildRequires: libgcc_s1
BuildRequires: rust+cargo >= 1.62
ExclusiveArch: %{rust_tier1_arches}
ExclusiveArch: %{rust_arches}
%if %{with test}
BuildRequires: pkgconfig(openssl)
%endif