rpms/python-telepathy/devel python-telepathy.spec,1.17,1.18

Matej Cepl (mcepl) fedora-extras-commits at redhat.com
Thu Nov 29 16:57:24 UTC 2007


Author: mcepl

Update of /cvs/pkgs/rpms/python-telepathy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2407

Modified Files:
	python-telepathy.spec 
Log Message:
Fix permissions on examples/README file


Index: python-telepathy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-telepathy/devel/python-telepathy.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- python-telepathy.spec	28 Nov 2007 21:52:08 -0000	1.17
+++ python-telepathy.spec	29 Nov 2007 16:56:46 -0000	1.18
@@ -2,7 +2,7 @@
 
 Name:           python-telepathy
 Version:        0.14.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python libraries for Telepathy
 
 Group:          Development/Languages
@@ -46,11 +46,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING AUTHORS README examples/
+%doc %attr(0644,-,-) COPYING AUTHORS README examples/
 %{python_sitelib}/telepathy/
 
 
 %changelog
+* Thu Nov 29 2007 Matej Cepl <mcepl at redhat.com> 0.14.0-4
+- apparently some part of rpmbuild decided that everything in examples/
+  directory, which doesn't have .py extension should be executable.
+
 * Wed Nov 28 2007 Matěj Cepl <mcepl at redhat.com> 0.14.0-3
 - Add examples/README missing from the upstream tarball (examples doesn't
   make much sense without that).




More information about the fedora-extras-commits mailing list