SPECS: VMware-player.spec, VMware-server.spec, VMware-workstation....

qboosh qboosh at pld-linux.org
Thu Oct 5 15:57:43 CEST 2006


Author: qboosh                       Date: Thu Oct  5 13:57:43 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't require kernel modules in userspace apps (think about chroots)

---- Files affected:
SPECS:
   VMware-player.spec (1.5 -> 1.6) , VMware-server.spec (1.18 -> 1.19) , VMware-workstation.spec (1.94 -> 1.95) 

---- Diffs:

================================================================
Index: SPECS/VMware-player.spec
diff -u SPECS/VMware-player.spec:1.5 SPECS/VMware-player.spec:1.6
--- SPECS/VMware-player.spec:1.5	Wed Sep  6 15:48:33 2006
+++ SPECS/VMware-player.spec	Thu Oct  5 15:57:37 2006
@@ -49,9 +49,10 @@
 BuildRequires:	rpm-perlprov
 BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	sed >= 4.0
-Requires:	kernel(vmmon) = %{version}-%{_rel}
 Requires:	libgnomecanvasmm
 Requires:	libview >= 0.5.5-2
+Conflicts:	kernel(vmmon) < %{version}-%{_rel}
+Conflicts:	kernel(vmmon) > %{version}-%{_rel}
 ExclusiveArch:	%{ix86} %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -100,9 +101,10 @@
 Group:		Applications/Emulators
 Requires(post,preun):	/sbin/chkconfig
 Requires:	%{name} = %{version}-%{release}
-Requires:	kernel(vmnet) = %{version}-%{_rel}
 Requires:	rc-scripts
 Obsoletes:	VMware-Player-samba
+Conflicts:	kernel(vmnet) < %{version}-%{_rel}
+Conflicts:	kernel(vmnet) > %{version}-%{_rel}
 
 %description networking
 VMware networking utilities.
@@ -630,6 +632,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/10/05 13:57:37  qboosh
+- don't require kernel modules in userspace apps (think about chroots)
+
 Revision 1.5  2006/09/06 13:48:33  sparky
 - mass atack: -j1 for make scripts
 

================================================================
Index: SPECS/VMware-server.spec
diff -u SPECS/VMware-server.spec:1.18 SPECS/VMware-server.spec:1.19
--- SPECS/VMware-server.spec:1.18	Wed Sep  6 15:48:33 2006
+++ SPECS/VMware-server.spec	Thu Oct  5 15:57:37 2006
@@ -67,8 +67,9 @@
 BuildRequires:	rpm-perlprov
 BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	sed >= 4.0
-Requires:	kernel(vmmon) = %{version}-%{_rel}
 Requires:	libgnomecanvasmm
+Conflicts:	kernel(vmmon) < %{version}-%{_rel}
+Conflicts:	kernel(vmmon) > %{version}-%{_rel}
 ExclusiveArch:	%{ix86}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -142,8 +143,9 @@
 Group:		Applications/Emulators
 Requires(post,preun):	/sbin/chkconfig
 #Requires:	%{name} = %{version}-%{release}
-Requires:	kernel(vmnet) = %{version}-%{_rel}
 Requires:	rc-scripts
+Conflicts:	kernel(vmnet) < %{version}-%{_rel}
+Conflicts:	kernel(vmnet) > %{version}-%{_rel}
 
 %description networking
 VMware networking utilities.
@@ -771,6 +773,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/10/05 13:57:37  qboosh
+- don't require kernel modules in userspace apps (think about chroots)
+
 Revision 1.18  2006/09/06 13:48:33  sparky
 - mass atack: -j1 for make scripts
 

================================================================
Index: SPECS/VMware-workstation.spec
diff -u SPECS/VMware-workstation.spec:1.94 SPECS/VMware-workstation.spec:1.95
--- SPECS/VMware-workstation.spec:1.94	Sun Oct  1 15:38:07 2006
+++ SPECS/VMware-workstation.spec	Thu Oct  5 15:57:37 2006
@@ -58,9 +58,10 @@
 %{?with_userspace:BuildRequires:	rpm-perlprov}
 BuildRequires:	rpmbuild(macros) >= 1.308
 BuildRequires:	sed >= 4.0
-Requires:	kernel(vmmon) = %{version}-%{_rel}
 Requires:	libgnomecanvasmm
 Requires:	libview >= 0.5.5-2
+Conflicts:	kernel(vmmon) < %{version}-%{_rel}
+Conflicts:	kernel(vmmon) > %{version}-%{_rel}
 ExclusiveArch:	%{ix86} %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -109,9 +110,10 @@
 Group:		Applications/Emulators
 Requires(post,preun):	/sbin/chkconfig
 Requires:	%{name} = %{version}-%{release}
-Requires:	kernel(vmnet) = %{version}-%{_rel}
 Requires:	rc-scripts
 Obsoletes:	VMware-workstation-samba
+Conflicts:	kernel(vmnet) < %{version}-%{_rel}
+Conflicts:	kernel(vmnet) > %{version}-%{_rel}
 
 %description networking
 VMware networking utilities.
@@ -667,6 +669,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.95  2006/10/05 13:57:37  qboosh
+- don't require kernel modules in userspace apps (think about chroots)
+
 Revision 1.94  2006/10/01 13:38:07  charles
 - added EULA.txt - required for starting vmware
 - updated BRs, cosmetics, rel. 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/VMware-player.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/VMware-server.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/SPECS/VMware-workstation.spec?r1=1.94&r2=1.95&f=u



More information about the pld-cvs-commit mailing list