rpms/hostapd/devel hostapd.init,1.1,1.2 hostapd.spec,1.2,1.3

John W. Linville linville at fedoraproject.org
Tue Jan 19 15:43:16 UTC 2010


Author: linville

Update of /cvs/pkgs/rpms/hostapd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20471

Modified Files:
	hostapd.init hostapd.spec 
Log Message:
Do not compress man pages manually in spec file ; Correct date of previous changelog entry


Index: hostapd.init
===================================================================
RCS file: /cvs/pkgs/rpms/hostapd/devel/hostapd.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- hostapd.init	21 Dec 2009 20:06:42 -0000	1.1
+++ hostapd.init	19 Jan 2010 15:43:15 -0000	1.2
@@ -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


Index: hostapd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hostapd/devel/hostapd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- hostapd.spec	14 Jan 2010 19:31:27 -0000	1.2
+++ hostapd.spec	19 Jan 2010 15:43:16 -0000	1.3
@@ -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 %{b
 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 <linville at redhat.com> - 0.6.9-7
+* Tue Jan 19 2010 John W. Linville <linville at redhat.com> - 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 <linville at redhat.com> - 0.6.9-7
 - Enable 802.11n support
 
 * Thu Dec 17 2009 John W. Linville <linville at redhat.com> - 0.6.9-6



More information about the scm-commits mailing list