|
@@ -1,7 +1,7 @@
|
|
|
# This package is maintained on trac svn repository. Please do not change on local.
|
|
|
# If you find a BUG, please report to Vine@vinelinux.org or mailing list or BTS.
|
|
|
|
|
|
-%define version 0.0.27
|
|
|
+%define version 0.0.28
|
|
|
|
|
|
Summary: bootstrap scripts to create a basic Vine Linux system
|
|
|
Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
|
|
@@ -52,7 +52,10 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
|
%setup
|
|
|
|
|
|
%build
|
|
|
-%__make
|
|
|
+%__make \
|
|
|
+ %if %{?_dist_release} == "vl5"
|
|
|
+ VBUILDER_DEFAULT_VERSION=\${VBUILDER_STABLE_VERSION}
|
|
|
+ %endif
|
|
|
|
|
|
%install
|
|
|
%__make DESTDIR=$RPM_BUILD_ROOT install
|
|
@@ -72,6 +75,12 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Jun 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.28-1
|
|
|
+- updated vbuilder.sh.in
|
|
|
+ - made /dev/urandom on chroot in Build()
|
|
|
+ - added "-o APT::Install::Virtual=true" on apt-get build-dep
|
|
|
+ to solve BuildRequires dependenceies of virtual packages
|
|
|
+
|
|
|
* Tue May 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.27-1
|
|
|
- changed an order of BASE_PKGS in vbootstrap/scripts/*, respectively
|
|
|
- apt package has Requires: rpm dependence
|