From 0e0bf88f48f804fbcaa8cc76c39f7cfb3c7780d7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 11 Feb 2025 13:27:08 +0000 Subject: [PATCH] 1.22.0 --- shadowsocks-rust.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shadowsocks-rust.spec b/shadowsocks-rust.spec index e543e37..a2e657b 100644 --- a/shadowsocks-rust.spec +++ b/shadowsocks-rust.spec @@ -23,6 +23,7 @@ Provides: ssserver == %{version} Provides: sslocal == %{version} Provides: ssmanager == %{version} Provides: ssurl == %{version} +Provides: ssservice == %{version} %description shadowsocks is a fast tunnel proxy that helps you bypass firewalls @@ -48,8 +49,8 @@ make install DESTDIR=%{buildroot} PREFIX=%{_bindir} TARGET=release %files %doc README.md LICENSE examples/ +%{_bindir}/ssservice %{_bindir}/ssserver %{_bindir}/sslocal %{_bindir}/ssmanager %{_bindir}/ssurl -