Author: undefine Date: Mon Nov 12 21:26:02 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.0.6 - add etch/lenny/hardy - works enough to make plain chroot ;)
---- Files affected: SPECS: debootstrap.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/debootstrap.spec diff -u SPECS/debootstrap.spec:1.8 SPECS/debootstrap.spec:1.9 --- SPECS/debootstrap.spec:1.8 Sun Jul 29 07:05:55 2007 +++ SPECS/debootstrap.spec Mon Nov 12 22:25:57 2007 @@ -5,14 +5,13 @@ Summary: Bootstrap a basic Debian system Summary(pl.UTF-8): Zainstaluj Debiana Name: debootstrap -Version: 1.0.1 -Release: 0.3 +Version: 1.0.6 +Release: 1 License: Freeware Group: Applications/File Source0: http://archive.ubuntulinux.org/ubuntu/pool/main/d/debootstrap/%{name}_%{version}.tar.gz -# Source0-md5: afa00d6362c8246560797cb54c502908 +# Source0-md5: e0baaef6140b6a1c87d2181ecbfb2b42 Source1: devices.tar.gz -BuildRequires: dpkg BuildRequires: sed >= 4.0 Requires: binutils Requires: wget @@ -45,6 +44,10 @@ install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts install scripts/debian/* $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts install scripts/ubuntu/* $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts +ln -sf sid $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/etch +ln -sf sid $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/lenny +ln -sf gutsy $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/hardy + install pkgdetails functions $RPM_BUILD_ROOT%{_libdir}/%{name} install %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/%{name}/ echo %{_arch} >$RPM_BUILD_ROOT%{_libdir}/%{name}/arch @@ -70,7 +73,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.8 2007-07-29 05:05:55 aredridel +Revision 1.9 2007-11-12 21:25:57 undefine +- up to 1.0.6 +- add etch/lenny/hardy +- works enough to make plain chroot ;) + +Revision 1.8 2007/07/29 05:05:55 aredridel - 1.0.1 Revision 1.7 2007/05/16 13:46:25 grzegorz ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/debootstrap.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
