Accepting request 1130501 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1130501 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debootstrap?expand=0&rev=27
This commit is contained in:
commit
399e1b0c06
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd74d3e50ac1d63649e9c61069f896bbe012e8d3f1d620af6ccd6993c4b0027f
|
|
||||||
size 73996
|
|
3
debootstrap-1.0.133.tar.bz2
Normal file
3
debootstrap-1.0.133.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58f4e52c71467029d7afcae1c13e98c4fe5f54b6d97475f809c085d007462d77
|
||||||
|
size 74110
|
@ -1,14 +0,0 @@
|
|||||||
diff --git a/Makefile b/Makefile
|
|
||||||
index 8516803..21a9a39 100644
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -11,8 +11,7 @@ install:
|
|
||||||
mkdir -p $(DESTDIR)/usr/sbin
|
|
||||||
|
|
||||||
cp -a scripts/* $(DSDIR)/scripts/
|
|
||||||
- install -o root -g root -m 0644 functions $(DSDIR)/
|
|
||||||
+ install -m 0644 functions $(DSDIR)/
|
|
||||||
|
|
||||||
sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
|
|
||||||
- chown root:root $(DESTDIR)/usr/sbin/debootstrap
|
|
||||||
chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 28 03:10:22 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
||||||
|
|
||||||
|
- update to 1.0.133
|
||||||
|
* stop changing user/group in Makefile
|
||||||
|
* use mount from the outside to support chroots without mount installed
|
||||||
|
* Let the buildd variant only install essential, build-essential and apt
|
||||||
|
|
||||||
|
- remove patch debootstrap-norootforbuild.patch as upstream integrated
|
||||||
|
the patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 7 02:51:56 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
Sat Oct 7 02:51:56 UTC 2023 - Richard Rahl <rrahl0@proton.me>
|
||||||
|
|
||||||
|
@ -18,13 +18,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: debootstrap
|
Name: debootstrap
|
||||||
Version: 1.0.132
|
Version: 1.0.133
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bootstrap a basic Debian system
|
Summary: Bootstrap a basic Debian system
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://salsa.debian.org/installer-team/debootstrap
|
URL: https://salsa.debian.org/installer-team/debootstrap
|
||||||
Source: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
Source: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-norootforbuild.patch
|
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
Requires: wget
|
Requires: wget
|
||||||
Recommends: gpg2
|
Recommends: gpg2
|
||||||
|
Loading…
Reference in New Issue
Block a user