dcantrel pushed to wicd (master). "Remove dependency on pm-utils (#1208313)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 9 13:11:11 UTC 2015


>From 7523d014a30ab430a14d7c3ea917bb4864a05808 Mon Sep 17 00:00:00 2001
From: David Cantrell <dcantrell at redhat.com>
Date: Thu, 9 Apr 2015 09:10:48 -0400
Subject: Remove dependency on pm-utils (#1208313)


diff --git a/wicd.spec b/wicd.spec
index a5dcaf0..85d49a4 100644
--- a/wicd.spec
+++ b/wicd.spec
@@ -9,7 +9,7 @@
 
 Name:                wicd
 Version:             1.7.2.4
-Release:             15%{?dist}
+Release:             16%{?dist}
 Summary:             Wireless and wired network connection manager
 
 Group:               System Environment/Base
@@ -36,7 +36,6 @@ BuildRequires:       desktop-file-utils
 BuildRequires:       pkgconfig
 BuildRequires:       systemd-units
 
-Requires:            pm-utils >= 1.2.4
 Requires:            %{name}-common = %{version}-%{release}
 
 %description
@@ -140,10 +139,10 @@ rm -f po/ast.po
     --share %{_datadir}/wicd \
     --etc %{_sysconfdir}/wicd \
     --bin %{_bindir} \
-    --pmutils %{_libdir}/pm-utils/sleep.d \
     --log %{_localstatedir}/log \
     --systemd %{_systemd_unitdir} \
-    --no-install-init
+    --no-install-init \
+    --no-install-pmutils
 %{__python} setup.py build
 %{__python} setup.py compile_translations
 
@@ -215,6 +214,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files
 %defattr(-,root,root,-)
 %{_libdir}/pm-utils/sleep.d/55wicd
+%{_datadir}/autostart/wicd-tray.desktop
 
 %files common -f %{name}.lang
 %defattr(-,root,root,-)
@@ -301,6 +301,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/scalable/apps/wicd-gtk.svg
 
 %changelog
+* Thu Apr 09 2015 David Cantrell <dcantrell at redhat.com> - 1.7.2.4-16
+- Remove dependency on pm-utils (#1208313)
+
 * Tue Nov 25 2014 David Cantrell <dcantrell at redhat.com> - 1.7.2.4-15
 - self.prog_name -> self.prof_name in netentry_curses.py (#1162118)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/wicd.git/commit/?h=master&id=7523d014a30ab430a14d7c3ea917bb4864a05808


More information about the scm-commits mailing list