|
@@ -1,7 +1,7 @@
|
|
# This package is maintained on trac svn repository. Please do not change on local.
|
|
# 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.
|
|
# 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: bootstrap scripts to create a basic Vine Linux system
|
|
Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
|
|
Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
|
|
@@ -12,7 +12,7 @@ License: public domain
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
Url: http://trac.vinelinux.org/wiki/VineBootstrap
|
|
Url: http://trac.vinelinux.org/wiki/VineBootstrap
|
|
|
|
|
|
-Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
|
+Source0: %{name}-%{version}.tar.xz
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -58,7 +58,7 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
%build
|
|
%build
|
|
%__make \
|
|
%__make \
|
|
%if %{?_dist_release} == "vl6"
|
|
%if %{?_dist_release} == "vl6"
|
|
- VBUILDER_DEFAULT_VERSION=\${VBUILDER_STABLE_VERSION}
|
|
|
|
|
|
+ VBUILDER_DEFAULT_VERSION=6.5
|
|
%endif
|
|
%endif
|
|
%if %{?_dist_release} == "vl5"
|
|
%if %{?_dist_release} == "vl5"
|
|
VBUILDER_DEFAULT_VERSION=5.2
|
|
VBUILDER_DEFAULT_VERSION=5.2
|
|
@@ -81,6 +81,7 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
%{_bindir}/vbuilder
|
|
%{_bindir}/vbuilder
|
|
%{_sbindir}/vbootstrap
|
|
%{_sbindir}/vbootstrap
|
|
%{_sbindir}/vbuilder
|
|
%{_sbindir}/vbuilder
|
|
|
|
+%{_sbindir}/vchroot
|
|
%dir %{_datadir}/vbootstrap
|
|
%dir %{_datadir}/vbootstrap
|
|
%{_datadir}/vbootstrap/*
|
|
%{_datadir}/vbootstrap/*
|
|
%{_sysconfdir}/bash_completion.d/vbuilder
|
|
%{_sysconfdir}/bash_completion.d/vbuilder
|
|
@@ -91,6 +92,15 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sat Oct 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1-1
|
|
- avoid rpm's NOKEY warning in vboostrap
|
|
- avoid rpm's NOKEY warning in vboostrap
|
|
- add RPM::Install-Options::=--nosignature
|
|
- add RPM::Install-Options::=--nosignature
|