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

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Sun Jan 21 16:31:00 UTC 2007


Author: pfrields

Update of /cvs/extras/rpms/xmldiff/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1260

Modified Files:
	xmldiff.spec 
Log Message:
Fix dep_whiteout problem in Rawhide/FC7


Index: xmldiff.spec
===================================================================
RCS file: /cvs/extras/rpms/xmldiff/devel/xmldiff.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xmldiff.spec	17 Dec 2006 22:14:15 -0000	1.10
+++ xmldiff.spec	21 Jan 2007 16:30:30 -0000	1.11
@@ -1,8 +1,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
+# Try to cope with dependency whiteout necessity "ncurses>bash"
+%if "%{fedora}" == "7"
+%define new_dep_whiteout %(echo "%{_dependency_whiteout}" | %{__sed} "s at libtermcap>bash at libtermcap>bash\\\n\\\tncurses>bash@")
+%define _dependency_whiteout "%{new_dep_whiteout}"
+%endif
+
 Name:           xmldiff
 Version:        0.6.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tree to tree correction between XML documents
 
 Group:          Applications/Text
@@ -80,6 +86,9 @@
 
 
 %changelog
+* Sun Jan 21 2007 Paul W. Frields <stickster at gmail.com> - 0.6.8-2
+- Fix dep_whiteout problem in Rawhide
+
 * Fri Dec 15 2006 Paul W. Frields <stickster at gmail.com> - 0.6.8-1
 - New upstream 0.6.8
 - Slight spec file cleaning




More information about the scm-commits mailing list