From 90b305c9a11be2c4b88ad67b76090e079a33548c055ae5ef29a8e3fe60b20432 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 19 Jun 2024 15:01:06 +0000 Subject: [PATCH] - update to 1.0.136: * reinstate Debian codename symlinks * drop unneeded addition of "test extras" * avoid setting DEF_MIRROR to https://https://... - remove patch revert-symlink-removal.patch as it's unneeded now - update to 1.0.135: * fix quoting to allow spaces in target directory * Use correct keyring and mirror for Ubuntu * Ubuntu: test for dpkg zstd support for Hirsute+ * Remove hardcoded HTTPS mirror and use inline substitution - add patch revert-symlink-removal.patch for not breaking workflows OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=53 --- debootstrap-1.0.134.tar.bz2 | 3 --- debootstrap-1.0.136.tar.bz2 | 3 +++ debootstrap.changes | 19 +++++++++++++++++++ debootstrap.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 debootstrap-1.0.134.tar.bz2 create mode 100644 debootstrap-1.0.136.tar.bz2 diff --git a/debootstrap-1.0.134.tar.bz2 b/debootstrap-1.0.134.tar.bz2 deleted file mode 100644 index 23342ca..0000000 --- a/debootstrap-1.0.134.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f2bbdb36338b90cac5b392b470dc2e2b73d3633f92592c5c3234a0cbd84be45 -size 76120 diff --git a/debootstrap-1.0.136.tar.bz2 b/debootstrap-1.0.136.tar.bz2 new file mode 100644 index 0000000..b011258 --- /dev/null +++ b/debootstrap-1.0.136.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adf39733fff08796c3986b1571b892b8b05202e3f208666a5ba582c04558fc8 +size 76307 diff --git a/debootstrap.changes b/debootstrap.changes index fcc9d5a..b4dcfa1 100644 --- a/debootstrap.changes +++ b/debootstrap.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jun 18 23:07:10 UTC 2024 - Richard Rahl + +- update to 1.0.136: + * reinstate Debian codename symlinks + * drop unneeded addition of "test extras" + * avoid setting DEF_MIRROR to https://https://... +- remove patch revert-symlink-removal.patch as it's unneeded now + +------------------------------------------------------------------- +Tue Jun 18 13:34:24 UTC 2024 - Richard Rahl + +- update to 1.0.135: + * fix quoting to allow spaces in target directory + * Use correct keyring and mirror for Ubuntu + * Ubuntu: test for dpkg zstd support for Hirsute+ + * Remove hardcoded HTTPS mirror and use inline substitution +- add patch revert-symlink-removal.patch for not breaking workflows + ------------------------------------------------------------------- Sun Feb 11 20:32:19 UTC 2024 - Richard Rahl diff --git a/debootstrap.spec b/debootstrap.spec index 0a6d35a..6bcdae5 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -18,7 +18,7 @@ Name: debootstrap -Version: 1.0.134 +Version: 1.0.136 Release: 0 Summary: Bootstrap a basic Debian system License: MIT