ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Andrey Rahmatullin <wrar@altlinux.ru>
To: community@altlinux.ru
Subject: [Comm] I: VMware
Date: Fri, 29 Apr 2005 14:59:39 +0600
Message-ID: <20050429085939.GE6207@wrars-comp.wrarsdomain> (raw)
In-Reply-To: <20050419171043.GG9438@wrars-comp.wrarsdomain>


[-- Attachment #1.1: Type: text/plain, Size: 1099 bytes --]

Встречаем vmware-5.0.0-alt0.4.nosrc.rpm. Выложено на people, но для
удобства я его еще и приаттачил. 


On Tue, Apr 19, 2005 at 11:10:43PM +0600, Andrey Rahmatullin wrote:
> Я сегодня почти достиг просветления в процессе патчинга скриптов и спека и
> уже морально готов выкинуть родные %pre и прочие скрипты (а также
Выкинул.
> несколько облегчить vmware-config.pl). Подозреваю, что единственным
> побочным эффектом будет проблематичность гладкого обновления с предыдущих
> версий. Т.е. придется убивать (возможно, в %prein) всю /etc/vmware вместе
> со старыми настройками (впрочем, в 5-й версии там, похоже, практически
> никаких настроек и не хранится).
Убивать пока не стал, в т.ч. и потому, что с 5.0 на 5.0 (если в пакете
было) обновляется нормально, а с 4.5 я уже протестить не смогу. Так что
предлагаю убивать руками.


-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

 * iamfalcon rotfl с линухцентра: Novell присоединяется к OSDL 
<iamfalcon> [12:33]
<iamfalcon> Кристалльной души компания... Могла бы ведь и купить!
<iamfalcon> коммент на 5+!

[-- Attachment #1.2: kernel-modules-vmware.spec --]
[-- Type: text/plain, Size: 2420 bytes --]

%define module_name	vmware
%define module_version	5.0.0
%define module_release	alt0.@kreleasebuild@

%define kversion        @kversion@
%define krelease        @krelease@
%define flavour         @kflavour@

%define base_arch %(echo %_target_cpu | sed 's/i.86/i386/;s/athlon/i386/')

%define module_dir /lib/modules/%kversion-%flavour-%krelease/misc

Summary:	VMware modules
Name:		kernel-modules-%module_name-%module_version-%flavour
Version:	%module_version
Release:	%module_release
License:	GPL
Group:	System/Kernel and hardware

Packager:	Kernel Maintainer Team <kernel@packages.altlinux.org>

ExclusiveOS:	Linux
Url:		http://www.vmware.com/support/ws5/
BuildRequires:	kernel-build-tools >= 0.7
BuildRequires:	kernel-headers-modules-%flavour = %kversion-%krelease
BuildRequires:	kernel-source-%module_name-%module_version = %module_version

Provides: kernel-modules-%module_name-%kversion-%flavour-%krelease = %version-%release
Conflicts: kernel-modules-%module_name-%kversion-%flavour-%krelease < %version-%release
Conflicts: kernel-modules-%module_name-%kversion-%flavour-%krelease > %version-%release

PreReq:		coreutils
PreReq:		modutils
PreReq:		kernel-image-%flavour = %kversion-%krelease
Requires(postun): kernel-image-%flavour = %kversion-%krelease
ExclusiveArch:	%ix86

%description
This package contains VMware modules (vmmon and vmnet) that are needed
for VMware to run. These modules are for 5.0.0 version only.

%prep
%__rm -rf kernel-source-%module_name-%module_version
%__tar jxvf %kernel_src/kernel-source-%module_name-%module_version.tar.bz2
%setup -D -T -n kernel-source-%module_name-%module_version

%build
. %_usrsrc/linux-%kversion-%flavour/gcc_version.inc
for m in vmmon vmnet; do
    %make_build -C $m-only HEADER_DIR=%_usrsrc/linux-%kversion-%flavour/include BUILD_DIR=%_usrsrc/linux-%kversion-%flavour/
done

%install
for m in vmmon vmnet; do
%if "%kversion" <= "2.6.0"
    %__install -pD -m644 $m-only/$m.o %buildroot%module_dir/$m.o
%else
    %__install -pD -m644 $m-only/$m.ko %buildroot%module_dir/$m.ko
%endif
done

%post
%post_kernel_modules %kversion-%flavour-%krelease

%postun
%postun_kernel_modules %kversion-%flavour-%krelease
%files
%defattr(644,root,root,755)
%module_dir

%changelog
* Sun Mar 20 2005 Andrey Rahmatullin <wrar@altlinux.ru> 5.0.0-alt0.@kreleasebuild@
- 5.0.0

* Fri Jan 14 2005 Andrey Rahmatullin <wrar@altlinux.ru> update88-alt0.@kreleasebuild@
- initial build


[-- Attachment #1.3: vmware-5.0.0-alt0.4.nosrc.rpm --]
[-- Type: application/x-rpm, Size: 14420 bytes --]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

      parent reply	other threads:[~2005-04-29  8:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-19 17:10 [Comm] Q: VMware Andrey Rahmatullin
2005-04-19 17:14 ` Michael Isachenkov
2005-04-19 17:45   ` Andrey Rahmatullin
2005-04-20  8:01 ` Slava Dubrovskiy
2005-04-20  9:41   ` Andrey Rahmatullin
2005-04-22  9:14   ` Andrey Rahmatullin
2005-04-29  8:59 ` Andrey Rahmatullin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050429085939.GE6207@wrars-comp.wrarsdomain \
    --to=wrar@altlinux.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git