|
@@ -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.2
|
|
|
|
|
|
+%define version 0.4
|
|
|
|
|
|
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,9 @@ 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
|
|
|
|
+Patch1: vbootstrap-0.3_mk_uramdom.patch
|
|
|
|
+Patch2: vbootstrap-delete_backslash.patch
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -54,6 +56,8 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
|
|
[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
%setup
|
|
%setup
|
|
|
|
+%patch1 -p1
|
|
|
|
+%patch2
|
|
|
|
|
|
%build
|
|
%build
|
|
%__make \
|
|
%__make \
|
|
@@ -92,6 +96,21 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+*Mon Jan 31 2022 Daisuke SUZUKI <daisuke@vinelinux.org> 0.4-1
|
|
|
|
+- support current VineSeed
|
|
|
|
+
|
|
|
|
+* Sun Oct 13 2019 Toshiaki Ara <ara_t@384.jp> 0.3-4
|
|
|
|
+- correct and rename patch2
|
|
|
|
+
|
|
|
|
+* Sat Oct 12 2019 Toshiaki Ara <ara_t@384.jp> 0.3-3
|
|
|
|
+- add patch2 to fix install error
|
|
|
|
+
|
|
|
|
+* Wed Nov 15 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.3-2
|
|
|
|
+- add patch1 to fix nss error (add mknod urandom)
|
|
|
|
+
|
|
|
|
+* 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
|
|
* Sun Mar 26 2017 Daisuke SUZUKI <daisuke@vinelinux.org> 0.2-1
|
|
- add support Vine Linux 6.5
|
|
- add support Vine Linux 6.5
|
|
|
|
|