Accepting request 381498 from network:utilities
1 OBS-URL: https://build.opensuse.org/request/show/381498 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcpdump?expand=0&rev=32
This commit is contained in:
commit
bf98ca1934
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user