Browse Source

tagging 0.0.28

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/tags/0.0.28@1136 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 15 years ago
parent
commit
ebb6409367
1 changed files with 9 additions and 2 deletions
  1. 9 2
      vbootstrap-vl.spec

+ 9 - 2
vbootstrap-vl.spec

@@ -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,7 +75,11 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 
 
 %changelog
-* Xxx Yyy ZZ 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.28-1
+* 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