8 Commits

Author SHA256 Message Date
738c0ed6ce Accepting request 1319190 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1319190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debootstrap?expand=0&rev=34
2025-11-24 13:10:13 +00:00
Alexei Sorokin
64da2688c9 - Update to version 1.0.142:
* fstab: add more helpful boilerplate. Thanks to Marc Haber for the
    suggestion
  * PureOS: Add symlinks for dawn and landing
  * style: fix identation of --in-release-path
  * support for custom https ca certificates
  * Prefer .pgp keyring if present over .gpg one for Debian sid
  * Sync Trisquel script and add ecne
  * autopkgtest: explicitly install bsdutils for 'script' command
  * Ubuntu: add symlink for resolute

OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=63
2025-11-22 02:47:02 +00:00
6209a1002f Accepting request 1272767 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1272767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debootstrap?expand=0&rev=33
2025-04-25 20:20:05 +00:00
cabd35dce0 - update to 1.0.141:
* Ubuntu: add symlink for questing

OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=61
2025-04-25 17:11:28 +00:00
fcd2dcad50 Accepting request 1247714 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1247714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debootstrap?expand=0&rev=32
2025-02-21 20:38:50 +00:00
cac028df08 - update to 1.0.140:
* ubuntu: fix scripts/gutsy syntax error
  * move Debian-specific /usr-merge checks from functions to
    scripts/debian-common
  * scripts/debian-common: fold multiple paths setting MERGED_USR

OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=59
2025-02-21 17:55:44 +00:00
f3d1da3b07 Accepting request 1227647 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1227647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debootstrap?expand=0&rev=31
2024-12-02 15:59:08 +00:00
913c74d9aa - update to 1.0.138:
* Fix EXTRACTOR_OVERRIDE: parameter not set
  * Fix several shellcheck complaints
  * Self-identify the name and the version in the User-Agent header sent out
    by wget.
  * Add support for eLxr.
  * fix fakechroot
  * create /dev/fd symlink with --no-target-directory
  * Ubuntu: add symlink for plucky

OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=57
2024-12-02 03:33:17 +00:00
4 changed files with 47 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Wed Nov 19 16:13:32 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 1.0.142:
* fstab: add more helpful boilerplate. Thanks to Marc Haber for the
suggestion
* PureOS: Add symlinks for dawn and landing
* style: fix identation of --in-release-path
* support for custom https ca certificates
* Prefer .pgp keyring if present over .gpg one for Debian sid
* Sync Trisquel script and add ecne
* autopkgtest: explicitly install bsdutils for 'script' command
* Ubuntu: add symlink for resolute
-------------------------------------------------------------------
Thu Apr 24 17:28:19 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.141:
* Ubuntu: add symlink for questing
-------------------------------------------------------------------
Thu Feb 13 15:21:14 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.140:
* ubuntu: fix scripts/gutsy syntax error
* move Debian-specific /usr-merge checks from functions to
scripts/debian-common
* scripts/debian-common: fold multiple paths setting MERGED_USR
-------------------------------------------------------------------
Wed Nov 27 22:47:12 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.138:
* Fix EXTRACTOR_OVERRIDE: parameter not set
* Fix several shellcheck complaints
* Self-identify the name and the version in the User-Agent header sent out
by wget.
* Add support for eLxr.
* fix fakechroot
* create /dev/fd symlink with --no-target-directory
* Ubuntu: add symlink for plucky
-------------------------------------------------------------------
Thu Jul 25 22:38:38 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package debootstrap
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2012 Frank Lichtenheld <frank@lichtenheld.de>
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: debootstrap
Version: 1.0.137
Version: 1.0.142
Release: 0
Summary: Bootstrap a basic Debian system
License: MIT