[wicd] Ensure wpath.etc is set to /etc/wicd, not /etc/dhcp (#754412)

David Cantrell dcantrel at fedoraproject.org
Thu Mar 22 15:03:15 UTC 2012


commit ed242365fb6f2e8550b374cb1c6d13840f47f0bd
Author: David Cantrell <dcantrell at redhat.com>
Date:   Thu Mar 22 11:03:12 2012 -0400

    Ensure wpath.etc is set to /etc/wicd, not /etc/dhcp (#754412)
    
    - Initialize child_pid to None in wicd-daemon.py (#798692)
    - Make wicd-gtk subpackage require notify-python (#748258)
    - Work around no-op problem in DaemonClosing calls (#740317)
    - BR babel
    - Remove po/ast.po because babel doesn't understand it

 wicd.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/wicd.spec b/wicd.spec
index c866f14..cda44fa 100644
--- a/wicd.spec
+++ b/wicd.spec
@@ -90,8 +90,6 @@ Client program for wicd that uses a GTK+ interface.
 %prep
 %setup -q
 
-rm -f po/ast.po
-
 # Remove the WHEREAREMYFILES and resetting of ~/.wicd/WHEREAREMYFILES
 # This is pointless.  The documentation can just provide WHEREAREMYFILES,
 # which we do in this package.
@@ -110,6 +108,7 @@ rm -f po/ast.po
 %patch4 -p1
 
 %build
+rm -f po/ast.po
 %{__python} setup.py configure \
     --distro redhat \
     --lib %{_libdir} \


More information about the scm-commits mailing list