From d6ec05ca15f799a9e76c3708851f921fb298d9ce735ca0cc783a680e5946536f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 19 Apr 2018 11:34:39 +0000 Subject: [PATCH] Accepting request 598519 from home:XRevan86 - Update version to 1.0.97. OBS-URL: https://build.opensuse.org/request/show/598519 OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=35 --- debootstrap.changes | 62 +++++++++++++++++++++++++++++++++++++++ debootstrap.spec | 18 +++++------- debootstrap_1.0.90.tar.gz | 3 -- debootstrap_1.0.97.tar.gz | 3 ++ 4 files changed, 73 insertions(+), 13 deletions(-) delete mode 100644 debootstrap_1.0.90.tar.gz create mode 100644 debootstrap_1.0.97.tar.gz diff --git a/debootstrap.changes b/debootstrap.changes index 6407e9e..b9bab1d 100644 --- a/debootstrap.changes +++ b/debootstrap.changes @@ -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 diff --git a/debootstrap.spec b/debootstrap.spec index 13203eb..a247f70 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -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 # # 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} diff --git a/debootstrap_1.0.90.tar.gz b/debootstrap_1.0.90.tar.gz deleted file mode 100644 index c1238c7..0000000 --- a/debootstrap_1.0.90.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d1f434b093051a27fe9482063e2b09aa88cdcc51877228b04729e302ba9145e -size 69936 diff --git a/debootstrap_1.0.97.tar.gz b/debootstrap_1.0.97.tar.gz new file mode 100644 index 0000000..190a9f6 --- /dev/null +++ b/debootstrap_1.0.97.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e6bef403dbabade11d098214030d5063c6b238d3751b159f727af7556c5cf0 +size 71121