Remove version info from /usr/share/doc/hostapd/hostapd.conf
This commit is contained in:
parent
c61db467a5
commit
3c993070da
@ -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:
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user