rpms/kernel/devel kernel.spec,1.883,1.884

Roland McGrath (roland) fedora-extras-commits at redhat.com
Thu Aug 14 08:46:05 UTC 2008


Author: roland

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5343

Modified Files:
	kernel.spec 
Log Message:
tweak doc magic


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.883
retrieving revision 1.884
diff -u -r1.883 -r1.884
--- kernel.spec	14 Aug 2008 08:20:31 -0000	1.883
+++ kernel.spec	14 Aug 2008 08:45:35 -0000	1.884
@@ -85,7 +85,7 @@
 
 # Build the kernel-doc package, but don't fail the build if it botches.
 # Here "true" means "continue" and "false" means "fail the build".
-%define with_doc 0
+#% define with_doc 0
 %if 0%{?released_kernel}
 %define doc_build_fail false
 %else
@@ -1511,11 +1511,11 @@
 
 # Install man pages for the kernel API.
 mkdir -p $man9dir
-m=`ls Documentation/DocBook/man/*.9.gz 2> /dev/null`
+m=`ls Documentation/DocBook/man/*.9.gz` || :
 if [ -z "$m" ]; then
   > $man9dir/BROKEN
 else
-  %{__install} -m 444 -t $man9dir Documentation/DocBook/man/*.9.gz
+  %{__install} -m 444 -t $man9dir $m
 fi
 %endif
 
@@ -1746,14 +1746,9 @@
 
 %changelog
 * Thu Aug 14 2008 Dave Airlie <airlied at redhat.com>
-- reserve some memory for text mode on radeons
-
-* Thu Aug 14 2008 Dave Airlie <airlied at redhat.com>
-- disable kernel doc again the build falls over
-
-* Thu Aug 14 2008 Dave Airlie <airlied at redhat.com>
 - Update radeon modesetting code - include text cli option
 - support r300 cards and up - could in theory support r100/r200
+- reserve some memory for text mode on radeons
 
 * Wed Aug 13 2008 Roland McGrath <roland at redhat.com>
 - enable kernel-doc, include htmldocs




More information about the scm-commits mailing list