summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2014-10-10 22:37:09 +0200
committerJiri Kastner <jkastner@redhat.com>2014-10-10 22:37:09 +0200
commit91451188a18d7ea5a0b414f031c4c056264830c6 (patch)
tree5e9a15c88e9e9ffe33d5cc73b07ff8dd7248158e
parent9c9bad2235ac7994e82a595708eca784276cee94 (diff)
downloadpython-inet_diag-91451188a18d7ea5a0b414f031c4c056264830c6.tar.gz
release 0.1v0.1
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--python-inet_diag.spec (renamed from rpm/SPECS/python-inet_diag.spec)4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/rpm/SPECS/python-inet_diag.spec b/python-inet_diag.spec
index 2659d53..c7ad753 100644
--- a/rpm/SPECS/python-inet_diag.spec
+++ b/python-inet_diag.spec
@@ -5,8 +5,8 @@ Summary: Ethernet settings python bindings
Name: python-inet_diag
Version: 0.1
Release: 1%{?dist}
-URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-inet_diag.git
-Source: http://userweb.kernel.org/~acme/python-inet_diag/%{name}-%{version}.tar.bz2
+URL: https://rt.wiki.kernel.org/index.php/Tuna
+Source: https://www.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.bz2
License: GPLv2
Group: System Environment/Libraries
BuildRequires: python-devel
diff --git a/setup.py b/setup.py
index 865fd87..9643901 100644
--- a/setup.py
+++ b/setup.py
@@ -11,5 +11,5 @@ setup(name='inet_diag',
description='Python module to interface with inet_diag',
author='Arnaldo Carvalho de Melo',
author_email='acme@redhat.com',
- url='http://fedoraproject.org/wiki/python-inet_diag',
+ url='https://rt.wiki.kernel.org/index.php/Tuna',
ext_modules=[inet_diag])