From 75ec22ceb4ca3b8009605a7ce499d0c5e8a20fb26433a2e02709b27c444b4c9d Mon Sep 17 00:00:00 2001
From: "P. Janouch"
Date: Wed, 30 Mar 2016 08:57:24 +0000
Subject: [PATCH] Accepting request 381462 from
home:azouhr:branches:network:utilities
- correctly reference SOURCE1 during installation for s390x
OBS-URL: https://build.opensuse.org/request/show/381462
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpdump?expand=0&rev=31
---
tcpdump.changes | 5 +++++
tcpdump.spec | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/tcpdump.changes b/tcpdump.changes
index 64adeeb..7ee415a 100644
--- a/tcpdump.changes
+++ b/tcpdump.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Wed Mar 30 07:43:04 UTC 2016 - bg@suse.com
+
+- correctly reference SOURCE1 during installation for s390x
+
-------------------------------------------------------------------
Sun Apr 26 18:51:40 UTC 2015 - astieger@suse.com
diff --git a/tcpdump.spec b/tcpdump.spec
index d7e45a4..6e3ec1b 100644
--- a/tcpdump.spec
+++ b/tcpdump.spec
@@ -1,7 +1,7 @@
#
# spec file for package tcpdump
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -52,7 +52,7 @@ make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%ifarch s390 s390x
- install -D -m 755 ${SOURCE1} %{buildroot}%{_sbindir}
+ install -D -m 755 %{SOURCE1} %{buildroot}%{_sbindir}
%endif
rm %{buildroot}/%{_sbindir}/tcpdump.%{version}