From 24c8d88cafd1198b78b994ece40cefe3aa8bbe5a Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Wed, 20 Aug 2008 10:39:25 -0300 Subject: rpm: Added URL tag and URL to the Source tag Part of the fedora review process. Signed-off-by: Arnaldo Carvalho de Melo --- rpm/SPECS/python-ethtool.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rpm/SPECS/python-ethtool.spec') diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec index 94ddf62..e05378f 100644 --- a/rpm/SPECS/python-ethtool.spec +++ b/rpm/SPECS/python-ethtool.spec @@ -5,7 +5,8 @@ Summary: Ethernet settings python bindings Name: python-ethtool Version: 0.2 Release: 1%{?dist} -Source0: %{name}-%{version}.tar.bz2 +URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git +Source: http://userweb.kernel.org/~acme/python-ethtool/%{name}-%{version}.tar.bz2 License: GPLv2 Group: System Environment/Libraries BuildRequires: python-devel -- cgit