!44 [sync] PR-43: modify BuildRequies from gtk2-devel to gtk3-devel

From: @openeuler-sync-bot 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
This commit is contained in:
openeuler-ci-bot 2024-09-09 09:00:48 +00:00 committed by Gitee
commit a197a7a2fc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: mtr
Version: 0.95
Release: 2
Release: 3
Epoch: 2
Summary: Ping and Traceroute Network Diagnostic Tool
License: GPLv2 and BSD
@ -10,7 +10,7 @@ URL: https://www.bitwizard.nl/mtr/
Source0: https://github.com/traviscross/mtr/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: net-x%{name}.desktop
Source2: mtr-gtk-pkexec-wrapper.sh
BuildRequires: git autoconf automake libtool ncurses-devel gtk2-devel desktop-file-utils
BuildRequires: git autoconf automake libtool ncurses-devel gtk3-devel desktop-file-utils
%if %{?openEuler:1}0
Provides: %{name}-gtk = %{epoch}:%{version}-%{release}
@ -25,14 +25,14 @@ and percentage for all network hops between the systems.
%if %{!?openEuler:1}0
%package gtk
Summary: GTK+ interface for MTR
Summary: GTK interface for MTR
Group: Applications/Internet
Requires: %{name} = %{epoch}:%{version}-%{release}
%description gtk
MTR combines the functionality of the 'traceroute' and 'ping' programs
in a single network diagnostic tool. The mtr-gtk package provides the
GTK+ interface for MTR.
GTK interface for MTR.
%endif
%package_help
@ -89,6 +89,12 @@ make test
%{_mandir}/man8/*
%changelog
* Thu Aug 29 2024 yanglu <yanglu72@h-partners.com> - 2:0.95-3
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:modify BuildRequies from gtk2-devel to gtk3-devel
* Mon Oct 24 2022 xingwei <xingwei14@h-partners.com> - 2:0.95-2
- Type:bugfix
- CVE:NA