Browse Source

updated vbootstrap-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2534 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
8996179c34
1 changed files with 10 additions and 1 deletions
  1. 10 1
      v/vbootstrap/vbootstrap-vl.spec

+ 10 - 1
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.0.34
+%define version 0.0.35
 
 Summary: bootstrap scripts to create a basic Vine Linux system
 Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
@@ -74,9 +74,18 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 %{_datadir}/vbootstrap/*
 %{_sysconfdir}/bash_completion.d/vbuilder
 %config(noreplace) %{_sysconfdir}/vbootstrap/vbuilder.conf
+%config(noreplace) %{_sysconfdir}/pam.d/vbuilder
+%config(noreplace) %{_sysconfdir}/security/console.apps/vbuilder
 
 
 %changelog
+* Wed Jan 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.35-1
+- updated po translations
+- updated vbuilder.sh.in, vbuilder-bash-completion.sh
+  - added --rpmbuild-define, --rpmbuild-without option
+- supported usermode
+  - dropped require-root() from vbuilder.sh.in
+
 * Tue Jan 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.34-1
 - updated vbuilder.sh.in
   - defined require-root() (Thanks to tomo-p-san)