|
@@ -1,5 +1,5 @@
|
|
%define base_name hostapd
|
|
%define base_name hostapd
|
|
-%define pkg_version 1.1
|
|
|
|
|
|
+%define pkg_version 2.0
|
|
%define pkg_release 1%{?_dist_release}
|
|
%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
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
|
|
@@ -87,7 +87,7 @@ fi
|
|
%attr(0755, root, root) %{_initdir}/%{base_name}
|
|
%attr(0755, root, root) %{_initdir}/%{base_name}
|
|
|
|
|
|
# Config Files
|
|
# Config Files
|
|
-%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/%{base_name}/%{base_name}.conf
|
|
|
|
|
|
+%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/%{base_name}/%{base_name}.conf.sample
|
|
|
|
|
|
# Document Files
|
|
# Document Files
|
|
%doc %{base_name}/ChangeLog COPYING README
|
|
%doc %{base_name}/ChangeLog COPYING README
|
|
@@ -95,6 +95,12 @@ fi
|
|
%{_mandir}/man1/hostapd_cli.1.gz
|
|
%{_mandir}/man1/hostapd_cli.1.gz
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 17 2013 Masahiro INOUE <miyabi.-.inoue@nifty.com> 2.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- change filename hostapd.conf -> hostapd.conf.sample
|
|
|
|
+- change .config
|
|
|
|
+ - add WPS support
|
|
|
|
+
|
|
* Sun Dec 2 2012 Masahiro INOUE <miyabi.-.inoue@nifty.com> 1.1-1
|
|
* Sun Dec 2 2012 Masahiro INOUE <miyabi.-.inoue@nifty.com> 1.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|
|
@@ -128,7 +134,7 @@ fi
|
|
* Sat May 08 2010 Masahiro INOUE <miyabi.-.inoue@nifty.com> 0.6.10-1
|
|
* Sat May 08 2010 Masahiro INOUE <miyabi.-.inoue@nifty.com> 0.6.10-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|
|
-* Mon Nov 15 2009 Masahiro INOUE <miyabi.-.inoue@nifty.com> 0.6.9-1
|
|
|
|
|
|
+* Sun Nov 15 2009 Masahiro INOUE <miyabi.-.inoue@nifty.com> 0.6.9-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|
|
* Mon Jan 05 2009 Masahiro INOUE <miyabi.-.inoue@nifty.com> 0.5.11-1
|
|
* Mon Jan 05 2009 Masahiro INOUE <miyabi.-.inoue@nifty.com> 0.5.11-1
|