Accepting request 1094643 from openSUSE:Factory:RISCV
- Update constraints for riscv64 OBS-URL: https://build.opensuse.org/request/show/1094643 OBS-URL: https://build.opensuse.org/package/show/server:proxy/shadowsocks-rust?expand=0&rev=10
This commit is contained in:
parent
4d6cc215a7
commit
83a572519e
11
_constraints
11
_constraints
@ -34,4 +34,15 @@
|
|||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
|
||||||
|
<overwrite>
|
||||||
|
<conditions>
|
||||||
|
<arch>riscv64</arch>
|
||||||
|
</conditions>
|
||||||
|
<hardware>
|
||||||
|
<memory>
|
||||||
|
<size unit="G">13</size>
|
||||||
|
</memory>
|
||||||
|
</hardware>
|
||||||
|
</overwrite>
|
||||||
|
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 21 17:34:03 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Update constraints for riscv64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 20 06:46:10 UTC 2023 - opensuse-packaging <opensuse-packaging@opensuse.org>
|
Tue Jun 20 06:46:10 UTC 2023 - opensuse-packaging <opensuse-packaging@opensuse.org>
|
||||||
|
|
||||||
|
@ -15,23 +15,24 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: shadowsocks-rust
|
Name: shadowsocks-rust
|
||||||
Version: 1.15.3
|
Version: 1.15.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust port of Shadowsocks
|
Summary: Rust port of Shadowsocks
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Networking/Web/Proxy
|
Group: Productivity/Networking/Web/Proxy
|
||||||
Url: https://github.com/shadowsocks/shadowsocks-rust
|
URL: https://github.com/shadowsocks/shadowsocks-rust
|
||||||
Source0: https://github.com/shadowsocks/shadowsocks-rust/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/shadowsocks/shadowsocks-rust/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Source2: %{name}.json
|
Source2: %{name}.json
|
||||||
Source3: %{name}-client.service
|
Source3: %{name}-client.service
|
||||||
Source4: %{name}-server.service
|
Source4: %{name}-server.service
|
||||||
Source5: %{name}-manager.service
|
Source5: %{name}-manager.service
|
||||||
BuildRequires: cargo-packaging
|
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
BuildRequires: pkgconfig(openssl)
|
||||||
Recommends: shadowsocks-v2ray-plugin
|
Recommends: shadowsocks-v2ray-plugin
|
||||||
# ExcludeArch: ppc ppc64 ppc64le s390 s390x
|
# ExcludeArch: ppc ppc64 ppc64le s390 s390x
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
|
Loading…
Reference in New Issue
Block a user