[wicd] - Correct typo with _systemd_unitdir macro usage in spec file

David Cantrell dcantrel at fedoraproject.org
Sun Jan 16 02:16:09 UTC 2011


commit b67779aa2d8f5f8e8e228745899a809d22e71013
Author: David Cantrell <dcantrell at redhat.com>
Date:   Sat Jan 15 16:14:53 2011 -1000

    - Correct typo with _systemd_unitdir macro usage in spec file

 wicd.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/wicd.spec b/wicd.spec
index 82f2cd5..fae4237 100644
--- a/wicd.spec
+++ b/wicd.spec
@@ -9,7 +9,7 @@
 
 Name:                wicd
 Version:             1.7.0
-Release:             5%{?dist}
+Release:             6%{?dist}
 Summary:             Wireless and wired network connection manager
 
 Group:               System Environment/Base
@@ -135,8 +135,8 @@ sed -i -e '/^#!\//, 1d' %{buildroot}%{python_sitelib}/wicd/logfile.py
 mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
 install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/wicd
 
-mkdir -p %{buildroot}%{_systemd_unit_dir}
-install -m 0644 %{SOURCE2} %{buildroot}%{_systemd_unit_dir}/wicd.service
+mkdir -p %{buildroot}%{_systemd_unitdir}
+install -m 0644 %{SOURCE2} %{buildroot}%{_systemd_unitdir}/wicd.service
 
 desktop-file-install \
     --remove-category="Application" \
@@ -223,7 +223,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wep-shared
 %config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa
 %config(noreplace) %{_sysconfdir}/wicd/encryption/templates/wpa-psk
-%{_systemd_unit_dir}/wicd.service
+%{_systemd_unitdir}/wicd.service
 %{python_sitelib}/wicd/*
 %{python_sitelib}/Wicd-%{version}*.egg-info
 %{_bindir}/wicd-cli
@@ -272,6 +272,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/scalable/apps/wicd-gtk.svg
 
 %changelog
+* Sat Jan 15 2011 David Cantrell <dcantrell at redhat.com> - 1.7.0-6
+- Correct typo with _systemd_unitdir macro usage in spec file
+
 * Sat Jan 15 2011 David Cantrell <dcantrell at redhat.com> - 1.7.0-5
 - Replace existing init script with systemd unit file (#661226)
 


More information about the scm-commits mailing list