Browse Source

updated 0.0.49

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@5452 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
6400f1d530
2 changed files with 7 additions and 1 deletions
  1. 6 1
      vbootstrap-vl.spec
  2. 1 0
      vbuilder-bash-completion.sh

+ 6 - 1
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.48
+%define version 0.0.49
 
 Summary: bootstrap scripts to create a basic Vine Linux system
 Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
@@ -84,6 +84,11 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 
 
 %changelog
+* Sun Jan 22 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.49-1
+- updated vbuilder.sh.in
+  - fixed Usage()
+  - avoid to output 'W: Duplicate sources.list entry...' in Build()
+
 * Sun Jan  8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.48-1
 - updated vbootstrap.sh.in
   - specify a location to fetch base packages

+ 1 - 0
vbuilder-bash-completion.sh

@@ -34,6 +34,7 @@ _vbuilder()
 	    local running=$(ls /etc/vbootstrap/profile.d/*.conf | sed -e "s|/etc/vbootstrap/profile.d/||g" -e "s|\.conf||g")
 	    COMPREPLY=( $(compgen -W "${running}" -- "${cur}") )
 	    ;;
+
 	--version)
 	    local running="VineSeed 6.0 5.2 4.2"
 	    COMPREPLY=( $(compgen -W "${running}" -- "${cur}") )