diff --git a/hostapd.init b/hostapd.init index 83b5f20..707761a 100644 --- a/hostapd.init +++ b/hostapd.init @@ -12,8 +12,8 @@ # ### BEGIN INIT INFO # Provides: hostapd -# Required-Start: -# Required-Stop: +# Required-Start: $network +# Required-Stop: $network # Default-Start: # Default-Stop: 0 1 6 # Short-Description: start and stop hostapd diff --git a/hostapd.spec b/hostapd.spec index f03186d..c5bc1b2 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -1,6 +1,6 @@ Name: hostapd Version: 0.6.9 -Release: 7%{?dist} +Release: 8%{?dist} Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator Group: System Environment/Daemons License: BSD @@ -15,7 +15,6 @@ Patch1: hostapd-MSG_DEBUG.patch BuildRequires: libnl-devel >= 1.1 BuildRequires: openssl-devel -BuildRequires: gzip Requires(post): chkconfig Requires(preun): chkconfig @@ -91,11 +90,9 @@ install -pm 0755 hostapd/hostapd_cli %{buildroot}%{_sbindir}/hostapd_cli install -d %{buildroot}/%{_localstatedir}/run/%{name} # man pages -/usr/bin/gzip -c hostapd/hostapd_cli.1 > hostapd/hostapd_cli.1.gz -/usr/bin/gzip -c hostapd/hostapd.8 > hostapd/hostapd.8.gz install -d %{buildroot}%{_mandir}/man{1,8} -install -pm 0644 hostapd/hostapd_cli.1.gz %{buildroot}%{_mandir}/man1 -install -pm 0644 hostapd/hostapd.8.gz %{buildroot}%{_mandir}/man8 +install -pm 0644 hostapd/hostapd_cli.1 %{buildroot}%{_mandir}/man1 +install -pm 0644 hostapd/hostapd.8 %{buildroot}%{_mandir}/man8 # prepare docs cp hostapd/README ./README.hostapd @@ -142,7 +139,11 @@ fi %changelog -* Thu Dec 17 2009 John W. Linville - 0.6.9-7 +* Tue Jan 19 2010 John W. Linville - 0.6.9-8 +- Do not compress man pages manually in spec file +- Correct date of previous changelog entry + +* Thu Jan 14 2010 John W. Linville - 0.6.9-7 - Enable 802.11n support * Thu Dec 17 2009 John W. Linville - 0.6.9-6