GNU bug report logs -
#74464
[PATCH] gnu: buildah: Update to 1.38.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Thu, 21 Nov 2024 14:09:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74464 in the body.
You can then email your comments to 74464 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74464
; Package
guix-patches
.
(Thu, 21 Nov 2024 14:09:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 21 Nov 2024 14:09:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/containers.scm (buildah): Update to 1.38.0.
<native-inputs>: Use go-1.22.
Change-Id: I4a36345f91fde84fdbf5b4ef4cd5dc2749c90327
---
gnu/packages/containers.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index adae2f5bfc..c883592be6 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -606,7 +606,7 @@ (define-public podman-compose
(define-public buildah
(package
(name "buildah")
- (version "1.37.5")
+ (version "1.38.0")
(source
(origin
(method git-fetch)
@@ -614,7 +614,7 @@ (define-public buildah
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
- (base32 "0m15pizivwwq2cnmsyhsz5h8zblcvpy06lj82vypg358spq3y0l4"))
+ (base32 "1lnl5v8d5p4g0rm4d90rw4hdh066w7v8r9g1h0v1z533mbgxgry8"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -684,7 +684,7 @@ (define-public buildah
lvm2))
(native-inputs
(list bats
- go-1.21
+ go-1.22
go-github-com-go-md2man
pkg-config))
(synopsis "Build @acronym{OCI, Open Container Initiative} images")
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74464
; Package
guix-patches
.
(Sat, 23 Nov 2024 21:26:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 74464 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
user guix
usertag 74464 + reviewed-looks-good
thanks
Guix QA review form submission:
The package builds for me and doesn't show any signs of breaking
changes when building a couple simple Dockerfiles
Items marked as checked: Lint warnings, Package builds, Commit messages
[Message part 2 (application/pgp-signature, inline)]
Reply sent
to
Z572 <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Sun, 24 Nov 2024 01:14:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Sun, 24 Nov 2024 01:14:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 74464-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * gnu/packages/containers.scm (buildah): Update to 1.38.0.
> <native-inputs>: Use go-1.22.
[native-inputs]: Use go-1.22.
>
> Change-Id: I4a36345f91fde84fdbf5b4ef4cd5dc2749c90327
> ---
> gnu/packages/containers.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
> index adae2f5bfc..c883592be6 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -606,7 +606,7 @@ (define-public podman-compose
> (define-public buildah
> (package
> (name "buildah")
> - (version "1.37.5")
> + (version "1.38.0")
> (source
> (origin
> (method git-fetch)
> @@ -614,7 +614,7 @@ (define-public buildah
> (url "https://github.com/containers/buildah")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "0m15pizivwwq2cnmsyhsz5h8zblcvpy06lj82vypg358spq3y0l4"))
> + (base32 "1lnl5v8d5p4g0rm4d90rw4hdh066w7v8r9g1h0v1z533mbgxgry8"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments
> @@ -684,7 +684,7 @@ (define-public buildah
> lvm2))
> (native-inputs
> (list bats
> - go-1.21
> + go-1.22
> go-github-com-go-md2man
> pkg-config))
> (synopsis "Build @acronym{OCI, Open Container Initiative} images")
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74464
; Package
guix-patches
.
(Sun, 24 Nov 2024 14:56:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 74464-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
thank you for merging my patches. I just have a question regarding the
following:
Z572 <zhengjunjie <at> iscas.ac.cn> writes:
> Tomas Volf <~@wolfsden.cz> writes:
>
>> * gnu/packages/containers.scm (buildah): Update to 1.38.0.
>> <native-inputs>: Use go-1.22.
>
> [native-inputs]: Use go-1.22.
I tried following the `(standards)Indicating the Part Changed' manual,
since Guix claims to follow the Change log format but I did not manage
to find its own documentation for it. According to the info manual, the
`[..]' should be used for conditional changes (which this is not). The
`<..>' should be used to indicate part changed (which this is).
Could you please point me to a documentation where I could read more on
what Guix's deviations from the GNU Change Logs format are so that I can
adhere to it next time?
Thank you and have a nice day,
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74464
; Package
guix-patches
.
(Sun, 24 Nov 2024 16:04:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 74464-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> Hi,
>
> thank you for merging my patches. I just have a question regarding the
> following:
>
> Z572 <zhengjunjie <at> iscas.ac.cn> writes:
>
>> Tomas Volf <~@wolfsden.cz> writes:
>>
>>> * gnu/packages/containers.scm (buildah): Update to 1.38.0.
>>> <native-inputs>: Use go-1.22.
>>
>> [native-inputs]: Use go-1.22.
>
> I tried following the `(standards)Indicating the Part Changed' manual,
> since Guix claims to follow the Change log format but I did not manage
> to find its own documentation for it. According to the info manual, the
> `[..]' should be used for conditional changes (which this is not). The
> `<..>' should be used to indicate part changed (which this is).
see
https://mail.gnu.org/archive/html/guix-devel/2019-06/msg00092.html
and
https://mail.gnu.org/archive/html/guix-devel/2023-09/msg00124.html
>
> Could you please point me to a documentation where I could read more on
> what Guix's deviations from the GNU Change Logs format are so that I can
> adhere to it next time?
And Unfortunately there doesn't seem to be such a thing, I remember a
previous discussion at guix-devel about summarizing a document, but
there was no follow-up.
>
> Thank you and have a nice day,
> Tomas
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 23 Dec 2024 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.