Remove version info from /usr/share/doc/hostapd/hostapd.conf

This commit is contained in:
John W. Linville 2014-10-28 10:29:31 -04:00
parent c61db467a5
commit 3c993070da
2 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@
# A complete, well commented example configuration file is # A complete, well commented example configuration file is
# available here: # available here:
# #
# /usr/share/doc/hostapd-HOSTAPD_VERSION/hostapd.conf # /usr/share/doc/hostapd/hostapd.conf
# #
# For more information, look here: # For more information, look here:
# #

View File

@ -2,7 +2,7 @@
Name: hostapd Name: hostapd
Version: 2.3 Version: 2.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
License: BSD License: BSD
URL: http://w1.fi/hostapd URL: http://w1.fi/hostapd
@ -60,7 +60,7 @@ Logwatch scripts for hostapd.
%patch1 -p1 -b .message_length %patch1 -p1 -b .message_length
# Prepare default config file # Prepare default config file
cat %{SOURCE2} | sed -e 's/HOSTAPD_VERSION/'%{version}'/' > %{name}.conf cp %{SOURCE2} %{name}.conf
%build %build
cd hostapd cd hostapd
@ -176,6 +176,9 @@ fi
%{_sysconfdir}/logwatch/scripts/services/%{name} %{_sysconfdir}/logwatch/scripts/services/%{name}
%changelog %changelog
* Tue Oct 28 2014 John W. Linville <linville@redhat.com> - 2.3-2
- Remove version info from /usr/share/doc/hostapd/hostapd.conf
* Thu Oct 23 2014 John W. Linville <linville@redhat.com> - 2.3-1 * Thu Oct 23 2014 John W. Linville <linville@redhat.com> - 2.3-1
- Update to version 2.3 from upstream - Update to version 2.3 from upstream