diff --git a/python-iptables-0.1.1+git20121114.tar.bz2 b/python-iptables-0.1.1+git20121114.tar.bz2 deleted file mode 100644 index 1dfd5db..0000000 --- a/python-iptables-0.1.1+git20121114.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f61640c877b95f3655c59e43fef97d3e893656f05eaa87ba0e9d3b0136eb7b56 -size 307525 diff --git a/python-iptables-0.2.0.tar.gz b/python-iptables-0.2.0.tar.gz new file mode 100644 index 0000000..b3acdae --- /dev/null +++ b/python-iptables-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef60b7a58338c65de5a0600eeabca92db940e78fef4dbaffe4fc1e9ce9f6dafb +size 45316 diff --git a/python-iptables.changes b/python-iptables.changes index daf5363..5745e24 100644 --- a/python-iptables.changes +++ b/python-iptables.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Dec 8 21:22:27 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.2.0 + + No changelog available +- Use tarball generated with Github tags + ------------------------------------------------------------------- Thu Oct 24 11:07:03 UTC 2013 - speilicke@suse.com diff --git a/python-iptables.spec b/python-iptables.spec index c4dc3c4..a9431f6 100644 --- a/python-iptables.spec +++ b/python-iptables.spec @@ -17,13 +17,14 @@ Name: python-iptables -Version: 0.1.1+git20121114 +Version: 0.2.0 Release: 0 Url: https://github.com/ldx/python-iptables Summary: Python bindings for iptables License: Apache-2.0 Group: Development/Languages/Python -Source: %{name}-%{version}.tar.bz2 +# Source: https://github.com/ldx/python-iptables/archive/v%{version}.tar.gz +Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools @@ -39,7 +40,7 @@ iptables wrapper libraries do; this makes python-iptables faster and not prone t at the same time leveraging all available iptables match and target extensions without further work. %prep -%setup -q -n %{name} +%setup -q %build python setup.py build