Skip to content

Commit 1dd0562

Browse files
committed
rpm: rewrite summary, description, fix changelog
Part of the fedora review process. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent b9ac85f commit 1dd0562

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

rpm/SPECS/python-ethtool.spec

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
22
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
33

4-
Summary: ethtool python bindings
4+
Summary: Ethernet settings python bindings
55
Name: python-ethtool
66
Version: 0.2
77
Release: 1%{?dist}
88
Source0: %{name}-%{version}.tar.bz2
9-
License: GPLv2+
9+
License: GPLv2
1010
Group: System Environment/Libraries
1111
BuildRequires: python-devel
1212
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1313

1414
%description
15-
ethtool python bindings
15+
Python bindings for the ethtool kernel interface, that allows querying and
16+
changing of ethernet card settings, such as speed, port, autonegotiation, and
17+
PCI locations.
1618

1719
%prep
1820
%setup -q
@@ -39,6 +41,10 @@ rm -rf %{buildroot}
3941
%endif
4042

4143
%changelog
44+
* Wed Aug 20 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.2-1
45+
- Expand description and summary fields, as part of the fedora
46+
review process.
47+
4248
* Tue Jun 10 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-3
4349
- add dist to the release tag
4450

0 commit comments

Comments
 (0)