SHA256
1
0
forked from pool/wireshark

Updating link to change in openSUSE:Factory/wireshark revision 38.0

OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=46020062903b18a5134f12610a3efee6
This commit is contained in:
OBS User buildservice-autocommit 2010-12-20 13:20:13 +00:00 committed by Git OBS Bridge
parent 5f43462a4e
commit 5aab0a4fd6

View File

@ -1,7 +1,21 @@
#
# spec file for package wireshark (Version 1.4.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# disable caps for now
%define use_caps 0
@ -117,6 +131,7 @@ install -D -m 0644 wireshark.desktop %{buildroot}%{_datadir}/applications/wiresh
rm -rf %{buildroot}
%if %{use_caps}
%pre
getent group wireshark >/dev/null || groupadd wireshark
%endif