rpms/pyxf86config/devel pyxf86config.spec,1.10,1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 29 20:32:36 UTC 2005


Update of /cvs/dist/rpms/pyxf86config/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23374

Modified Files:
	pyxf86config.spec 
Log Message:
missing %



Index: pyxf86config.spec
===================================================================
RCS file: /cvs/dist/rpms/pyxf86config/devel/pyxf86config.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pyxf86config.spec	29 Mar 2005 20:27:36 -0000	1.10
+++ pyxf86config.spec	29 Mar 2005 20:32:34 -0000	1.11
@@ -38,7 +38,7 @@
 
 %preun
 if [ -d %{_libdir}/python%{pyver}/site-packages/xf86config.pyc ] ; then
-  rm -f {_libdir}/python%{pyver}/site-packages/xf86config.pyc
+  rm -f %{_libdir}/python%{pyver}/site-packages/xf86config.pyc
 fi
 
 %files
@@ -48,7 +48,7 @@
 %{_libdir}/python?.?/site-packages/xf86config.py
 
 %changelog
-* Tue Mar 29 2005 Warren Togami <wtogami at redhat.com> - 0.3.19-3
+* Tue Mar 29 2005 Warren Togami <wtogami at redhat.com> - 0.3.19-4
 - #138263 broken preun #142419 auto pyver
 
 * Mon Nov  8 2004 Jeremy Katz <katzj at redhat.com> - 0.3.19-2




More information about the fedora-cvs-commits mailing list