From 6244d5d9417c840711fa5eb7cfd0d99add10fc31 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 7 Nov 2024 13:57:25 +0000 Subject: automatic import of gns3-gui --- gns3-gui.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gns3-gui.spec') diff --git a/gns3-gui.spec b/gns3-gui.spec index 3c70986..bd6703a 100644 --- a/gns3-gui.spec +++ b/gns3-gui.spec @@ -4,7 +4,7 @@ %global git_tag %{version} Name: gns3-gui -Version: 2.2.50 +Version: 2.2.51 Release: 1%{?dist} Summary: GNS3 graphical user interface @@ -42,9 +42,10 @@ sed -i -r 's/==/>=/g' requirements.txt sed -i -r 's/sentry-sdk.*//g' requirements.txt sed -i -r 's/truststore.*//g' requirements.txt # Lower psutil>=5.8.0 -sed -i -r 's/psutil>=6.0.0/psutil>=5.8.0/' requirements.txt +sed -i -r 's/psutil>=6.1.0/psutil>=5.8.0/' requirements.txt sed -i -r 's/distro>=1.9.*/distro>=1.5.0/' requirements.txt sed -i -r 's/jsonschema>=4.23,<4.24/jsonschema>=3.2.0/' requirements.txt +sed -i -r 's/setuptools>=61.0/setuptools>=53.0/' setup.py # Disable update alerts sed -i 's/"check_for_update": True,/"check_for_update": False,/' gns3/settings.py @@ -91,6 +92,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/gns3*.desktop %{_datadir}/appdata/%{name}.appdata.xml %changelog +* Thu Nov 7 2024 Alexey Kurov - 2.2.51-1 +- Update to 2.2.51 + * Mon Oct 21 2024 Alexey Kurov - 2.2.50-1 - Update to 2.2.50 -- cgit v1.2.3