Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update debootstrap to enable riscv64 support #9422

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/debootstrap/debootstrap.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"debootstrap_1.0.128+nmu2.tar.gz": "528523228d93a31c9e0cd4eb932977ea8ceec2bfbf8db1103bec2397cc7434fa"
"debootstrap_1.0.138.tar.gz": "e8e8b72388b6e5ced65d1b5e69ce0b9e13f4813da0c328a52add57ee5f79430a"
}
}
5 changes: 4 additions & 1 deletion SPECS/debootstrap/debootstrap.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Summary: Debian GNU/Linux bootstrapper
Name: debootstrap
Version: 1.0.128+nmu2
Version: 1.0.138
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -56,6 +56,9 @@ install -p -m 0644 debootstrap.8 %{buildroot}%{_mandir}/man8
%{_mandir}/man8/debootstrap.8*

%changelog
* Tue Jun 18 2024 Adeel Mujahid <[email protected]> - 1.0.138
- Upgrade to version 1.0.134 to support RISC-V architecture

* Tue Jun 06 2023 Olivia Crain <[email protected]> - 1.0.128+nmu2-1
- Upgrade to latest upstream version and promote to base repo
- Remove requirement on dpkg- ar (from binutils) is sufficient to unpack debs
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2497,8 +2497,8 @@
"type": "other",
"other": {
"name": "debootstrap",
"version": "1.0.128+nmu2",
"downloadUrl": "https://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.128+nmu2.tar.gz"
Copy link
Member

@akoeplinger akoeplinger Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI it looks like the old .tar.gz isn't available from debian anymore, it seems to be replaced with https://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.128+nmu2+deb12u1.tar.gz

"version": "1.0.138",
"downloadUrl": "https://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.138.tar.gz"
}
}
},
Expand Down