[hostapd/f16] Add BuildRequires for systemd-units

John W. Linville linville at fedoraproject.org
Wed May 30 13:45:13 UTC 2012


commit 2983da39df55cd3ea8bbc97951550c33df3705c4
Author: John W. Linville <linville at tuxdriver.com>
Date:   Wed May 30 09:40:36 2012 -0400

    Add BuildRequires for systemd-units

 hostapd.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/hostapd.spec b/hostapd.spec
index 8d8aecf..58c7fd6 100644
--- a/hostapd.spec
+++ b/hostapd.spec
@@ -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 at redhat.com> - 0.7.3-7
+- Add BuildRequires for systemd-units
+
 * Fri May 25 2012 John W. Linville <linville at redhat.com> - 0.7.3-6
 - Fixup typo in configuration file path in hostapd.service
 - Tighten-up default permissions for hostapd.conf


More information about the scm-commits mailing list