summaryrefslogtreecommitdiff
path: root/gns3-gui.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-04-22 17:38:12 +0000
committerCoprDistGit <infra@openeuler.org>2025-04-22 17:38:12 +0000
commitb3bd56e95df180b5348d6c49c5f5ed062cd246dd (patch)
tree5cecb16ab7b15a9f38ac8c451ee2e78cfe244f13 /gns3-gui.spec
parent6d085e900a52485a7d53bf9f9dadc849c97dc50f (diff)
automatic import of gns3-guiopeneuler24.03_LTS
Diffstat (limited to 'gns3-gui.spec')
-rw-r--r--gns3-gui.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/gns3-gui.spec b/gns3-gui.spec
index c259580..8dfe938 100644
--- a/gns3-gui.spec
+++ b/gns3-gui.spec
@@ -4,7 +4,7 @@
%global git_tag %{version}
Name: gns3-gui
-Version: 2.2.53
+Version: 2.2.54
Release: 1%{?dist}
Summary: GNS3 graphical user interface
@@ -42,7 +42,7 @@ 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.1.1/psutil>=5.8.0/' requirements.txt
+sed -i -r 's/psutil>=7.0.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
@@ -91,6 +91,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/gns3*.desktop
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Tue Apr 22 2025 Alexey Kurov <nucleo@fedoraproject.org> - 2.2.54-1
+- Update to 2.2.54
+
* Wed Jan 22 2025 Alexey Kurov <nucleo@fedoraproject.org> - 2.2.53-1
- Update to 2.2.53