Преглед изворни кода

tagging in 0.0.55

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/tags/0.0.55@6089 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi пре 12 година
родитељ
комит
9477d79110
3 измењених фајлова са 6 додато и 3 уклоњено
  1. 4 1
      vbootstrap-vl.spec
  2. 1 1
      vbootstrap/scripts/VineSeed_i386.sh
  3. 1 1
      vbootstrap/scripts/VineSeed_x86_64.sh

+ 4 - 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.54
+%define version 0.0.55
 
 Summary: bootstrap scripts to create a basic Vine Linux system
 Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
@@ -88,6 +88,9 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 
 
 %changelog
+* Tue May  1 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.55-1
+- added util-linux in $$BASE_PKGS (scripts/VineSeed_{i386,x86_64})
+
 * Sun Feb  5 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.54-1
 - rename _filedir() as _vbootstrap_filedir()
 

+ 1 - 1
vbootstrap/scripts/VineSeed_i386.sh

@@ -1,7 +1,7 @@
 # VineSeed_i386
 
 INSTVER="VineSeed_i386"
-BASE_PKGS="setup glibc coreutils bash apt rootfiles vine-release libstdc++34"
+BASE_PKGS="setup glibc coreutils bash apt rootfiles vine-release libstdc++34 util-linux"
 #APT_LINE="-o Dir::Etc::sourcelist=$VBOOTSTRAPDIR/sources.list.d/$INSTVER"
 
 vbootstrap_post()

+ 1 - 1
vbootstrap/scripts/VineSeed_x86_64.sh

@@ -1,7 +1,7 @@
 # VineSeed_x86_64
 
 INSTVER="VineSeed_x86_64"
-BASE_PKGS="setup glibc coreutils bash apt rootfiles vine-release libstdc++34"
+BASE_PKGS="setup glibc coreutils bash apt rootfiles vine-release libstdc++34 util-linux"
 #APT_LINE="-o Dir::Etc::sourcelist=$VBOOTSTRAPDIR/sources.list.d/$INSTVER"
 
 vbootstrap_post()