|
@@ -29,11 +29,22 @@ vbootstrap is used to create a basic Vine Linux system on existing Vine Linux
|
|
system. It uses rpm and apt to install basic rpm package into a directory
|
|
system. It uses rpm and apt to install basic rpm package into a directory
|
|
which can be chrooted into.
|
|
which can be chrooted into.
|
|
|
|
|
|
|
|
+vbuilder constracts a chroot environment with vbootstrap, and builds
|
|
|
|
+a rpm package inside the chroot.
|
|
|
|
+it is a useful system to check that a package has correct BuildRequires
|
|
|
|
+dependencies.
|
|
|
|
+
|
|
|
|
+
|
|
%description -l ja
|
|
%description -l ja
|
|
vbootstrap は Vine Linux の基本システムを既存の Vine Linux システム上で
|
|
vbootstrap は Vine Linux の基本システムを既存の Vine Linux システム上で
|
|
作成するスクリプトです。rpm および apt を利用して、指定したディレクトリ
|
|
作成するスクリプトです。rpm および apt を利用して、指定したディレクトリ
|
|
以下に基本の rpm パッケージをインストールし、chroot できるようにします。
|
|
以下に基本の rpm パッケージをインストールし、chroot できるようにします。
|
|
|
|
|
|
|
|
+vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
|
|
+その chroot の中でパッケージをビルドします。
|
|
|
|
+パッケージが正しい BuildRequires 依存関係を持っているかを確認するために
|
|
|
|
+有用なシステムです。
|
|
|
|
+
|
|
|
|
|
|
%prep
|
|
%prep
|
|
[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
|
|
[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
|
|
@@ -66,6 +77,7 @@ vbootstrap は Vine Linux の基本システムを既存の Vine Linux システ
|
|
- added a compatible name for actions:
|
|
- added a compatible name for actions:
|
|
dropped two hyphens "--" from the head of an action "--hoge"
|
|
dropped two hyphens "--" from the head of an action "--hoge"
|
|
(e.g. build-rpm = --build-rpm)
|
|
(e.g. build-rpm = --build-rpm)
|
|
|
|
+- added about vbuilder in %%description and %%description -l ja
|
|
|
|
|
|
* Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.20-1
|
|
* Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.20-1
|
|
- fixed RPM_Build()
|
|
- fixed RPM_Build()
|