- 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:
parent
820f60f61e
commit
e7330ca937
@ -2,7 +2,7 @@
|
|||||||
<constraints>
|
<constraints>
|
||||||
<hardware>
|
<hardware>
|
||||||
<physicalmemory>
|
<physicalmemory>
|
||||||
<size unit="G">8</size>
|
<size unit="G">12</size>
|
||||||
</physicalmemory>
|
</physicalmemory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srcdir">zellij</param>
|
<param name="srcdir">zellij</param>
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
<param name="update">false</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="disabled">
|
<service name="cargo_audit" mode="disabled">
|
||||||
<param name="srcdir">zellij</param>
|
<param name="srcdir">zellij</param>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fe77b5720d72ebb5e0ab5ecdc0169fda4e38484ab6dabbe046af4e1b50d9aa01
|
oid sha256:9e1c836afbfdbc1cb8d4ddcdbd1413b8e8368af5b28c91f5db946ff894bba3a8
|
||||||
size 35324742
|
size 35588679
|
||||||
|
@ -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>
|
Mon Oct 3 01:16:19 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with test
|
%bcond_without test
|
||||||
Name: zellij
|
Name: zellij
|
||||||
Version: 0.31.4
|
Version: 0.31.4
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -28,8 +28,9 @@ Source1: vendor.tar.gz
|
|||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
Source3: README.suse-maint.md
|
Source3: README.suse-maint.md
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
|
BuildRequires: libgcc_s1
|
||||||
BuildRequires: rust+cargo >= 1.62
|
BuildRequires: rust+cargo >= 1.62
|
||||||
ExclusiveArch: %{rust_tier1_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user