Skip to content

Commit

Permalink
removed some unneeded but pre-packaged patches
Browse files Browse the repository at this point in the history
  • Loading branch information
useidel committed Aug 30, 2024
1 parent e2ee4ba commit fa4f369
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion signal-desktop.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: signal-desktop
Version: 7.22.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Private messaging from your desktop
License: GPLv3
URL: https://github.com/signalapp/Signal-Desktop/
Expand Down Expand Up @@ -37,6 +37,10 @@ tar xfz %{S:0}

cd Signal-Desktop-%{version}

# remove unneeded but pre-packaged patches
rm -f patches/socks-proxy-agent*
rm -f patches/*express*

# Allow higher Node versions
sed 's#"node": "#&>=#' -i package.json

Expand Down Expand Up @@ -137,6 +141,9 @@ done


%changelog
* Fri Aug 30 2024 Udo Seidel <[email protected]> 7.22.2-2
- remove of unneeded but pre-packaged patch for nodes socks-proxy-agent and types-express

* Fri Aug 30 2024 Udo Seidel <[email protected]> 7.22.2-1
- see previous entry

Expand Down

0 comments on commit fa4f369

Please sign in to comment.