rpms/xmlto/devel xmlto-xmllintoptions.patch, 1.1, 1.2 xmlto.spec, 1.45, 1.46

Ondrej Vasik ovasik at fedoraproject.org
Mon Mar 2 17:16:20 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/xmlto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28457

Modified Files:
	xmlto-xmllintoptions.patch xmlto.spec 
Log Message:
 temporarily disable noent switch - blocks lcdproc doc build(#488093)

xmlto-xmllintoptions.patch:

Index: xmlto-xmllintoptions.patch
===================================================================
RCS file: /cvs/extras/rpms/xmlto/devel/xmlto-xmllintoptions.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmlto-xmllintoptions.patch	28 Jan 2009 12:01:32 -0000	1.1
+++ xmlto-xmllintoptions.patch	2 Mar 2009 17:16:19 -0000	1.2
@@ -8,8 +8,8 @@
 -    echo >&2 "xmllint >/dev/null --xinclude --postvalid \"$INPUT_FILE\""
 -  xmllint >/dev/null --xinclude --postvalid "$INPUT_FILE" 2>"${VALIDATION}"
 +  echo >&2 \
-+    "xmllint >/dev/null --nonet --xinclude --postvalid --noent \"$INPUT_FILE\""
-+  xmllint >/dev/null --nonet --xinclude --postvalid --noent \
++    "xmllint >/dev/null --nonet --xinclude --postvalid \"$INPUT_FILE\""
++  xmllint >/dev/null --nonet --xinclude --postvalid \
 +    "$INPUT_FILE" 2>"${VALIDATION}"
    xmllint_status=$?
    if [ $xmllint_status -ne 0 ]


Index: xmlto.spec
===================================================================
RCS file: /cvs/extras/rpms/xmlto/devel/xmlto.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- xmlto.spec	26 Feb 2009 10:08:11 -0000	1.45
+++ xmlto.spec	2 Mar 2009 17:16:19 -0000	1.46
@@ -1,7 +1,7 @@
 Summary: A tool for converting XML files to various formats
 Name: xmlto
 Version: 0.0.21
-Release: 7%{?dist}
+Release: 8%{?dist}
 #xmlto is released under GPLv2+ license, xmlif under GPL+ license
 License: GPLv2+ and GPL+
 Group: Applications/System
@@ -65,7 +65,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc COPYING ChangeLog README AUTHORS NEWS
 %{_bindir}/*
 %{_mandir}/*/*
@@ -75,12 +75,16 @@
 %exclude %{_datadir}/xmlto/format/fo/pdf
 
 %files tex
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_datadir}/xmlto/format/fo/dvi
 %{_datadir}/xmlto/format/fo/ps
 %{_datadir}/xmlto/format/fo/pdf
 
 %changelog
+* Mon Mar 02 2009 Ondrej Vasik <ovasik at redhat.com> - 0.0.21-7
+- temporarily disable noent switch - blocks lcdproc doc build
+  (#488093)
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.21-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list