From 1b2535f993149913ef27bb901373be23a4cf8b3e Mon Sep 17 00:00:00 2001 From: thek0tyara Date: Sun, 22 Feb 2026 20:18:52 +0300 Subject: [PATCH] Update .gear/tuwunel.spec --- .gear/tuwunel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gear/tuwunel.spec b/.gear/tuwunel.spec index edaf4a8ab..57bb59eb1 100644 --- a/.gear/tuwunel.spec +++ b/.gear/tuwunel.spec @@ -30,13 +30,13 @@ fully implementing the Matrix Specification for all but the most niche uses. %prep %setup -a1 cat %SOURCE2 >> .cargo/config.toml +sed 's/PrivateUsers/#PrivateUsers/' -i rpm/tuwunel.service %build %rust_build %install install -Dm 755 target/release/%name %buildroot/%_sbindir/%name -sed 's/PrivateUsers/#PrivateUsers/' -i rpm/tuwunel.service install -Dm 644 rpm/tuwunel.service %buildroot/%_unitdir/%name.service install -D -m 0644 %SOURCE3 %buildroot/%_sysusersdir/%name.conf install -D -m 0644 tuwunel-example.toml %buildroot/%_sysconfdir/%name/tuwunel.toml