Compare commits
No commits in common. "c8s" and "imports/c8/mtr-0.92-1.el8" have entirely different histories.
c8s
...
imports/c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/mtr-0.92.tar.gz
|
SOURCES/mtr-0.92.tar.gz
|
||||||
/mtr-0.92.tar.gz
|
|
||||||
|
1
.mtr.metadata
Normal file
1
.mtr.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
81fe55d8d34cc65f1a03803ada95ce0d7332f8d0 SOURCES/mtr-0.92.tar.gz
|
@ -1,28 +0,0 @@
|
|||||||
From 9d2800441a73a1dfb84f1c97a1e2755b9cac163c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michal Sekletar <msekleta@redhat.com>
|
|
||||||
Date: Fri, 26 Jul 2019 01:56:10 +0200
|
|
||||||
Subject: [PATCH] buildsys: don't set filecaps nor setuid manually and let
|
|
||||||
rpmbuild handle it
|
|
||||||
|
|
||||||
---
|
|
||||||
Makefile.am | 4 ----
|
|
||||||
1 file changed, 4 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
|
||||||
index c0709ca..daebb84 100644
|
|
||||||
--- a/Makefile.am
|
|
||||||
+++ b/Makefile.am
|
|
||||||
@@ -40,10 +40,6 @@ $(PATHFILES): Makefile
|
|
||||||
dist_man_MANS = mtr.8 mtr-packet.8
|
|
||||||
PATHFILES += man/mtr.8 man/mtr-packet.8
|
|
||||||
|
|
||||||
-install-exec-hook:
|
|
||||||
- `setcap cap_net_raw+ep $(DESTDIR)$(sbindir)/mtr-packet` \
|
|
||||||
- || chmod u+s $(DESTDIR)$(sbindir)/mtr-packet
|
|
||||||
-
|
|
||||||
mtr_SOURCES = ui/mtr.c ui/mtr.h \
|
|
||||||
ui/net.c ui/net.h \
|
|
||||||
ui/cmdpipe.c ui/cmdpipe.h \
|
|
||||||
--
|
|
||||||
2.21.0
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Network diagnostic tool combining 'traceroute' and 'ping'
|
Summary: Network diagnostic tool combining 'traceroute' and 'ping'
|
||||||
Name: mtr
|
Name: mtr
|
||||||
Version: 0.92
|
Version: 0.92
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -13,8 +13,6 @@ Source1: net-x%{name}.desktop
|
|||||||
Source2: mtr-gtk-pkexec-wrapper.sh
|
Source2: mtr-gtk-pkexec-wrapper.sh
|
||||||
Source3: org.fedoraproject.mtr.policy
|
Source3: org.fedoraproject.mtr.policy
|
||||||
|
|
||||||
Patch0001: 0001-buildsys-don-t-set-filecaps-nor-setuid-manually-and-.patch
|
|
||||||
|
|
||||||
BuildRequires: ncurses-devel gtk2-devel desktop-file-utils
|
BuildRequires: ncurses-devel gtk2-devel desktop-file-utils
|
||||||
BuildRequires: autoconf automake libtool git
|
BuildRequires: autoconf automake libtool git
|
||||||
|
|
||||||
@ -51,10 +49,9 @@ the link to each machine. While doing this, it prints running statistics
|
|||||||
about each machine.
|
about each machine.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -S git
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vfi
|
|
||||||
export CFLAGS="%{optflags} -fPIE"
|
export CFLAGS="%{optflags} -fPIE"
|
||||||
export LDFLAGS="-z now -pie"
|
export LDFLAGS="-z now -pie"
|
||||||
|
|
||||||
@ -95,12 +92,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
|||||||
%{_datadir}/applications/net-x%{name}.desktop
|
%{_datadir}/applications/net-x%{name}.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 29 2019 Michal Sekletar <msekleta@redhat.com> - 2:0.92-3
|
|
||||||
- fix name of the gating config file (#1681042)
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Michal Sekletar <msekleta@redhat.com> - 2:0.92-2
|
|
||||||
- don't set setuid and filecaps manually (#1633182)
|
|
||||||
|
|
||||||
* Sat Aug 26 2017 Robert Scheck <robert@fedoraproject.org> - 2:0.92-1
|
* Sat Aug 26 2017 Robert Scheck <robert@fedoraproject.org> - 2:0.92-1
|
||||||
- Rebase to 0.92 (#1458265)
|
- Rebase to 0.92 (#1458265)
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
Loading…
Reference in New Issue
Block a user