diff --git a/rfkill.spec b/rfkill.spec index 0957d0d..a85bddb 100644 --- a/rfkill.spec +++ b/rfkill.spec @@ -1,7 +1,7 @@ Name: rfkill Version: 0.3 -Release: 1%{?dist} -Summary: A tool to query the state of RF kill interfaces +Release: 2%{?dist} +Summary: A tool for enabling and disabling wireless devices Group: System Environment/Base License: BSD @@ -11,9 +11,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description -rfkill is a small tool to query the state of the rfkill switches, -buttons and subsystem interfaces. - +rfkill is a simple tool for accessing the Linux rfkill device interface, +which is used to enable and disable wireless networking devices, typically +WLAN, Bluetooth and mobile broadband. %prep %setup -q @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Sep 15 2009 John W. Linville 0.3-2 +- Change summary and description as suggested by Tomasz Torcz + * Thu Sep 3 2009 John W. Linville 0.3-1 - Update to upstream version 0.3 - Use 'make install' and include man page in files section