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
# available here:
#
# /usr/share/doc/hostapd-HOSTAPD_VERSION/hostapd.conf
# /usr/share/doc/hostapd/hostapd.conf
#
# For more information, look here:
#

View File

@ -2,7 +2,7 @@
Name: hostapd
Version: 2.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
License: BSD
URL: http://w1.fi/hostapd
@ -60,7 +60,7 @@ Logwatch scripts for hostapd.
%patch1 -p1 -b .message_length
# Prepare default config file
cat %{SOURCE2} | sed -e 's/HOSTAPD_VERSION/'%{version}'/' > %{name}.conf
cp %{SOURCE2} %{name}.conf
%build
cd hostapd
@ -176,6 +176,9 @@ fi
%{_sysconfdir}/logwatch/scripts/services/%{name}
%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
- Update to version 2.3 from upstream