- 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
|
||||
Version: 0.6.10
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||
Group: System Environment/Daemons
|
||||
License: BSD
|
||||
URL: http://w1.fi/hostapd
|
||||
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
|
||||
Source2: %{name}.conf
|
||||
Source3: %{name}.sysconfig
|
||||
@ -120,7 +120,7 @@ rm -rf %{buildroot}
|
||||
%{_sbindir}/hostapd
|
||||
%{_sbindir}/hostapd_cli
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
%dir %{_localstatedir}/run/%{name}
|
||||
%ghost %{_localstatedir}/run/%{name}
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man8/*
|
||||
|
||||
@ -143,6 +143,10 @@ fi
|
||||
|
||||
|
||||
%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
|
||||
- Move DTIM period configuration into Beacon set operation
|
||||
|
||||
@ -165,14 +169,14 @@ fi
|
||||
- Use openssl instead of gnutls (broken)
|
||||
|
||||
* 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
|
||||
- Add %{?dist} tag
|
||||
- Add dist tag
|
||||
|
||||
* Wed Dec 16 2009 John W. Linville <linville@redhat.com> - 0.6.9-3
|
||||
- Use gnutls instead of openssl
|
||||
- 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
|
||||
|
||||
* Wed Dec 16 2009 John W. Linville <linville@redhat.com> - 0.6.9-2
|
||||
|
Loading…
Reference in New Issue
Block a user