- Use ghost directive for /var/run/hostapd
- Remove some rpmlint warnings
This commit is contained in:
parent
0ac34df32c
commit
1118fe3d7f
16
hostapd.spec
16
hostapd.spec
@ -1,12 +1,12 @@
|
|||||||
Name: hostapd
|
Name: hostapd
|
||||||
Version: 0.6.10
|
Version: 0.6.10
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://w1.fi/hostapd
|
URL: http://w1.fi/hostapd
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Source0: %{URL}/%{name}-%{version}.tar.gz
|
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}.init
|
Source1: %{name}.init
|
||||||
Source2: %{name}.conf
|
Source2: %{name}.conf
|
||||||
Source3: %{name}.sysconfig
|
Source3: %{name}.sysconfig
|
||||||
@ -120,7 +120,7 @@ rm -rf %{buildroot}
|
|||||||
%{_sbindir}/hostapd
|
%{_sbindir}/hostapd
|
||||||
%{_sbindir}/hostapd_cli
|
%{_sbindir}/hostapd_cli
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%dir %{_localstatedir}/run/%{name}
|
%ghost %{_localstatedir}/run/%{name}
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
@ -143,6 +143,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 24 2010 John W. Linville <linville@redhat.com> - 0.6.10-3
|
||||||
|
- Use ghost directive for /var/run/hostapd
|
||||||
|
- Remove some rpmlint warnings
|
||||||
|
|
||||||
* Thu May 27 2010 John W. Linville <linville@redhat.com> - 0.6.10-2
|
* Thu May 27 2010 John W. Linville <linville@redhat.com> - 0.6.10-2
|
||||||
- Move DTIM period configuration into Beacon set operation
|
- Move DTIM period configuration into Beacon set operation
|
||||||
|
|
||||||
@ -165,14 +169,14 @@ fi
|
|||||||
- Use openssl instead of gnutls (broken)
|
- Use openssl instead of gnutls (broken)
|
||||||
|
|
||||||
* Wed Dec 16 2009 John W. Linville <linville@redhat.com> - 0.6.9-4
|
* Wed Dec 16 2009 John W. Linville <linville@redhat.com> - 0.6.9-4
|
||||||
- Remove wired.conf from %doc (not in chosen configuration)
|
- Remove wired.conf from doc (not in chosen configuration)
|
||||||
- Use $RPM_OPT_FLAGS
|
- Use $RPM_OPT_FLAGS
|
||||||
- Add %{?dist} tag
|
- Add dist tag
|
||||||
|
|
||||||
* Wed Dec 16 2009 John W. Linville <linville@redhat.com> - 0.6.9-3
|
* Wed Dec 16 2009 John W. Linville <linville@redhat.com> - 0.6.9-3
|
||||||
- Use gnutls instead of openssl
|
- Use gnutls instead of openssl
|
||||||
- Turn-off internal EAP server (broken w/ gnutls)
|
- Turn-off internal EAP server (broken w/ gnutls)
|
||||||
- Remove %doc files not applicable to chosen configuration
|
- Remove doc files not applicable to chosen configuration
|
||||||
- Un-mangle README filename for logwatch sub-package
|
- Un-mangle README filename for logwatch sub-package
|
||||||
|
|
||||||
* Wed Dec 16 2009 John W. Linville <linville@redhat.com> - 0.6.9-2
|
* Wed Dec 16 2009 John W. Linville <linville@redhat.com> - 0.6.9-2
|
||||||
|
Loading…
Reference in New Issue
Block a user