|
@@ -1,13 +1,13 @@
|
|
# 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.2
|
|
|
|
|
|
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 の基本システムを作成するためのスクリプト
|
|
Name: vbootstrap
|
|
Name: vbootstrap
|
|
Version: %{version}
|
|
Version: %{version}
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: public domain
|
|
License: public domain
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
Url: http://trac.vinelinux.org/wiki/VineBootstrap
|
|
Url: http://trac.vinelinux.org/wiki/VineBootstrap
|
|
@@ -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,9 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* 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
|
|
* Mon Jan 13 2014 Munehiro Yamamoto <munepi@vinelinux.org> 0.1-2
|
|
- rebuilt
|
|
- rebuilt
|
|
|
|
|