packages: kvm/kvm.spec - groupadd deps; adapter

glen glen at pld-linux.org
Sat Sep 5 12:11:48 CEST 2009


Author: glen                         Date: Sat Sep  5 10:11:48 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- groupadd deps; adapter

---- Files affected:
packages/kvm:
   kvm.spec (1.89 -> 1.90) 

---- Diffs:

================================================================
Index: packages/kvm/kvm.spec
diff -u packages/kvm/kvm.spec:1.89 packages/kvm/kvm.spec:1.90
--- packages/kvm/kvm.spec:1.89	Fri Sep  4 23:06:32 2009
+++ packages/kvm/kvm.spec	Sat Sep  5 12:11:43 2009
@@ -2,15 +2,15 @@
 # TODO:
 # - consider moving kvm groupadd/remove from -udev and kernel package to main package
 # - kernel part - doesn't build now, but should we care in the HEAD?
-#   btw. with kernel bcond we require >= 3:2.6.28 kernels which 
+#   btw. with kernel bcond we require >= 3:2.6.28 kernels which
 #   could have the kvm stuff on its own
 # NOTE:
 # - as of 86 the source structure have changed comparing to 75 or 81
 #   it looks like kvm is going to be merged with qemu, so in this
 #   release the kvm is a subdirectory of the main qemu stuff
-# - for 2.6.28.10+ kernels one could build the recent qemu (0.10.5) 
-#   with a KVM support - the presence of the support depends on the 
-#   contents of the <linux/kvm.h> header files checked by configure 
+# - for 2.6.28.10+ kernels one could build the recent qemu (0.10.5)
+#   with a KVM support - the presence of the support depends on the
+#   contents of the <linux/kvm.h> header files checked by configure
 #   at buildtime.
 #
 # Conditional build:
@@ -51,8 +51,8 @@
 Patch2:		%{pname}-ncurses.patch
 URL:		http://www.linux-kvm.org/
 BuildRequires:	bash
-BuildRequires:	sed >= 4.0
 BuildRequires:	kernel%{_alt_kernel}-headers >= 3:2.6.28
+BuildRequires:	sed >= 4.0
 %if %{with kernel}
 BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.28
 BuildRequires:	rpmbuild(macros) >= 1.379
@@ -68,10 +68,15 @@
 BuildRequires:	perl-tools-pod
 BuildRequires:	pkgconfig
 BuildRequires:	rpm-pythonprov
-BuildRequires:	texi2html
+BuildRequires:	rpmbuild(macros) >= 1.202
 BuildRequires:	tetex
+BuildRequires:	texi2html
 BuildRequires:	which
 BuildRequires:	zlib-devel
+Requires(postun):	/usr/sbin/groupdel
+Requires(pre):	/usr/bin/getgid
+Requires(pre):	/usr/sbin/groupadd
+Provides:	group(kvm)
 %if %{with internal_qemu}
 Conflicts:	qemu
 %else
@@ -128,7 +133,7 @@
 %package udev
 Summary:	kvm udev scripts
 Summary(pl.UTF-8):	Skrypty udev dla kvm
-Group:		Application/System
+Group:		Applications/System
 
 %description udev
 kvm udev scripts.
@@ -184,7 +189,7 @@
 	--extra-ldflags="%{rpmldflags}" \
 	--enable-mixemu \
 	--disable-werror \
-	--prefix=%{_prefix} 
+	--prefix=%{_prefix}
 
 %if %{with kernel}
 cd kvm/kernel
@@ -286,6 +291,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.90  2009/09/05 10:11:43  glen
+- groupadd deps; adapter
+
 Revision 1.89  2009/09/04 21:06:32  adamg
 - group add/remove in udev package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kvm/kvm.spec?r1=1.89&r2=1.90&f=u



More information about the pld-cvs-commit mailing list