SPECS: kvm.spec - EA fix, typo, more todo

qboosh qboosh at pld-linux.org
Thu Jan 3 13:30:29 CET 2008


Author: qboosh                       Date: Thu Jan  3 12:30:29 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- EA fix, typo, more todo

---- Files affected:
SPECS:
   kvm.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/kvm.spec
diff -u SPECS/kvm.spec:1.23 SPECS/kvm.spec:1.24
--- SPECS/kvm.spec:1.23	Mon Dec 31 21:18:11 2007
+++ SPECS/kvm.spec	Thu Jan  3 13:30:24 2008
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 # TODO:
+# - udev is optional, so separate udev stuff from kernel module
 # - doesn't build on ppc, fix this if possible
 #
 # Conditional build:
@@ -9,14 +10,14 @@
 
 %define	no_install_post_strip	1
 
-%define	_rel	1
+%define	rel	1
 
 Summary:	Kernel-based Virtual Machine for Linux
 Summary(pl.UTF-8):	Oparta na jądrze maszyna wirtualna dla Linuksa
 Name:		kvm
 Version:	58
-Release:	%{_rel}
-License:	GPL
+Release:	%{rel}
+License:	GPL v2
 Group:		Applications/System
 Source0:	http://dl.sourceforge.net/kvm/%{name}-%{version}.tar.gz
 # Source0-md5:	e217c48ad0d741ade09b1cbf672fb50b
@@ -32,7 +33,8 @@
 BuildRequires:	zlib-devel
 Requires:	qemu
 %endif
-ExcludeArch:	ppc
+# ppc broken?
+ExclusiveArch:	%{ix86} %{x8664} ia64
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -57,7 +59,7 @@
 %package -n kernel%{_alt_kernel}-misc-kvm
 Summary:	kvm - Linux kernel module
 Summary(pl.UTF-8):	kvm - moduł jądra Linuksa
-Release:	%{_rel}@%{_kernel_ver_str}
+Release:	%{rel}@%{_kernel_ver_str}
 Group:		Base/Kernel
 %{?with_dist_kernel:%requires_releq_kernel}
 License:	GPL v2
@@ -71,7 +73,7 @@
 kvm - Linux kernel module.
 
 %description -n kernel%{_alt_kernel}-misc-kvm -l pl.UTF-8
-kvm - moduł jądra Linuka.
+kvm - moduł jądra Linuksa.
 
 %prep
 %setup -q
@@ -128,7 +130,7 @@
 %postun -n kernel%{_alt_kernel}-misc-kvm
 %depmod %{_kernel_ver}
 if [ "$1" = "0" ]; then
-    %groupremove kvm
+	%groupremove kvm
 fi
 
 %if %{with userspace}
@@ -150,6 +152,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2008-01-03 12:30:24  qboosh
+- EA fix, typo, more todo
+
 Revision 1.23  2007-12-31 20:18:11  arvenil
 - ExcludeArch: ppc (added TODO)
 - release 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kvm.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list