rpms/libguestfs/EL-5 libguestfs.spec,1.8,1.9

Richard W.M. Jones rjones at fedoraproject.org
Mon May 11 18:00:32 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27703

Modified Files:
	libguestfs.spec 
Log Message:
*.pyc and *.pyo files are present on x86_64.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- libguestfs.spec	11 May 2009 17:40:03 -0000	1.8
+++ libguestfs.spec	11 May 2009 18:00:02 -0000	1.9
@@ -4,7 +4,7 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.23
-Release:     7%{?dist}
+Release:     8%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://et.redhat.com/~rjones/libguestfs/
@@ -395,8 +395,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 %{python_sitearch}/*
 %{python_sitelib}/*.py
-#%{python_sitelib}/*.pyc
-#%{python_sitelib}/*.pyo
+%ifarch x86_64
+%{python_sitelib}/*.pyc
+%{python_sitelib}/*.pyo
+%endif
 
 
 %files -n ruby-%{name}
@@ -426,13 +428,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon May 11 2009 Richard Jones <rjones at redhat.com> - 1.0.23-7
+* Mon May 11 2009 Richard Jones <rjones at redhat.com> - 1.0.23-8
 - New upstream version 1.0.23.
 - Disable vmchannel test.
 - Disable updates repo.
 - Fix specfile for EPEL build.
 - Correct yum location.
 - Need _a_ version of qemu installed when installing.
+- *.pyc and *.pyo files are present on x86_64.
 
 * Fri May  8 2009 Richard Jones <rjones at redhat.com> - 1.0.21-2
 - New upstream version 1.0.21.




More information about the scm-commits mailing list