rpms/w3c-markup-validator/FC-4 w3c-markup-validator.spec,1.4,1.5

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Jun 10 06:37:46 UTC 2005


Author: scop

Update of /cvs/extras/rpms/w3c-markup-validator/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22797/FC-4

Modified Files:
	w3c-markup-validator.spec 
Log Message:
Disable build, SELinux work needed.


Index: w3c-markup-validator.spec
===================================================================
RCS file: /cvs/extras/rpms/w3c-markup-validator/FC-4/w3c-markup-validator.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- w3c-markup-validator.spec	6 Apr 2005 22:13:35 -0000	1.4
+++ w3c-markup-validator.spec	10 Jun 2005 06:37:44 -0000	1.5
@@ -31,6 +31,23 @@
 
 
 %prep
+cat <<EOF
+-------------------------------------------------------------------------------
+Build disabled, needs SELinux work:
+- The "check" script should probably be httpd_sys_script_exec_t and needs to:
+  - Read stuff in /etc/w3c (and /usr/share/w3c-markup-validator)
+  - Resolve hostnames (/etc/resolv.conf, DNS traffic (for Net::IP?))
+  - Fetch docs from arbitrary hostnames and ports (TCP)
+  - Invoke /usr/bin/ongsmls, which:
+    - Needs to read stuff in /usr/share/sgml/w3c-markup-validator
+    - May need to be able to fetch arbitrary docs from any IP/port for
+      resolving external entities (TCP)
+- If run with mod_perl, httpd should be able to do the above
+- Other stuff in /usr/share/w3c-markup-validator should be httpd_sys_content_t
+-------------------------------------------------------------------------------
+EOF
+exit 1
+
 %setup -q -a 1 -n validator-%{version}
 mv validator-%{version}/htdocs/sgml-lib .
 




More information about the fedora-extras-commits mailing list