Browse Source

updated vbootstrap

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@793 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 15 years ago
parent
commit
804aa0c76b
1 changed files with 9 additions and 1 deletions
  1. 9 1
      v/vbootstrap/vbootstrap-vl.spec

+ 9 - 1
v/vbootstrap/vbootstrap-vl.spec

@@ -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.22
+%define version 0.0.23
 
 Summary: bootstrap scripts to create a basic Vine Linux system
 Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
@@ -72,6 +72,14 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 
 
 %changelog
+* Sun Apr 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.23-1
+- updated vbootstrap.sh.in (daisuke-san)
+  - changed to cache /var/lib/apt/lists, /var/cache/apt/archives 
+    in bootstrap (not in host)
+  - set Dir::State and Dir::Cache in APT_OPTS
+- updated vbuilder.sh.in
+  - added --category option
+
 * Fri Apr 02 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.22-1
 - updated vbuilder.sh.in: 
   - added --bootstrap-dir, --built-rpms-dir, --cache-dir options