diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-07 13:57:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-07 13:57:25 +0000 |
commit | 6244d5d9417c840711fa5eb7cfd0d99add10fc31 (patch) | |
tree | 50393f4de4c445b296d005d042d4f2d39af43b8b /gns3-gui.spec | |
parent | 179f9b252f94909371c827f53a087e72eb99fc85 (diff) |
automatic import of gns3-gui
Diffstat (limited to 'gns3-gui.spec')
-rw-r--r-- | gns3-gui.spec | 8 |
1 files changed, 6 insertions, 2 deletions
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 <nucleo@fedoraproject.org> - 2.2.51-1 +- Update to 2.2.51 + * Mon Oct 21 2024 Alexey Kurov <nucleo@fedoraproject.org> - 2.2.50-1 - Update to 2.2.50 |