Accepting request 1160857 from X11:terminals

- Filter platform specific dependencies. Only pull those that is required
  for linux platforms.
- Set `filter` to true in _service file.
- Update vendored dependencies with filter enabled.

Using filterer cut 120+MB of dependencies to ~50MB

OBS-URL: https://build.opensuse.org/request/show/1160857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=36
This commit is contained in:
Ana Guerrero 2024-03-25 20:08:11 +00:00 committed by Git OBS Bridge
commit 1cf2dd9a95
4 changed files with 13 additions and 5 deletions

View File

@ -19,7 +19,7 @@
<service name="cargo_vendor" mode="manual">
<param name="src">wezterm</param>
<param name="update">true</param>
<param name="i-accept-the-risk">RUSTSEC-2022-0090</param>
<param name="filter">true</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bfabdeb8acff3431e5c7cfd6880d43a59f6971f8b32f9aec9114d21c27f2c31
size 93940619
oid sha256:88a6f4d723d557a5715c66341cf9b412acd3201ad8740316e645bbd464dfe9c6
size 55077854

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd574a16e347ba7d184e56bd0f4a7f809f779efd2d14b914fdcb123d8d9feac9
size 101089978
oid sha256:b0ecb95e00f35322af3098e7cd4a5bab45eba31cd566447ad7f1d06518144ea6
size 101089980

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 23 00:45:08 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Filter platform specific dependencies. Only pull those that is required
for linux platforms.
- Set `filter` to true in _service file.
- Update vendored dependencies with filter enabled.
-------------------------------------------------------------------
Sat Feb 24 10:06:28 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>