Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2018-04-19 15:33:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/debootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.debootstrap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "debootstrap"

Thu Apr 19 15:33:31 2018 rev:20 rq:598520 version:1.0.97

Changes:
--------
--- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes  2017-06-30 
18:43:35.523750940 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes     
2018-04-19 15:33:33.829003377 +0200
@@ -1,0 +2,62 @@
+Wed Jun 28 13:38:35 UTC 2017 - sor.ale...@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.
+
+-------------------------------------------------------------------

Old:
----
  debootstrap_1.0.90.tar.gz

New:
----
  debootstrap_1.0.97.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ debootstrap.spec ++++++
--- /var/tmp/diff_new_pack.EnxTjg/_old  2018-04-19 15:33:34.700967390 +0200
+++ /var/tmp/diff_new_pack.EnxTjg/_new  2018-04-19 15:33:34.704967225 +0200
@@ -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 <fr...@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 @@
 
 %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}

++++++ debootstrap_1.0.90.tar.gz -> debootstrap_1.0.97.tar.gz ++++++
++++ 2595 lines of diff (skipped)


Reply via email to