From 1a3de13d6e1bbe4c630a5056030db847b94ea506b11f4e3f768e76f073bb1807 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 7 Dec 2022 22:29:51 +0000 Subject: [PATCH] - update to 1.0.128: * Make gbp tag produce the right tag format * Add (PureOS) byzantium as a symlink to amber * Add (PureOS) crimson as a symlink to amber * Support Packages files which are not ordered alphabetically by Package field * Apply "EXCLUDE_DEPENDENCY" during "resolve_deps" * debootstrap: optionally exclude specific dependencies * debian-common: exclude usrmerge when installing usr-is-merged * Enable usrmerge on hurd-i386 too. * add usrmerge support loongarch64. * Avoid duplicate components in `sources.list`. * Mount /dev/fd if the host is FreeBSD. * Update renamed lintian tag names in lintian overrides. * Update standards version to 4.6.0.1, no changes needed. * setup_merged_usr: create skip flag when merged-usr is disabled on bookworm+ * Add usr-is-merged to the required set on testing/unstable * Ensure bookworm+ suites are set up with merged-usr. * functions (download_main): Let the loops try the different components and suites when the checksum doesn't match. This is needed when several of them contain the same package name. * Fix auto proxy discovery * Fix detection of docker container for cgroup v2 * functions: define link_dir before using it. * Add (Debian) trixie as a symlink to sid. OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=43 --- debootstrap-1.0.124.tar.bz2 | 3 --- debootstrap-1.0.128.tar.bz2 | 3 +++ debootstrap.changes | 28 ++++++++++++++++++++++++++++ debootstrap.spec | 4 ++-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 debootstrap-1.0.124.tar.bz2 create mode 100644 debootstrap-1.0.128.tar.bz2 diff --git a/debootstrap-1.0.124.tar.bz2 b/debootstrap-1.0.124.tar.bz2 deleted file mode 100644 index c01d070..0000000 --- a/debootstrap-1.0.124.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e77aa52be6f74d7cb865575d501f6974721b0e5051c4f8ca8d8d0e10dfbf8251 -size 67423 diff --git a/debootstrap-1.0.128.tar.bz2 b/debootstrap-1.0.128.tar.bz2 new file mode 100644 index 0000000..c80f38b --- /dev/null +++ b/debootstrap-1.0.128.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea176e6fb02b4603ce6f5fa4cf726ff7967eb3e6562e400a85276ff642a06d9 +size 70328 diff --git a/debootstrap.changes b/debootstrap.changes index 959453c..0520a0b 100644 --- a/debootstrap.changes +++ b/debootstrap.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Dec 7 22:28:32 UTC 2022 - Dirk Müller + +- update to 1.0.128: + * Make gbp tag produce the right tag format + * Add (PureOS) byzantium as a symlink to amber + * Add (PureOS) crimson as a symlink to amber + * Support Packages files which are not ordered alphabetically by Package field + * Apply "EXCLUDE_DEPENDENCY" during "resolve_deps" + * debootstrap: optionally exclude specific dependencies + * debian-common: exclude usrmerge when installing usr-is-merged + * Enable usrmerge on hurd-i386 too. + * add usrmerge support loongarch64. + * Avoid duplicate components in `sources.list`. + * Mount /dev/fd if the host is FreeBSD. + * Update renamed lintian tag names in lintian overrides. + * Update standards version to 4.6.0.1, no changes needed. + * setup_merged_usr: create skip flag when merged-usr is disabled on bookworm+ + * Add usr-is-merged to the required set on testing/unstable + * Ensure bookworm+ suites are set up with merged-usr. + * functions (download_main): Let the loops try the different components and + suites when the checksum doesn't match. This is needed when several of + them contain the same package name. + * Fix auto proxy discovery + * Fix detection of docker container for cgroup v2 + * functions: define link_dir before using it. + * Add (Debian) trixie as a symlink to sid. + ------------------------------------------------------------------- Mon Jun 7 18:46:46 UTC 2021 - Ferdinand Thiessen diff --git a/debootstrap.spec b/debootstrap.spec index 1f07813..aa7f97f 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package debootstrap # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2012 Frank Lichtenheld # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: debootstrap -Version: 1.0.124 +Version: 1.0.128 Release: 0 Summary: Bootstrap a basic Debian system License: MIT