[wpa_supplicant] Make examples read-only to avoid erroneous python dependency (rh #687952)

Daniel Williams dcbw at fedoraproject.org
Mon May 2 20:50:52 UTC 2011


commit 04316285a60bca84472effc4d12015173717a3c4
Author: Dan Williams <dcbw at redhat.com>
Date:   Mon May 2 15:52:35 2011 -0500

    Make examples read-only to avoid erroneous python dependency (rh #687952)

 wpa_supplicant.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec
index 60c725e..6506838 100644
--- a/wpa_supplicant.spec
+++ b/wpa_supplicant.spec
@@ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Epoch: 1
 Version: 0.7.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD
 Group: System Environment/Base
 Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
@@ -141,9 +141,10 @@ install -d %{buildroot}%{_mandir}/man{5,8}
 install -m 0644 %{name}/doc/docbook/*.8 %{buildroot}%{_mandir}/man8
 install -m 0644 %{name}/doc/docbook/*.5 %{buildroot}%{_mandir}/man5
 
-# some cleanup in docs
+# some cleanup in docs and examples
 rm -f  %{name}/doc/.cvsignore
 rm -rf %{name}/doc/docbook
+chmod -R 0644 %{name}/examples/*.py
 
 # HAAACK
 patch -p1 -b --suffix .wimax < %{PATCH100}
@@ -210,6 +211,9 @@ fi
 %postun -n libeap -p /sbin/ldconfig
 
 %changelog
+* Mon May  2 2011 Dan Williams <dcbw at redhat.com> - 1:0.7.3-7
+- Make examples read-only to avoid erroneous python dependency (rh #687952)
+
 * Tue Apr 19 2011 Bill Nottingham <notting at redhat.com> - 1:0.7.3-6
 - Fix EAP patch to only apply when building libeap
 


More information about the scm-commits mailing list