From e934657a3584559bbeba4b6711c1f7a42a7b5062b06946597f5e0b532fbc29fc Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Thu, 27 Jul 2023 13:26:43 +0000 Subject: [PATCH] Accepting request 1100952 from home:rrahl0 update to newer version and fix debootstrap (missing /usr/bin/ar) OBS-URL: https://build.opensuse.org/request/show/1100952 OBS-URL: https://build.opensuse.org/package/show/devel:tools/debootstrap?expand=0&rev=45 --- debootstrap-1.0.128+nmu5.tar.bz2 | 3 +++ debootstrap-1.0.128.tar.bz2 | 3 --- debootstrap.changes | 10 ++++++++++ debootstrap.spec | 7 ++++--- 4 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 debootstrap-1.0.128+nmu5.tar.bz2 delete mode 100644 debootstrap-1.0.128.tar.bz2 diff --git a/debootstrap-1.0.128+nmu5.tar.bz2 b/debootstrap-1.0.128+nmu5.tar.bz2 new file mode 100644 index 0000000..7fa65be --- /dev/null +++ b/debootstrap-1.0.128+nmu5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a900a63ff01b21652a3ef7c0c7d79ac3b20442a2a2585129dbe7473feecd71d2 +size 70741 diff --git a/debootstrap-1.0.128.tar.bz2 b/debootstrap-1.0.128.tar.bz2 deleted file mode 100644 index c80f38b..0000000 --- a/debootstrap-1.0.128.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ea176e6fb02b4603ce6f5fa4cf726ff7967eb3e6562e400a85276ff642a06d9 -size 70328 diff --git a/debootstrap.changes b/debootstrap.changes index 0520a0b..861d4be 100644 --- a/debootstrap.changes +++ b/debootstrap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jul 27 03:10:03 UTC 2023 - Richard Rahl + +- update to 1.0.128+nmu5: + * Update PureOS bootstrap script + * Improve error message when tar fails + * fixes bug when http_proxy is unset + * fallback if mounting /proc fails + * defaulting to merged-usr on newer suites + ------------------------------------------------------------------- Wed Dec 7 22:28:32 UTC 2022 - Dirk Müller diff --git a/debootstrap.spec b/debootstrap.spec index aa7f97f..d06e92c 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package debootstrap # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2012 Frank Lichtenheld # # All modifications and additions to the file contributed by third parties @@ -23,8 +23,9 @@ Release: 0 Summary: Bootstrap a basic Debian system License: MIT URL: https://salsa.debian.org/installer-team/debootstrap -Source: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2 +Source: %{url}/-/archive/%{version}+nmu5/%{name}-%{version}+nmu5.tar.bz2 Patch0: %{name}-norootforbuild.patch +Requires: binutils Requires: wget Recommends: gpg2 BuildArch: noarch @@ -37,7 +38,7 @@ unpacking them into a directory which can eventually be chrooted into. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{version}+nmu5 %build # Nothing to build.