Add upstream patches to fix various xmtr issues (#1488417)
This commit is contained in:
parent
7d62a9de65
commit
5b3c284e54
1504
mtr-0.94-gtk.patch
Normal file
1504
mtr-0.94-gtk.patch
Normal file
File diff suppressed because it is too large
Load Diff
9
mtr.spec
9
mtr.spec
@ -3,13 +3,16 @@
|
||||
Summary: Network diagnostic tool combining 'traceroute' and 'ping'
|
||||
Name: mtr
|
||||
Version: 0.94
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 2
|
||||
License: GPLv2
|
||||
URL: https://www.bitwizard.nl/mtr/
|
||||
Source0: https://github.com/traviscross/mtr/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: net-x%{name}.desktop
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1488417
|
||||
Patch0: mtr-0.94-gtk.patch
|
||||
|
||||
BuildRequires: gcc make ncurses-devel libcap-devel jansson-devel
|
||||
BuildRequires: autoconf automake libtool git
|
||||
|
||||
@ -47,6 +50,7 @@ about each machine.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .gtk
|
||||
|
||||
%build
|
||||
./bootstrap.sh
|
||||
@ -78,6 +82,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
||||
%{_datadir}/applications/net-x%{name}.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Apr 10 2021 Robert Scheck <robert@fedoraproject.org> - 2:0.94-3
|
||||
- Add upstream patches to fix various xmtr issues (#1488417)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.94-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user