diff --git a/.gitignore b/.gitignore index 22dfd02..1cd8a7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tsung-1.5.0.tar.gz /tsung-1.5.1.tar.gz +/tsung-1.6.0.tar.gz diff --git a/sources b/sources index c1b3b51..41a792a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7759f94546b64adb185a38b3f3bf072f tsung-1.5.1.tar.gz +ecefc861c2e0c1f99da459261559055a tsung-1.6.0.tar.gz diff --git a/tsung.spec b/tsung.spec index 75e908a..1fd83e3 100644 --- a/tsung.spec +++ b/tsung.spec @@ -31,7 +31,7 @@ supports GET and POST methods, Cookies, and Basic WWW-authentication. It also has support for SSL. %prep -%setup -qn %{name} +%setup -qn %{name}-%{version} # Fix bogus shebangs. sed -i 's|/usr/bin/env bash|/bin/bash|' *.sh.in sed -i 's|/usr/bin/env python|%{__python2}|' src/tsung-plotter/tsplot.py.in