summaryrefslogtreecommitdiffstats
path: root/rpm
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-08-20 10:30:42 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-08-20 10:30:42 -0300
commit1dd05622ba7ef4e1ab64d341bb84d6528a0a9b42 (patch)
treea4bd2c4973d541934fab6541e5f6b284efd40b96 /rpm
parentb9ac85f3bcecf19a7e40a550e40c5c40e3333e6a (diff)
downloadpython-ethtool-1dd05622ba7ef4e1ab64d341bb84d6528a0a9b42.tar.gz
python-ethtool-1dd05622ba7ef4e1ab64d341bb84d6528a0a9b42.tar.xz
python-ethtool-1dd05622ba7ef4e1ab64d341bb84d6528a0a9b42.zip
rpm: rewrite summary, description, fix changelog
Part of the fedora review process. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'rpm')
-rw-r--r--rpm/SPECS/python-ethtool.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec
index 979c2ed..94ddf62 100644
--- a/rpm/SPECS/python-ethtool.spec
+++ b/rpm/SPECS/python-ethtool.spec
@@ -1,18 +1,20 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
-Summary: ethtool python bindings
+Summary: Ethernet settings python bindings
Name: python-ethtool
Version: 0.2
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.bz2
-License: GPLv2+
+License: GPLv2
Group: System Environment/Libraries
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
-ethtool python bindings
+Python bindings for the ethtool kernel interface, that allows querying and
+changing of ethernet card settings, such as speed, port, autonegotiation, and
+PCI locations.
%prep
%setup -q
@@ -39,6 +41,10 @@ rm -rf %{buildroot}
%endif
%changelog
+* Wed Aug 20 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.2-1
+- Expand description and summary fields, as part of the fedora
+ review process.
+
* Tue Jun 10 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-3
- add dist to the release tag