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}