SHA256
1
0
forked from pool/debootstrap
Dominique Leuenberger 2018-04-19 13:33:31 +00:00 committed by Git OBS Bridge
commit df263034d3
4 changed files with 73 additions and 13 deletions

View File

@ -1,3 +1,65 @@
-------------------------------------------------------------------
Wed Jun 28 13:38:35 UTC 2017 - sor.alexei@meowr.ru.
- Update version to 1.0.97 (changes since 1.0.90):
* Avoid the "type" shell command (deb#860545).
* Add (Ubuntu) bionic as a symlink to gutsy.
* scripts/gutsy: Incorporate changes from Ubuntu:
+ Synch from scripts/sid.
+ Fix debootstrap --variant=fakechroot failure because
initscripts is no longer part of the base system.
* Use force_md5 for breezy, dapper and edgy (deb#659360,
deb#676373). Now you can create Ubuntu breezy/dapper/edgy chroot.
* Change repository URI for old Ubuntu releases (deb#676370,
deb#839073).
Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
* Set correct keyring and default mirror for old debian releases.
Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you
want (deb#891404, deb#600647, deb#792729).
* Avoid pre-exist directory causes failure (deb#864734).
* Split common code from scripts/sid to scripts/debian-common and
share it between distributions (deb#798562).
* Don't let host PATH leak into the target commands. It works on
chroots that have different PATH like Arch Linux and Fedora
(deb#718632, deb#770658, deb#890418).
* Escape spaces to fix debootstrap on path contains space fails
(deb#586158, deb#762431).
* Add warning if file specified via --keyring does not exist
(deb#754318, deb#775474).
* Avoid unnecessary keyring warning with --second-stage option
(deb#734324).
* Output warning if falling back to sha1 (deb#775444).
* Prevent unintended removal with --print-debs option
(deb#833525).
* Add scripts for Kali Linux (deb#798564).
* Improve manpage description for --{unpack,make}-tarball options
(deb#563647).
* Fix multiple components usage for --foreign/--second-stage
(deb#806780).
* Try to auto-detect proxy if available
(e.g. squid-deb-proxy-client) (deb#732628).
* Handle existing /dev (deb#872577).
* Create /dev/console as same as previous (deb#872059).
* Do not ignore HTTPS mirror setting (deb#893954).
* Improve manpage "what is calls a Debian base system" (deb#872948).
* Improve the error message when download fails (deb#866401).
* Use wget --non-verbose option instead of --quiet.
* Improve error message on Release signed by unknown key
(deb#698677).
* Add a --cache-dir feature (deb#844118)
It is enabled by default and uses /var/cache/apt/archives as a
default value.
* Use arch-test if installed to check whether second stage is
possible (deb#826709).
* Fix boostrapping libvirt LXC containers (deb#890419).
* Use "command -v apt-config" to check for apt-config's presence
(deb#895466).
* Drop default value for the --cache-dir parameter.
* Forbid the usage of non-empty directories with --print-debs and
--make-tarball.
* Do not use HTTPS for the Kali bootstrap script.
- Add a missing wget depenendency.
-------------------------------------------------------------------
Wed Jun 28 13:38:35 UTC 2017 - mchandras@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package debootstrap
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Frank Lichtenheld <frank@lichtenheld.de>
#
# All modifications and additions to the file contributed by third parties
@ -18,19 +18,17 @@
Name: debootstrap
Version: 1.0.90
Version: 1.0.97
Release: 0
Summary: Bootstrap a basic Debian system
License: MIT
Group: Development/Tools/Other
Url: https://packages.debian.org/debootstrap
Source0: http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
Source: http://httpredir.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
Patch0: %{name}-norootforbuild.patch
%if 0%{?suse_version} >= 1120
Requires: wget
Recommends: gpg2
BuildArch: noarch
%else
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
%description
debootstrap is used to create a Debian base system from scratch,
@ -48,11 +46,11 @@ into.
%install
%make_install
install -Dm 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
install -Dpm 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
%files
%defattr(-,root,root)
%doc README TODO debian/{changelog,copyright}
%license debian/copyright
%doc README TODO debian/changelog
%{_sbindir}/%{name}
%{_datadir}/%{name}/
%{_mandir}/man?/%{name}.?%{?ext_man}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d1f434b093051a27fe9482063e2b09aa88cdcc51877228b04729e302ba9145e
size 69936

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3e6bef403dbabade11d098214030d5063c6b238d3751b159f727af7556c5cf0
size 71121