From a897bbde9e4c8bc0a6a5e1d7643fee440ec8db589546270387c94f572872e9ce Mon Sep 17 00:00:00 2001
From: "P. Janouch"
Date: Fri, 15 Apr 2016 10:19:22 +0000
Subject: [PATCH] Accepting request 390082 from
home:oertel:branches:network:utilities
- fix filelist to fix build on s390/s390x
OBS-URL: https://build.opensuse.org/request/show/390082
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpdump?expand=0&rev=33
---
tcpdump.changes | 5 +++++
tcpdump.spec | 3 +++
2 files changed, 8 insertions(+)
diff --git a/tcpdump.changes b/tcpdump.changes
index 7ee415a..d46952c 100644
--- a/tcpdump.changes
+++ b/tcpdump.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Apr 15 01:28:38 CEST 2016 - ro@suse.de
+
+- fix filelist to fix build on s390/s390x
+
-------------------------------------------------------------------
Wed Mar 30 07:43:04 UTC 2016 - bg@suse.com
diff --git a/tcpdump.spec b/tcpdump.spec
index 6e3ec1b..a71eb0a 100644
--- a/tcpdump.spec
+++ b/tcpdump.spec
@@ -64,5 +64,8 @@ make check %{?_smp_mflags}
%doc CHANGES CREDITS LICENSE README* *.awk
%doc %{_mandir}/man?/*
%{_sbindir}/tcpdump
+%ifarch s390 s390x
+%{_sbindir}/tcpdump-qeth
+%endif
%changelog