sha256sum
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=178
This commit is contained in:
parent
abf555cc4c
commit
2898352c8e
@ -177,6 +177,7 @@ This package contains the newer Qt based UI for Wireshark.
|
||||
# Verify hashes in that file against source tarball.
|
||||
echo "`grep %{name}-%{version}.tar.bz2 %{S:2} | grep MD5 | head -n1 | cut -d= -f2` %{S:0}" | md5sum -c
|
||||
echo "`grep %{name}-%{version}.tar.bz2 %{S:2} | grep SHA1 | head -n1 | cut -d= -f2` %{S:0}" | sha1sum -c
|
||||
echo "`grep %{name}-%{version}.tar.bz2 %{S:2} | grep SHA256 | head -n1 | cut -d= -f2` %{S:0}" | sha256sum -c
|
||||
|
||||
%setup -q
|
||||
%patch2 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user