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:
Dominique Leuenberger 2016-04-03 21:04:33 +00:00 committed by Git OBS Bridge
commit bf98ca1934
2 changed files with 7 additions and 2 deletions

View File

@ -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 Sun Apr 26 18:51:40 UTC 2015 - astieger@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package tcpdump # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -52,7 +52,7 @@ make %{?_smp_mflags}
%install %install
make DESTDIR=%{buildroot} install %{?_smp_mflags} make DESTDIR=%{buildroot} install %{?_smp_mflags}
%ifarch s390 s390x %ifarch s390 s390x
install -D -m 755 ${SOURCE1} %{buildroot}%{_sbindir} install -D -m 755 %{SOURCE1} %{buildroot}%{_sbindir}
%endif %endif
rm %{buildroot}/%{_sbindir}/tcpdump.%{version} rm %{buildroot}/%{_sbindir}/tcpdump.%{version}