|
@@ -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.0.47
|
|
|
|
|
|
+%define version 0.0.48
|
|
|
|
|
|
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 の基本システムを作成するためのスクリプト
|
|
@@ -77,14 +77,24 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
%dir %{_datadir}/vbootstrap
|
|
%dir %{_datadir}/vbootstrap
|
|
%{_datadir}/vbootstrap/*
|
|
%{_datadir}/vbootstrap/*
|
|
%{_sysconfdir}/bash_completion.d/vbuilder
|
|
%{_sysconfdir}/bash_completion.d/vbuilder
|
|
|
|
+%{_sysconfdir}/vbootstrap/profile.d/sample.conf.skip
|
|
%config(noreplace) %{_sysconfdir}/vbootstrap/vbuilder.conf
|
|
%config(noreplace) %{_sysconfdir}/vbootstrap/vbuilder.conf
|
|
%config(noreplace) %{_sysconfdir}/pam.d/vbuilder
|
|
%config(noreplace) %{_sysconfdir}/pam.d/vbuilder
|
|
%config(noreplace) %{_sysconfdir}/security/console.apps/vbuilder
|
|
%config(noreplace) %{_sysconfdir}/security/console.apps/vbuilder
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jan 8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.48-1
|
|
|
|
+- updated vbootstrap.sh.in
|
|
|
|
+ - specify a location to fetch base packages
|
|
|
|
+- updated vbuilder.sh.in
|
|
|
|
+ - replaced "rpm --addsign" with "rpmsign --addsign"
|
|
|
|
+ - added --fetch-url option
|
|
|
|
+ - added --profile option
|
|
|
|
+ - added sample.conf.skip
|
|
|
|
+
|
|
* Wed Oct 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.47-1
|
|
* Wed Oct 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.47-1
|
|
-- added updates category in 5.2_{i386,ppc,x86_64}, 6.0_{i386,x86_64}
|
|
|
|
|
|
+- added the category updates in 5.2_{i386,ppc,x86_64}, 6.0_{i386,x86_64}
|
|
(Thanks to daisuke-san and miyabi-san)
|
|
(Thanks to daisuke-san and miyabi-san)
|
|
|
|
|
|
* Sat Aug 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.46-1
|
|
* Sat Aug 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.46-1
|