Add BuildRequires for systemd-units
This commit is contained in:
parent
06779628b4
commit
2983da39df
@ -1,6 +1,6 @@
|
||||
Name: hostapd
|
||||
Version: 0.7.3
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||
Group: System Environment/Daemons
|
||||
License: BSD
|
||||
@ -14,6 +14,7 @@ Patch0: hostapd-RPM_OPT_FLAGS.patch
|
||||
|
||||
BuildRequires: libnl-devel >= 1.1
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: systemd-units
|
||||
|
||||
#Requires(post): chkconfig
|
||||
#Requires(preun): chkconfig
|
||||
@ -114,7 +115,7 @@ rm -rf %{buildroot}
|
||||
%doc hostapd/hostapd.vlan hostapd/hostapd.wpa_psk
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/hostapd.conf
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/hostapd
|
||||
/%{_unitdir}/hostapd.service
|
||||
%{_unitdir}/hostapd.service
|
||||
%{_sbindir}/hostapd
|
||||
%{_sbindir}/hostapd_cli
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
@ -166,6 +167,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 30 2012 John W. Linville <linville@redhat.com> - 0.7.3-7
|
||||
- Add BuildRequires for systemd-units
|
||||
|
||||
* Fri May 25 2012 John W. Linville <linville@redhat.com> - 0.7.3-6
|
||||
- Fixup typo in configuration file path in hostapd.service
|
||||
- Tighten-up default permissions for hostapd.conf
|
||||
|
Loading…
Reference in New Issue
Block a user