Browse Source

vbootstrap: updato to 0.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11150 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 6 years ago
parent
commit
4c8a0c1f3d
1 changed files with 13 additions and 3 deletions
  1. 13 3
      v/vbootstrap/vbootstrap-vl.spec

+ 13 - 3
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.1
+%define version 0.3
 
 Summary: bootstrap scripts to create a basic Vine Linux system
 Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
@@ -12,7 +12,7 @@ License: public domain
 Group: Development/Tools
 Url: http://trac.vinelinux.org/wiki/VineBootstrap
 
-Source0: %{name}-%{version}.tar.bz2
+Source0: %{name}-%{version}.tar.xz
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
@@ -58,7 +58,7 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 %build
 %__make \
     %if %{?_dist_release} == "vl6"
-      VBUILDER_DEFAULT_VERSION=\${VBUILDER_STABLE_VERSION}
+      VBUILDER_DEFAULT_VERSION=6.5
     %endif
     %if %{?_dist_release} == "vl5"
       VBUILDER_DEFAULT_VERSION=5.2
@@ -81,6 +81,7 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 %{_bindir}/vbuilder
 %{_sbindir}/vbootstrap
 %{_sbindir}/vbuilder
+%{_sbindir}/vchroot
 %dir %{_datadir}/vbootstrap
 %{_datadir}/vbootstrap/*
 %{_sysconfdir}/bash_completion.d/vbuilder
@@ -91,6 +92,15 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 
 
 %changelog
+* Mon Aug 28 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.3-1
+- add support overlayfs (instead of aufs)
+
+* Sun Mar 26 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 0.2-1
+- add support Vine Linux 6.5
+
+* Mon Jan 13 2014 Munehiro Yamamoto <munepi@vinelinux.org> 0.1-2
+- rebuilt
+
 * Sat Oct 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1-1
 - avoid rpm's NOKEY warning in vboostrap
   - add RPM::Install-Options::=--nosignature