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
This commit is contained in:
parent
1a3de13d6e
commit
e934657a35
3
debootstrap-1.0.128+nmu5.tar.bz2
Normal file
3
debootstrap-1.0.128+nmu5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a900a63ff01b21652a3ef7c0c7d79ac3b20442a2a2585129dbe7473feecd71d2
|
||||
size 70741
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ea176e6fb02b4603ce6f5fa4cf726ff7967eb3e6562e400a85276ff642a06d9
|
||||
size 70328
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 27 03:10:03 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package debootstrap
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2012 Frank Lichtenheld <frank@lichtenheld.de>
|
||||
#
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user